Jump to content

Nameless2you

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Nameless2you

  1. I don't get it.. so you want 50 porings to be summoned and 200 "special" porings but how or where do they get the prize ?
  2. Yes.. that's why you search for all jobchange 1 by 1, and depending on the number behind it a different getitem <itemid>,<quantity>;
  3. just search for "jobchange " it will say for instance jobchange 4033; so you'll just have to do the following: jobchange 4033; getitem 501,1; // 501 is id, 1 is quantity break; make sure it looks like that
  4. use google for gods sake http://lmgtfy.com/?q=eathena+guild+house+rental
  5. Oh.. I thought you wanted it throughout the week except for sundays.. I updated the script, still same link
  6. Ok I updated the script, still same link above.. and you need to go into item_noequip.txt and add this line: 12210,512
  7. only if you modify max_mob_db in.. mob.h
  8. Nameless2you

    izlude

    You have to recreate your mapcache. The one that's currently being used still uses the old izlude as a base therefore the gat tiles are incorrect.
  9. Is it possible your server doesn't support defpattern's..?
  10. This should work.. http://upaste.me/fba02059bca525f I could do better using loop and array but that would need actual testing
  11. This? http://upaste.me/8b69204a6bb225c
  12. don't forget the end; =_= but you don't need to use that anyways just go up and follow the link, I updated the paste..
  13. Was still using old weird variables, fixed it all now, or so I hope..
  14. I rescripted that terrible scripted thing a bit.. here is a version that should work http://upaste.me/48e42035fbb61bc
  15. Try this.. http://upaste.me/509d202dba10110
  16. change set @rand,rnd(1,100000) // what ever is behind this to set @rand,rand(1,100000); //1,100000 = 1-100000..
  17. Soo basically a click the cow except there aren't any effects but pushback...?
  18. Add this line to your pvp warper if(agitcheck() || agitcheck2()) end; make sure you add it above the first executed message.. e.g.. prontera,150,150,5<tab>script<tab>name<tab>99,{ if(agitcheck() || agitcheck2()) end; mes "Hi dork, I'm your name warper";
  19. Please use [code] [/code] next time..
  20. Next time use google? =/ this is the one I use http://www.eathena.ws/board/index.php?showtopic=262755
  21. There is no "cannot use skills on others only self" flip/switch.. you'd have to make a new skill where that is defined, what you can do is enable fcp the moment the item is equipped.. and disable fcp the moment the item is unequipped, as for full strip I don't see how it makes sense being unable to use it on others.. and as for heal there as well is no trick to the matter you're going to have to make a new skill in skill_db.txt that only allows target -> self 2 posts above me he posted a link, not the official location which would be https://rathena.svn....hena/trunk/doc/ but w/e that helps you with bonus stats on specific items. It's not a big script or anything so seriously you shouldn't have to ask for the bonus stats, for the skills I understand that you're asking..
  22. Depending on the KoE script it's more than 2, I got one for instance where it requires 4 teams to sign up, 2 members in each team, once all have signed up they get warped into a room and battle it out.. once all are killed you get to kill the guardian stone which will have the name emperium KoE = King of Emperium it's also a 1 time event and not continues as woe unless you start it again and again and again
  23. You're obviously a confused little soul.. Unless the castle has been taken by a guild there will always be an emperium inside. To remove the emperium you have to either comment the specific castle in npc/script_guild.conf or optionally you can just remove the warps into the specific castle via the script npc/warps/guild.txt (which will as it already states prevent people from entering the castle. Also, treasure boxes don't appear right after woe, they appear at 0:01am everyday.
  24. What's the error you get when you removed the announce? ugh I guess I'll check tomorrow if nobody has replied yet on a working test server..
×
×
  • Create New...