Hey guys , i wander if i can make the luck of the pets increase more than 200 points using luck potions 4 examble ?
update cq_action set param= 'luck >= 255' where id= 6002150; update cq_action set param= 'luck >= 255' where id= 6002200; update cq_action set param= 'luck >= 255' where id= 6002250;
yup i see what you mean but what i mean is diffrent than this i mean thats pets cant get more than 255 luck iam asking for away to remove this limit ?Quote:
here to edit the limit.
type 1533 param => "luck >= 255" (limit 255)
Code:update cq_action set param= 'luck >= 255' where id= 6002150; update cq_action set param= 'luck >= 255' where id= 6002200; update cq_action set param= 'luck >= 255' where id= 6002250;