Yommy
Community Contributors-
Content Count
290 -
Joined
-
Last visited
-
Days Won
29
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Yommy
-
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`;
- 206 replies
-
- control panel
- flux
-
(and 1 more)
Tagged with:
-
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
-
Yommy in scrubs with daughter Freyja.
-
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;
-
then it should send a warning to old email address, in case this request was not from them.
- 206 replies
-
- control panel
- flux
-
(and 1 more)
Tagged with:
-
you didnt even put a single bit of effort into trying to figure it out by yourself o_O
-
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
-
this is next on the hit list
-
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
-
not sure if we have them database entries yet, but the system here is working
-
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
-
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
-
http://herc.ws/wiki/Packets#0x7f5
-
you can read about the whole instance system here http://herc.ws/wiki/Instancing
-
cuz i'ts for my custom command scripts can make custom command too http://herc.ws/wiki/Bindatcmd
-
Maby Ind can attempt again with his awesome new client
-
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
-
and while editing the @commands list, i would like them in alphabetical order <3
-
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
-
did you see any git commits adding in the skills ?
-
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
-
nice work matey
-
[Translation] I don't know if this info could help?
Yommy replied to themon's topic in Development Discussion
you dont really need to use any programs, just notepad++