problem fix for long time..btw ty and i appreaciated for all post that can help me
1.go to cq_userQuote:
man...where i can get char id?
Anyone know i try run this query but didnt change anything lol maybe i wrong at anywhere maybe some people can guides me thoughQuote:
hehe
Yes via query as well its possible (if want to be faster...)
but this is WRONG query VERY hehe
there is no UPGRADE .... there is UPDATE ;)
so your query most likely should look like:
then yes this might work as you described ;)Code:Update cq_item set gem1=18 where id= PUTYOURCHARACTERIDHERE; Update cq_item set gem2=18 where id= PUTYOURCHARACTERIDHERE; Update cq_item set magic3=255 where id= PUTYOURCHARACTERIDHERE; Update cq_item set warghostexp=1024 where id= PUTYOURCHARACTERIDHERE; Update cq_item set eudemon_attack1=255 where id= PUTYOURCHARACTERIDHERE; Update cq_item set eudemon_attack2=255 where id= PUTYOURCHARACTERIDHERE; Update cq_item set eudemon_attack3=255 where id= PUTYOURCHARACTERIDHERE; Update cq_item set eudemon_attack4=255 where id= PUTYOURCHARACTERIDHERE; Update cq_item set special_effect=255 where id= PUTYOURCHARACTERIDHERE;
Regards
as long as you used the correct character ID it should of worked. But also be sure to relog or it wont take full affect until then.Quote:
Anyone know i try run this query but didnt change anything lol maybe i wrong at anywhere maybe some people can guides me though
select id from cq_user where name = "[b]insertname[/b]";