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. magic tabs
  4. @darristan: If you type four consecutive spaces in a tag, it'll magically turn into a tab. :>
  5. http://rathena.org/board/forum-32/announcement-10-script-request-rules/
  6. Please use proper tabulation in your script. So hard to read... x_x
  7. You need to use rAthena.
  8. 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
  9. 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.
  10. Nightmare mapflag?
  11. PVP mapflag should block all warping.
  12. trunk/doc/script_commands.txt
  13. 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).
  14. eAthena doesn't have the guild2 merge, so you have to do it for every script.
  15. 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.
  16. Annie, that's awesome. You should make a release for that. xD
  17. +1 to Brian. Keep the output about logging (mapserver), agree that everything else should be removed.
  18. @scenarykeem: Copy the script, find&replace "qshop" with another name. For more efficiency, see post #20.
  19. trunk/doc/script_commands.txt
  20. 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.
  21. successrefitem .@part; + if (getequiprefinerycnt(.@part) >= 7) + announce strcharinfo(0)+" has refined "+getequipname(.@part)+" to +"+getequiprefinerycnt(.@part)+"!",0;
  22. This is (clearly) not the correct forum section. Closed.
  23. That is certainly something you can find by yourself. trunk/doc/effect_list.txt + @effect
  24. Welcome!
×
×
  • Create New...