Jump to content

Euphy

Members
  • Posts

    2997
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Euphy

  1. Eh, it works for me...
  2. Switch to rA or use the patch Emistry posted, or use a different script... o.o
  3. @darristan: If you type four consecutive spaces in a tag, it'll magically turn into a tab. :>
  4. http://rathena.org/board/forum-32/announcement-10-script-request-rules/
  5. Please use proper tabulation in your script. So hard to read... x_x
  6. Euphy

    hom-s skills

    They'll be done when our core developers have the time/motivation to write them. There's a long core to-do list, and this is quite honestly pretty low on that list. Be patient, or see if you can hire somebody to write these. Edit: I stand corrected xD. r16914
  7. The name parameter should be optional, and if you try to create a warp with a name already in use, default to the original behavior.
  8. PVP mapflag should block all warping.
  9. Search the files for the 'monster' command, and delete the line for any monster you don't want. As I posted, eAthena does not have the guild2 merge, so you have to edit all 10 files in that folder (not the auto-start file).
  10. eAthena doesn't have the guild2 merge, so you have to do it for every script.
  11. npcshopdelitem "card_mob#miniboss", 501,4027,4049,4055,4061,4091,4093,4095,4105,4111,4147,4153,4170,4273,4292,4344; npcshopdelitem "card_mob#MVP", 501,4074,4127,4210,4246,4410,4419; I think that's all of them.
  12. Annie, that's awesome. You should make a release for that. xD
  13. +1 to Brian. Keep the output about logging (mapserver), agree that everything else should be removed.
  14. @scenarykeem: Copy the script, find&replace "qshop" with another name. For more efficiency, see post #20.
  15. trunk/doc/script_commands.txt
  16. Did you comment out the default controllers? //= Be sure to disable the default agit controllers! //== npc\guild\agit_controller.txt //== npc\guild2\agit_start_se.txt To remove monsters, delete the spawn code from trunk/npc/guild/agit_main.txt and trunk/npc/guild2/agit_main_se.txt.
  17. successrefitem .@part; + if (getequiprefinerycnt(.@part) >= 7) + announce strcharinfo(0)+" has refined "+getequipname(.@part)+" to +"+getequiprefinerycnt(.@part)+"!",0;
  18. This is (clearly) not the correct forum section. Closed.
  19. That is certainly something you can find by yourself. trunk/doc/effect_list.txt + @effect
×
×
  • Create New...