Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[RELEASE]how to fix thunder bugs

Newbie Spellweaver
Joined
Oct 21, 2010
Messages
10
Reaction score
3
finally i made a guide for fixing thunder bugs but i also figured out a veeeeeeeeery easier way

just enter that query ;)

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;
 
Newbie Spellweaver
Joined
Oct 16, 2010
Messages
41
Reaction score
0
Re: how to fix thunder bugs

thanks bro :p
 
Newbie Spellweaver
Joined
Oct 21, 2010
Messages
10
Reaction score
3
Re: how to fix thunder bugs

do u see the thanks button ?

no need for spamming with useless posts as thanks


Regards
 
Newbie Spellweaver
Joined
Jan 19, 2011
Messages
8
Reaction score
0
Re: how to fix thunder bugs

Thank you so much for this query i have this proplem in my server for longe time Really Thank ...
 
Back
Top