[Help]changing VIP monsters

05/25/2011 17:15 WolvesMaster#1
iam working on Candy DB and i edited the VIP auto EPs system but the vip monsters is so so strong there so i want to make it easy to kill so what should i do ? i don't know plz help

and how to make gears +255 to a Donator even for me as a PM,a friend told me that i should use that code but i don't know how to use it can someone tell me >>

Code:
update cq_item set eudemon_attack1=255 where player_id=14942916 and position=1;

update cq_item set eudemon_attack1=255 where player_id=14942916 and position=2;

update cq_item set eudemon_attack1=255 where player_id=14942916 and position=3;

update cq_item set eudemon_attack1=255 where player_id=14942916 and position=4;

update cq_item set eudemon_attack1=255 where player_id=14942916 and position=7;

update cq_item set eudemon_attack1=255 where player_id=14942916 and position=8;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=1;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=2;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=3;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=4;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=7;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=8;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=1;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=2;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=3;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=4;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=7;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=8;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=1;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=2;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=3;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=4;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=7;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=8;

update cq_item set magic3=255 where player_id=14942916 and position=1;

update cq_item set magic3=255 where player_id=14942916 and position=2;

update cq_item set magic3=255 where player_id=14942916 and position=3;

update cq_item set magic3=255 where player_id=14942916 and position=4;

update cq_item set magic3=255 where player_id=14942916 and position=7;

update cq_item set magic3=255 where player_id=14942916 and position=8;

update cq_item set special_effect=255 where player_id=14942916 and position=1;

update cq_item set special_effect=255 where player_id=14942916 and position=2;

update cq_item set special_effect=255 where player_id=14942916 and position=3;

update cq_item set special_effect=255 where player_id=14942916 and position=4;

update cq_item set special_effect=255 where player_id=14942916 and position=7;

update cq_item set special_effect=255 where player_id=14942916 and position=8;

update cq_item set magic3=255 where player_id=14942916 and position=1;

update cq_item set magic3=255 where player_id=14942916 and position=2;

update cq_item set magic3=255 where player_id=14942916 and position=3;

update cq_item set magic3=255 where player_id=14942916 and position=4;

update cq_item set magic3=255 where player_id=14942916 and position=7;

update cq_item set magic3=255 where player_id=14942916 and position=8;

update cq_item set amount=28800 where player_id=14942916 and position=1;

update cq_item set amount_limit=28800 where player_id=14942916 and position=1;

update cq_item set amount=28800 where player_id=14942916 and position=2;

update cq_item set amount_limit=28800 where player_id=14942916 and position=2;

update cq_item set amount=28800 where player_id=14942916 and position=3;

update cq_item set amount_limit=28800 where player_id=14942916 and position=3;

update cq_item set amount=28800 where player_id=14942916 and position=4;

update cq_item set amount_limit=28800 where player_id=14942916 and position=4;

update cq_item set amount=28800 where player_id=14942916 and position=7;

update cq_item set amount_limit=28800 where player_id=14942916 and position=7;

update cq_item set amount=28800 where player_id=14942916 and position=8;

update cq_item set amount_limit=28800 where player_id=14942916 and position=8;

update cq_item set gem1=18 where player_id=14942916 and position=1;

update cq_item set gem2=18 where player_id=14942916 and position=1;

update cq_item set gem1=18 where player_id=14942916 and position=2;

update cq_item set gem2=18 where player_id=14942916 and position=2;

update cq_item set gem1=18 where player_id=14942916 and position=3;

update cq_item set gem2=18 where player_id=14942916 and position=3;

update cq_item set gem1=18 where player_id=14942916 and position=4;

update cq_item set gem2=18 where player_id=14942916 and position=4;

update cq_item set gem1=18 where player_id=14942916 and position=7;

update cq_item set gem2=18 where player_id=14942916 and position=7;

update cq_item set gem1=18 where player_id=14942916 and position=8;

update cq_item set gem2=18 where player_id=14942916 and position=8;

update cq_item set warghostexp=1536 where player_id=14942916 and position=1;

