Jump to content

Euphy

Members
  • Posts

    2997
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Euphy

  1. Amazing work, Akinari! Hopefully we'll see some more instance scripts in the future because of this... :3
  2. trunk/npc/guild/agit_controller.txt trunk/npc/guild2/agit_start_se.txt
  3. 12040,Stone_Of_Intelligence_,Stone of Sage,2,100000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ homevolution; },{},{}
  4. rAthena has full third class support enabled by default. Edit: The new skills are not yet implemented.
  5. It looks like you're trying to execute itemscripts without a player attached (?).
  6. I'm fairly sure this is all done client-side through the item name tables. I can only think of adding custom cards and using the card prefix tables, but you'd be down a slot on all equipment.
  7. @Zalbahis: That was a bug in the SVN for a short period of time; should be fixed when you update. @DJFUNK: x_x Thank you, I'll fix that soon.
  8. That's not how you use @itembound. You can find the documentation in trunk/doc/atcommands.txt: ex. "#itembound Your_GM_Name Angra_Manyu 1 1" will block the item from leaving the GM's account.
  9. Did you run trunk/sql-files/upgrades/upgrade_svn17351.sql?
  10. I and Masao revised the core guild files, and Toasty has not updated his controller with the new event triggers. That's why you're getting the debug messages and playtime errors. If you want to update them yourself, you can find all of the labels in the "constants" section of my controller: trunk/npc/custom/woe_controller.txt (do note that the prefixes/suffixes are appended later).
  11. You can't just change a handful of lines in another user's scripts and claim them as your own: SoulBuff / trunk/npc/custom/healer.txt rpsroulette / trunk/npc/custom/etc/rpsroulette.txt mvp_arena / trunk/npc/custom/etc/mvp_arena.txt I'd recommend removing those immediately. As for the rest, consider releasing them individually since this doesn't really qualify as a "collection".
  12. It doesn't. 1736,ALIOT,Aliot,Aliot,112,15669,1,2448,1836,2,608,697,106,15,111,56,55,42,62,75,10,12,1,6,60,0x318D,200,1296,432,360,0,0,0,0,0,0,0,7512,2000,7507,3000,2516,10,6214,200,1810,10,985,10,13405,15,0,0,0,0,4402,1If it does, it's not related to the official (unmodified) files.
  13. Euphy

    need help

    They're all implemented in our databases.
  14. The official chances were implemented in r17375.
  15. Finished in r17376, thanks again to Lighta! The tool has been extended to cover all the SQL databases.
  16. You can double-click the tabs to rename them.
  17. You might find it easiest (for short scripts, at least) to just write the entire script in one language, then copy and translate it.
  18. Read: Make items drop identified?
  19. This was implemented in r17338.
  20. This was implemented with the Hazy Forest instance in r17344.
  21. How will normal players know what the password is...? And it's very easy to make a bot parse an input field.
×
×
  • Create New...