Hello dude
I know how to add effect to player but its not working 100 % mean if the player get effect it willbe over at next relog im sure i saw someone release how to add effect to ur players like pk event i will search about it and give ya the link wait me for few mins
Done heh
here we go
[GUIDE] Setting Status Effects, exm. Pkmatch_champion
You might be wondering how you set yourself to have the champion effect on yourself. This will explain how to do it:
1 )Open Navicate and go into your 'my' database, then open your cq_user & cq_special_status tables.
2 )The cq_special_status table is made up of 4 columns. user_id is for the connection to the id column under your cq_user table. status_id is for the connection to the effectID. Power i'm not sure about yet, but I assume it has something to do with traps. finish_time assumed, is the amount of time left (in seconds) with the effect.
Go into your cq_user table and find the character name you want the effect on. Then scroll across to the id column and copy the entry with 'ctrl c'
3 )Paste your entry into the user_id column of cq_special_staus table.
4 )Set status_id to 156, keep power as 0 and finish time to any number higher than 0 (try like 500000).
5 )Relogin into the game and you have your effect.
Extra:I have changed the status_id to others to test them and found some other IDs, here is a list:
154 - Cursed effect
155 每 Top Effect
156 每 Champion Effect
174 每 Polymorph
24 每 Strange thing
17 每 Sneak
14 每 Invisible
15 每Trap Effect
You can also use the following query to do what you want with status effects:
Quote:
INSERT INTO `cq_special_status` (`user_id`, `status_id`, `power`, `finish_time`) VALUES ('id-from-cq_user', 'statusid(exm.156)', '0', '900000')
im not the owner of that Guide i got it from that BIG!usefull release
i dont rember the owner cuz i copy usefull guides to word file to check them later some of them im not copy owner name of the guide by mistake cuz im using my phone