Jump to content

evilpuncker

Community Contributors
  • Content Count

    2178
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by evilpuncker

  1. @@classy5 go to System/itemInfo.lua and edit it easier than setting up a server xd
  2. vc tem certeza de q desativou o RENEWAL_EXP?
  3. tell us which patches you have applied to your hexed
  4. conf/battle/client.conf packet_obfuscation: 1
  5. any plan to make it a hercules plugin as well?
  6. why is your account id "1"? how did you created it?
  7. tell us the patch list that you applied to your client and have you modified your mmo.h PACKET_VER to 20131223?
  8. @@classy5 don't diff your client with any of the following: add custom jobs, add custom homunculus, add custom shield
  9. @@Yoh Asakura trader npc are normal shop npcs, therefore they will display item images as well, they act just like a normal shop, but they use the currency you set them to.
  10. that is almost exactly of what the script does: prontera,153,152,1 trader TestCustom2 952,{ OnInit: tradertype(NST_CUSTOM); sellitem Red_Potion; end; /* allows currency to be Red_Potion */OnCountFunds: setcurrency(countitem(Red_Potion)); end;/* receives @price (total cost) */OnPayFunds: if( countitem(Red_Potion) < @price ) end; delitem Red_Potion,@price; purchaseok(); end;}
  11. maybe some custom script that you use might be missing a zeny check, or maybe there is any item being sold over the value? it can be really too many thing
  12. make a script that exchanges the vote table into any account bound variable and use our awesome trader thing and for v4p I'd recommend this one
  13. or 4th: just forget it
  14. for the sql error: either import the log.sql file as you did with main.sql, or go to conf/logs.conf and set the 'sql_logs' option to 'no'
  15. qual client vc tá usando? qual a data vc tá usando no mmo.h?
  16. indeed lots of unfinished (and awesome) things by @@Ind will be lost :'( Haru was working on H.E.R.C too, it is not lost, although unfinished i think I was referring to hercules stress test server tho, since I still don't have idea of what h.e.r.c will do
  17. @@jirokiel it was moved to common/mmo.h
  18. just use the default one from hercules and remove dungeon lvls
  19. indeed lots of unfinished (and awesome) things by @@Ind will be lost :'(
  20. I guess this is not possible unless voting website provides an API to make it possible.
  21. there is no way to make it automatically I guess, and for the hp/sp problem just generate a new one with this
  22. the best thing you could do was setting up a private repository for your server and then pushing each hercules update to it, what simply happened now is that when you update it will just replaced your files (that you have edited I guess) with the new ones, and about the hp thing, read here.
  23. @@classy5 if you follow this link, then you don't need to install xampp/wamp/etc
×
×
  • Create New...

Important Information

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