update cq_item set warghostexp=1536 where player_id=14942916 and position=2;

update cq_item set warghostexp=1536 where player_id=14942916 and position=3;

update cq_item set warghostexp=1536 where player_id=14942916 and position=4;

update cq_item set warghostexp=1536 where player_id=14942916 and position=7;

update cq_item set warghostexp=1536 where player_id=14942916 and position=8;

update cq_item set warghostexp=1536 where player_id=14942916 and position=12;

update cq_item set forgename='Darthling' where player_id=14942916 and position=1;

update cq_item set forgename='Darthling' where player_id=14942916 and position=2;

update cq_item set forgename='Darthling' where player_id=14942916 and position=3;

update cq_item set forgename='Darthling' where player_id=14942916 and position=4;

update cq_item set forgename='Darthling' where player_id=14942916 and position=7;

update cq_item set forgename='Darthling' where player_id=14942916 and position=8;
05/25/2011 18:48 hello36#2
can I ask you a bit ..... hold the client and the db candy? or just use the candy db
05/25/2011 20:16 WolvesMaster#3
i use the Candy client and candy DB !!
05/25/2011 20:33 hello36#4
easy or not use candy db?

can i be GM,PM,orGH in your server brcause i try do my own server but i failed,,plleass
05/25/2011 23:59 WolvesMaster#5
bro do u got experience in making a server ? if u got add me here
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
skype : wolvesmaster4


so noone would help me ?!
05/26/2011 09:12 hello36#6
I know nothing on the server ....

I can help you if you want ..... you go to yahoo mail i have add you in there ...... we are talking in there ...
05/26/2011 10:32 Escapex#7
stop double posting <.< !
05/26/2011 11:12 ~Sword~Stalker~.#8
change its HP / life same as defence . cq_monster . some id's can be wrong go there kill a monster save the id it gives and search for it in cq_action and u can add a line for eps drop

about the query :
Code:
update cq_item set eudemon_attack1=255 where player_id=14942916 and position=1;

update cq_item set eudemon_attack1=255 where player_id=14942916 and position=2;

update cq_item set eudemon_attack1=255 where player_id=14942916 and position=3;

update cq_item set eudemon_attack1=255 where player_id=14942916 and position=4;

update cq_item set eudemon_attack1=255 where player_id=14942916 and position=7;

update cq_item set eudemon_attack1=255 where player_id=14942916 and position=8;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=1;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=2;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=3;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=4;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=7;

update cq_item set eudemon_attack2=255 where player_id=14942916 and position=8;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=1;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=2;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=3;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=4;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=7;

update cq_item set eudemon_attack3=255 where player_id=14942916 and position=8;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=1;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=2;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=3;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=4;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=7;

update cq_item set eudemon_attack4=255 where player_id=14942916 and position=8;

update cq_item set magic3=255 where player_id=14942916 and position=1;

update cq_item set magic3=255 where player_id=14942916 and position=2;

update cq_item set magic3=255 where player_id=14942916 and position=3;

update cq_item set magic3=255 where player_id=14942916 and position=4;

update cq_item set magic3=255 where player_id=14942916 and position=7;

update cq_item set magic3=255 where player_id=14942916 and position=8;

update cq_item set special_effect=255 where player_id=14942916 and position=1;

update cq_item set special_effect=255 where player_id=14942916 and position=2;

update cq_item set special_effect=255 where player_id=14942916 and position=3;

update cq_item set special_effect=255 where player_id=14942916 and position=4;

update cq_item set special_effect=255 where player_id=14942916 and position=7;

update cq_item set special_effect=255 where player_id=14942916 and position=8;

update cq_item set magic3=255 where player_id=14942916 and position=1;

update cq_item set magic3=255 where player_id=14942916 and position=2;

update cq_item set magic3=255 where player_id=14942916 and position=3;

update cq_item set magic3=255 where player_id=14942916 and position=4;

update cq_item set magic3=255 where player_id=14942916 and position=7;

update cq_item set magic3=255 where player_id=14942916 and position=8;

