i have pro in pet [Help]

11/09/2010 15:07 conal#1

1-how i can make mounts are not Changed if thunder was used on them


2-how i can make any pet start with 50*


help me plz
11/09/2010 17:10 ~Sword~Stalker~.#2
for the thunder :-


use this query :-
Code:
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;
run it and restart ur server and it will be fine ;)

BestRegards


to make ur pet start 50* -
Quote:
update cq_grade set rarity=5000;
and restart ur server and ull find all ur pets hatched 50*[/B]
11/10/2010 01:20 conal#3
Quote:
Originally Posted by ~Sword~Stalker~. View Post
for the thunder :-


use this query :-
Code:
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;
run it and restart ur server and it will be fine ;)

BestRegards


to make ur pet start 50* - and restart ur server and ull find all ur pets hatched 50*[/B]




thx for you man