Jump to content

Euphy

Members
  • Posts

    2997
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Euphy

  1. @iPrez: Only if you don't set it up correctly. o.o;
  2. Use "getitem2" (it works the same way as @item2), add the lines under the "getitem" and don't include the items in the array.
  3. Euphy

    mf_nodrop

    setmapflag "map",mf_nodrop;
  4. Euphy

    Food Buffs

    Use the non-cash foods then. o.o
  5. Or you could use a "Find and Replace" tool. o:
  6. Yeah, logging is disabled by default. :3
  7. If you don't have a ".svn" folder and/or you can't just right-click "Update", you'll need to check out a fresh copy of the SVN.
  8. You cut off the error message. :<
  9. If you've updated to the latest SVN, the new config folder is /src/config/.
  10. At least try reading the code first... // Rewards: <item id>,<item amount>
  11. You won't get anything out of finding that sprite. Class suits are just pretty inherently buggy sprite-wise.
  12. Just download a new copy and patch it yourself. o: http://supportmii.com/ro1/Clients/
  13. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/config/renewal.h /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas //#define RENEWAL
  14. @Lelouch: No, it doesn't (shouldn't, at least) have any limits. Some people had trouble earlier adding a lot of items (well over 20), but I fixed that adding a freeloop in v1.4. If you keep having trouble, post your script (or PM it to me).
  15. http://rathena.org/wiki/Basic_Scripting#NPC
  16. // atcommand_symbol represents @commands used locally. // charcommand_symbol represents #commands used on other players. atcommand_symbol : "@" charcommand_symbol: "#" @item apple #item <player> apple
  17. conf\battle\party.conf: // Is exp/item sharing disabled for idle members in the party? // Set to no, or the amount of seconds (NOT milliseconds) that need to pass before considering // a character idle. // Characters in a chat/vending are always considered idle. // A character's idle status is reset upon item use/skill use/attack (auto attack counts too)/movement. idle_no_share: no
  18. @Alucard/dudongwtf/RN1986: This is a database release, not a source request topic. > http://rathena.org/board/forum/36-source-requests/
  19. To disable them in @job, delete the third job values under: ACMD_FUNC(jobchange)
  20. http://rathena.org/wiki/Custom_Items
  21. if(#voting < gettimetick(2)) { Meaning you have to wait until you can vote again.
  22. And as a follow-up, setting .@j to 36 will result in a 0% fail rate.
  23. http://rathena.org/wiki/Basic_Scripting#NPC
  24. http://rathena.org/wiki/Basic_Scripting#NPC
×
×
  • Create New...