Quote:
Originally Posted by defcon12
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
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;