[Question]Luck

12/16/2010 03:53 T.h.u.n.d.e.r#1
Hey guys , i wander if i can make the luck of the pets increase more than 200 points using luck potions 4 examble ?
12/16/2010 22:39 magewarior2#2
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;
12/17/2010 03:29 T.h.u.n.d.e.r#3
Quote:
Originally Posted by magewarior2 View Post
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;
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 ?
12/17/2010 07:11 crootes#4
I have tried to remove the limit my self but the Best I came up with was to set the limit extremely high around 900 or even 1000.
12/17/2010 07:38 AziQ#5
I see 1 topic same like this .someone said u must edit msgserver also .
12/17/2010 14:53 T.h.u.n.d.e.r#6
yes , i see its msg server side thanks guys for help !