[HELP]when the eudemon evolves, it becomes another eudemon

05/25/2010 17:19 juniorsls#1
Hello everybody, I 'm with a little problem on my server, when a eudemons reaches a certain level and that peopl him evolve he turns into another Eudemon, someone could tell me how do I fix this?

Thank you in advance
05/25/2010 18:00 Faith.#2
What db are u using ?
What pets doing that ?
It do the same when u thunder it ?
05/25/2010 20:11 WickedSweet#3
if its because they go thunder or u use a thunder juice on them then run this query in ur DB

Quote:
update cq_eudemon set item_type = item_type + 4000, damage_type = 5 where item_type < 1075999 and magic_defence > 1071999;
update cq_eudemon set item_type = item_type - 3000 where item_type > 1077000 and magic_defence > 1071999;

the above is not my work so i do not take credit for it.
05/25/2010 20:38 catface2345#4
WIcked thats a good way to Halt it but what u provided will not Perminetly fix the isssue i dont think this has been fixed on REV DB yet
05/25/2010 20:49 WickedSweet#5
theres no perm fix yet as louise released and stated u can turn it into a .bat and have it run every so often till its got a perma fix.


[Only registered and activated users can see links. Click Here To Register...]
05/25/2010 21:52 louise32#6
There wont be a perm fix until we can figure out how to add the new ids to the msg server, (thats what i am assuming anyway) as from what i can see the msg server only reads 1071XXX 1081XXX 1079XXX, I have been trying to find a perm fix but up to now to no avail, so for now everyone will have to use the thunder script.
05/26/2010 04:15 juniorsls#7
Thanks for the information were very useful! :D