Jump to content

Yommy

Community Contributors
  • Content Count

    290
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Yommy

  1. ALTER TABLE item_db ADD COLUMN `bindonequip` tinyint(1) unsigned DEFAULT NULL AFTER `view`;ALTER TABLE item_db_re ADD COLUMN `bindonequip` tinyint(1) unsigned DEFAULT NULL AFTER `view`;
  2. i guess its something to do with extra data in equips, that bindonequip collumn was added, and other changes, etc anyway the whole plugin is coded crappy, and using the new plugin hooks it could be made much more efficiently currently it loops every vender every few minutes and empties the vend sql and refills it..every few minutes O_O it should be rebuilt with hooks of the create_vend, close_vend, sell_vend functions, (not sure of actual function names from my head) and update the vend table from these hooks, so there is only a small sql update when something happens, instead of flooding every minutes.. however i lack the time to do this
  3. Yommy

    Post your Picture!

    Yommy in scrubs with daughter Freyja.
  4. Yommy

    Help me

    bUnbreakableShoes,0; this should be like bonus bUnbreakableShoes,0; also, the one with missing ; bonus bSubRace,RC_Demihuman,3; this should be bonus2 bSubRace,RC_Demihuman,3;
  5. then it should send a warning to old email address, in case this request was not from them.
  6. you didnt even put a single bit of effort into trying to figure it out by yourself o_O
  7. lines are not some valuable resource that will run out, and file size does not increase as much as you think it would. 685kb -> 1023kb (pre-re) 887kb -> 1353kb (re) its already in the repo https://raw.github.com/HerculesWS/Hercules/master/tools/itemdbconverter.pl And about it not being that fast, its actually faster
  8. if you read what i posted, it makes sense. run that sql query on your database and it will fix everything the drops.conf and exp.conf are your server rates. this new table is an additional modifier, so you can have premium accounts which have 150% rates
  9. Yommy

    other item db;s

    not sure if we have them database entries yet, but the system here is working
  10. actually, your accounts are set to 0% exp, because the sql update that made the columns defaulted them to zero. then another update made the default as 100, but they already got set to zero UPDATE `account_data` SET `base_exp`=100, `base_drop`=100, `base_death`=100; this is 100% of your rates, (not 100x rates). Yom
  11. i just searched in hex editor for %s C that red C is probably one too, there is some more occurance of that search with the total string too
  12. http://herc.ws/wiki/Packets#0x7f5
  13. Yommy

    New Instance System

    you can read about the whole instance system here http://herc.ws/wiki/Instancing
  14. cuz i'ts for my custom command scripts can make custom command too http://herc.ws/wiki/Bindatcmd
  15. Maby Ind can attempt again with his awesome new client
  16. Yommy

    @rickroll

    you dont really need a plugin for this, script can do it easy - script rickroll_example -1,{OnInit: bindatcmd "rickroll",strnpcinfo(3)+"::OnAtcommand"; end;OnAtcommand: mes "Never gonna give you up"; end;} http://herc.ws/wiki/Bindatcmd <3
  17. Yommy

    Bind commands

    and while editing the @commands list, i would like them in alphabetical order <3
  18. really, the best thing on that website is http://www.branah.com/korean an online korean keyboard, perfect for copy text from buttons to translate
  19. did you see any git commits adding in the skills ?
  20. there is also a problem about providing grf files. you need to also have the corresponding patch.inf file, to allow patchers to know how far patch updated they are. but really it would be better to just provide official kRO installers
  21. you dont really need to use any programs, just notepad++
×
×
  • Create New...

Important Information

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