Jump to content

evilpuncker

Community Contributors
  • Content Count

    2178
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by evilpuncker

  1. any clue guys? btw Yommy can you provide the latest msgstringtable again?
  2. evilpuncker

    successrefitem

    bump! xD tried to mess with the code but failed this should be pretty easy to any dev btw
  3. it never existed iirc, but you can add it with bindatcommand and getinventorylist; for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) { if ( @inventorylist_identify[.@i] == 1 ) continue; delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; } I don't really think devs should add this
  4. shortest (every 30 min): OnMinute00: OnMinute30: shortest (every 60 min): OnMinute00: enjoy!
  5. that is not part of developer's job, you need graphic related people to do the job!
  6. then I don't know, sorry but I've never heard of something like this, maybe you should contact judas?
  7. if I recall correctly it was a source mod made by goddameit released in rAthena, you may want to search there and post the .patch file here
  8. post the patch here and I'll try to figure out the issues
  9. added pull request https://github.com/HerculesWS/Hercules/pull/191
  10. Can I just send it to you through a PM? Its just a patch file post here
  11. evilpuncker

    successrefitem

    I agree with that addition
  12. I want to bump this thread since the msgstringtable from the links above doesn't contain the new strings that the 20130807 uses, like the txt from item comparison feature and so on...
  13. try line 2491 thanks, it was 2493 at mine
  14. it is supported I was just messing around with it yesterday just equip a weapon and have another one (different ofc) at your inventory and right click it, btw does anyone know which line of msgstringtable is the checkbox msg at? mine is NO MSG
  15. you did not include the patch to disable bard/dancer thing yet
  16. make sure that you changed the packetver at mmo.h to 20130807 and commented out the PACKET_RE setting and recompiled all your files
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.