greenieken 0 Posted September 5, 2017 can somebody tell me how to disable this one? i keep on getting errors in my char server and warnings in my mapserver regarding this rodex. it pops out when i tried to use the latest herc. im currently using 2013 client Quote Share this post Link to post Share on other sites
1 meko 170 Posted September 5, 2017 you can disable it in conf/map/battle/feature.conf by setting rodex to false Quote Share this post Link to post Share on other sites
0 greenieken 0 Posted September 5, 2017 Thanks man. I didnt notice that there are new things in the battle.conf, and i overwrite it using my old content. thanks man you saved me there @meko Quote Share this post Link to post Share on other sites
0 greenieken 0 Posted September 5, 2017 Apparently, it didnt solve my problem. My bad. Please help, here the pic below: @meko Quote Share this post Link to post Share on other sites
0 meko 170 Posted September 5, 2017 well this error is quite self-explanatory: it means the ID of your character is below 150000, which should not happen under normal circumstances unless you manually change the sql table Quote Share this post Link to post Share on other sites
0 greenieken 0 Posted September 5, 2017 (edited) I actually used an old trunk previously, and now decided to use the latest trunk, and of course I used my old ragnarok.sql to retain all characters. What can I do with this? @meko Edited September 5, 2017 by greenieken Quote Share this post Link to post Share on other sites
0 meko 170 Posted September 5, 2017 The short answer is UPDATE `char` INNER JOIN (SELECT @row := MAX(`char_id`) FROM `char`) r SET `char`.`char_id` = @row := @row + 1 WHERE `char`.`char_id` < 150000 But you also need to update all tables that uses char id, and I don't have the patience to write such a long SQL query. A simpler approach would be to check how many chars are below 150000 and just delete those chars and re-create them Quote Share this post Link to post Share on other sites
0 greenieken 0 Posted September 5, 2017 I just checked the char ids, and unfortunately all of them are below 15000. sample pic below: The previous trunk that I used doesn't have this rodex feature, (unforetunately) i decided to use the latest trunk to solve the deprecated commands, but now im having problem with this rodex now. @meko Quote Share this post Link to post Share on other sites
0 KirieZ 88 Posted September 14, 2017 It's weird that your characters start in a smaller ID, but if you doesn't have Rodex button in your client, you can disable what's causing this error by commenting this line on pc.c intif->rodex_checkhasnew(sd); Quote Share this post Link to post Share on other sites
0 4144 364 Posted September 14, 2017 @greenieken actually this is bug what you not get this error in login without rodex, because wrong user ids must be always blocked. Quote Share this post Link to post Share on other sites
can somebody tell me how to disable this one? i keep on getting errors in my char server and warnings in my mapserver regarding this rodex. it pops out when i tried to use the latest herc. im currently using 2013 client
Share this post
Link to post
Share on other sites