update cq_item set amount=28800 where player_id=14942916 and position=1;

update cq_item set amount_limit=28800 where player_id=14942916 and position=1;

update cq_item set amount=28800 where player_id=14942916 and position=2;

update cq_item set amount_limit=28800 where player_id=14942916 and position=2;

update cq_item set amount=28800 where player_id=14942916 and position=3;

update cq_item set amount_limit=28800 where player_id=14942916 and position=3;

update cq_item set amount=28800 where player_id=14942916 and position=4;

update cq_item set amount_limit=28800 where player_id=14942916 and position=4;

update cq_item set amount=28800 where player_id=14942916 and position=7;

update cq_item set amount_limit=28800 where player_id=14942916 and position=7;

update cq_item set amount=28800 where player_id=14942916 and position=8;

update cq_item set amount_limit=28800 where player_id=14942916 and position=8;

update cq_item set gem1=18 where player_id=14942916 and position=1;

update cq_item set gem2=18 where player_id=14942916 and position=1;

update cq_item set gem1=18 where player_id=14942916 and position=2;

update cq_item set gem2=18 where player_id=14942916 and position=2;

update cq_item set gem1=18 where player_id=14942916 and position=3;

update cq_item set gem2=18 where player_id=14942916 and position=3;

update cq_item set gem1=18 where player_id=14942916 and position=4;

update cq_item set gem2=18 where player_id=14942916 and position=4;

update cq_item set gem1=18 where player_id=14942916 and position=7;

update cq_item set gem2=18 where player_id=14942916 and position=7;

update cq_item set gem1=18 where player_id=14942916 and position=8;

update cq_item set gem2=18 where player_id=14942916 and position=8;

update cq_item set warghostexp=1536 where player_id=14942916 and position=1;

update cq_item set warghostexp=1536 where player_id=14942916 and position=2;

update cq_item set warghostexp=1536 where player_id=14942916 and position=3;

update cq_item set warghostexp=1536 where player_id=14942916 and position=4;

update cq_item set warghostexp=1536 where player_id=14942916 and position=7;

update cq_item set warghostexp=1536 where player_id=14942916 and position=8;

update cq_item set warghostexp=1536 where player_id=14942916 and position=12;

update cq_item set forgename='Darthling' where player_id=14942916 and position=1;

update cq_item set forgename='Darthling' where player_id=14942916 and position=2;

update cq_item set forgename='Darthling' where player_id=14942916 and position=3;

update cq_item set forgename='Darthling' where player_id=14942916 and position=4;

update cq_item set forgename='Darthling' where player_id=14942916 and position=7;

update cq_item set forgename='Darthling' where player_id=14942916 and position=8;
player_id is ur cq_user's id . put it there as player_id [ur id]
the forge name is ur name : WolvesMaster
this will just make ur gears ur wearing +255 . not everything and wont give u +255 gears bag if u want to do one then make ur own by adding the task , itemtype.ini too . and the look at itemminicon .

Regards
05/26/2011 12:20 WolvesMaster#9
really really thx sword stalker for the guide for monsters
but i still got a problem with the +255 gears coz i edited the player_id to my id in cq.user while wearing mage gears but nothing changed in the gears !
05/26/2011 12:37 ~Sword~Stalker~.#10
try this one . :
Quote:
update cq_item set eudemon_attack1=255 where player_id=" 1";
update cq_item set eudemon_attack2=255 where player_id="1";
update cq_item set eudemon_attack3=255 where player_id="1";
update cq_item set eudemon_attack4=255 where player_id="1";
update cq_item set gem1=21 where player_id=" 1";
update cq_item set gem2=24 where player_id=" 1";
update cq_item set warghostexp=1024 where player_id=" 1";
update cq_item set magic3=255 where player_id=" 1";
update cq_item set special_effect=255 where player_id="1";
update cq_item set forgename='Donation' where player_id=" 1";
05/26/2011 12:47 WolvesMaster#11
you are so helpful thank you bro
it's good code :)
05/26/2011 17:36 hello36#12
hallo.whisper me in yahoo

so???