the soul off paladin

06/26/2010 16:05 drukkie#1
i have an little problem:S

the soul off paladin stays at 0/0 any one know how to fix this so i can let people revive pets and use paladin skills...
i dont realy know what the problem is but maybe anyone knows :)

ty for the reply. if you do.
06/26/2010 16:15 defcon12#2
Another thing please .
when i use the thunder juice the pets get new pets ..

i mean when i use thunder juice to Raptor the raptor change after i give her thunder juice change to apolo .. i dont know why and i hope anyone learning me or show me how to fixed it .. thnx u for replay if u do .
06/26/2010 17:00 Eurion#3
Quote:
Originally Posted by defcon12 View Post
Another thing please .
when i use the thunder juice the pets get new pets ..

i mean when i use thunder juice to Raptor the raptor change after i give her thunder juice change to apolo .. i dont know why and i hope anyone learning me or show me how to fixed it .. thnx u for replay if u do .
Its because you have more then 100 pets on your server. Take a look at this thread by louise32 [Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by drukkie View Post
i have an little problem:S

the soul off paladin stays at 0/0 any one know how to fix this so i can let people revive pets and use paladin skills...
i dont realy know what the problem is but maybe anyone knows :)

ty for the reply. if you do.
You should run this in your mysql.

Code:
UPDATE cq_user SET soul_value_lev='1' WHERE level > 1 AND level < 50;
		  UPDATE cq_user SET soul_value_lev='2' WHERE level > 49 AND level < 70;
		  UPDATE cq_user SET soul_value_lev='3' WHERE level > 69 AND level < 90;
		  UPDATE cq_user SET soul_value_lev='4' WHERE level > 89 AND level < 100;
		  UPDATE cq_user SET soul_value_lev='5' WHERE level > 99 AND level < 110;
		  UPDATE cq_user SET soul_value_lev='6' WHERE level > 109 AND level < 120;
		  UPDATE cq_user SET soul_value_lev='7' WHERE level > 119 AND level < 125;
		  UPDATE cq_user SET soul_value_lev='8' WHERE level > 124 AND level < 130;
		  UPDATE cq_user SET soul_value_lev='9' WHERE level > 129;
06/26/2010 17:10 drukkie#4
Quote:
Originally Posted by Eurion View Post
Its because you have more then 100 pets on your server. Take a look at this thread by louise32 [Only registered and activated users can see links. Click Here To Register...]



You should run this in your mysql.

Code:
UPDATE cq_user SET soul_value_lev='1' WHERE level > 1 AND level < 50;
		  UPDATE cq_user SET soul_value_lev='2' WHERE level > 49 AND level < 70;
		  UPDATE cq_user SET soul_value_lev='3' WHERE level > 69 AND level < 90;
		  UPDATE cq_user SET soul_value_lev='4' WHERE level > 89 AND level < 100;
		  UPDATE cq_user SET soul_value_lev='5' WHERE level > 99 AND level < 110;
		  UPDATE cq_user SET soul_value_lev='6' WHERE level > 109 AND level < 120;
		  UPDATE cq_user SET soul_value_lev='7' WHERE level > 119 AND level < 125;
		  UPDATE cq_user SET soul_value_lev='8' WHERE level > 124 AND level < 130;
		  UPDATE cq_user SET soul_value_lev='9' WHERE level > 129;
can you pls tell me how to do it in navicat:S
06/26/2010 17:19 Eurion#5
Open Navicat -> Double left click your connection -> Double left click your my database -> click Queries

At the top there will be "New Query" click that. Copy and paste the code I gave you. Hit run, and it will tell you how many rows were affected. Then the characters soul will be fixed once they relog.
06/26/2010 17:41 drukkie#6
Quote:
Originally Posted by Eurion View Post
Open Navicat -> Double left click your connection -> Double left click your my database -> click Queries

At the top there will be "New Query" click that. Copy and paste the code I gave you. Hit run, and it will tell you how many rows were affected. Then the characters soul will be fixed once they relog.
wow ty alot and i will do the thanks butten ty man:D:D:D
06/26/2010 19:41 defcon12#7
Eurion .. can u let me know what i can do to fixed it please ?
06/26/2010 19:45 Eurion#8
As I said, check out louise32's topic [Only registered and activated users can see links. Click Here To Register...] . She explains everything as best as possible there. Its the second post in that topic I think. There is no real fix for the issue yet. There is only a tweak to make it work.
06/26/2010 19:48 defcon12#9
i want let the pets when i hatch it get the normal pets .. the SnowRaptor when i hatch it i get thing Like Dragon :(
06/26/2010 19:50 Eurion#10
Oh, if you are getting the error while hatching your pets, then my posts won't help you. You will need to wait for someone who's familiar with the pet tables to comment. I don't deal with pets at all.
06/26/2010 19:53 defcon12#11
ohh thnx .. and i hope anyone help me in that . and show me how to fixed it :(
06/26/2010 19:58 defcon12#12
it like 15 eud get that bug . dont know how to fixed it ><
06/27/2010 00:21 randy01#13
Quote:
Originally Posted by defcon12 View Post
i want let the pets when i hatch it get the normal pets .. the SnowRaptor when i hatch it i get thing Like Dragon :(
this case describes the fact that the Dragon got the id of the snowraptor..you should manually change the id's of the euds in navicat