[HELP HOW TO MAKE + ELEMNTS AT ITEMS]

06/28/2010 18:24 CyberServer#1
[Only registered and activated users can see links. Click Here To Register...]

help how to make this elemnt ++ i means 4element which in part db need to do it and could someone lend a hand by tell some guides how to make it:handsdown::handsdown::handsdown::handsdown::han dsdown: please really need to learn about it
06/28/2010 18:26 DEADP00L#2
magic1, magic2, magic3, magic4


i think
06/28/2010 18:39 CyberServer#3
thanks deadpool
06/28/2010 22:39 Eurion#4
magic3 controls the bonus such as +1 +2 +3 and so on.

eudemon_attack1-eudemon_attack4 Control the elemental bonus's you get. Such as air, water and so on.
06/29/2010 00:17 .Ash#5
Quote:
Originally Posted by CyberServer View Post
[Only registered and activated users can see links. Click Here To Register...]

help how to make this elemnt ++ i means 4element which in part db need to do it and could someone lend a hand by tell some guides how to make it:handsdown::handsdown::handsdown::handsdown::han dsdown: please really need to learn about it
YOU ARE NOT THE SAME CYBER I KNEW LONG TIME AGO lol.. Wheres all your knowledge went??
06/29/2010 02:36 Nolimitation#6
Yes for element attack on gears it is eudemon attack 1 - 4 in item table
06/29/2010 02:52 PraDevil[ELITE]#7
Quote:
Originally Posted by SpongeBox View Post
YOU ARE NOT THE SAME CYBER I KNEW LONG TIME AGO lol.. Wheres all your knowledge went??
i dont think he have alot of knowlege about eo pserver..coz im the one his friend long time ago:p
06/29/2010 03:31 xCookieZx#8
um seems like the problem has been resolved but i just thought i'd throw this in their too

you can run this as a query it will give you all +255 elementals and +255 bp bonus and also adds 1 Super Citrine and 1 Super Beryl to all your gears ( this adds to everything on character including inventory and warehouse so be careful)

Code:
update cq_item set eudemon_attack1=255 where player_id="your id";
update cq_item set eudemon_attack2=255 where player_id="your id";
update cq_item set eudemon_attack3=255 where player_id="your id";
update cq_item set eudemon_attack4=255 where player_id="your id";
update cq_item set gem1=21 where player_id="your id";
update cq_item set gem2=24 where player_id="your id";
update cq_item set warghostexp=1024 where player_id="your id";
update cq_item set magic3=255 where player_id="your id";
update cq_item set locked=1 where player_id="your id";
update cq_item set special_effect=255 where player_id="your id";
update cq_item set forgename='CharacterName' where player_id="your id";
06/29/2010 08:21 CyberServer#9
Quote:
Originally Posted by SpongeBox View Post
YOU ARE NOT THE SAME CYBER I KNEW LONG TIME AGO lol.. Wheres all your knowledge went??
coz now i am buzying with my study lol i already sem3 so need to approach more i come back to elitepvpers coz have final semester break holiday so i come and try to setup back;)
06/29/2010 12:16 drukkie#10
Quote:
Originally Posted by xCookieZx View Post
um seems like the problem has been resolved but i just thought i'd throw this in their too

you can run this as a query it will give you all +255 elementals and +255 bp bonus and also adds 1 Super Citrine and 1 Super Beryl to all your gears ( this adds to everything on character including inventory and warehouse so be careful)

Code:
update cq_item set eudemon_attack1=255 where player_id="your id";
update cq_item set eudemon_attack2=255 where player_id="your id";
update cq_item set eudemon_attack3=255 where player_id="your id";
update cq_item set eudemon_attack4=255 where player_id="your id";
update cq_item set gem1=21 where player_id="your id";
update cq_item set gem2=24 where player_id="your id";
update cq_item set warghostexp=1024 where player_id="your id";
update cq_item set magic3=255 where player_id="your id";
update cq_item set locked=1 where player_id="your id";
update cq_item set special_effect=255 where player_id="your id";
update cq_item set forgename='CharacterName' where player_id="your id";
lol with that i will get quick hp potion +255:P
06/29/2010 18:44 xCookieZx#11
Quote:
Originally Posted by drukkie View Post
lol with that i will get quick hp potion +255:P
i also said be careful because this makes everything +255 including all things in warehouse and inventory.
06/29/2010 21:51 Nukleuz#12
Try mine ;)



Code:
-- ----------------------------
-- +255 With elements equipments
-- ----------------------------



update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=10000001 and position=1;
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=10000001 and position=2;
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=10000001 and position=3;
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=10000001 and position=4;
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=10000001 and position=7;
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=10000001 and position=8;

update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='Nukleus' where player_id=10000001 and position=1;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='Nukleus' where player_id=10000001 and position=2;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='Nukleus' where player_id=10000001 and position=3;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='Nukleus' where player_id=10000001 and position=4;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='Nukleus' where player_id=10000001 and position=7;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='Nukleus' where player_id=10000001 and position=8;

update cq_item set type ='1020260' where type=813002;

-- ----------------------------
-- Script End
-- ----------------------------

-- --------------------------------------------
-- For Casual +255 ( with full +255 element ---
-- Script Start --
-- --------------------------------------------

update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=10000001 and position=12;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='Nukleus' where player_id=10000001 and position=12;

-- ----------------------------
-- Script End
-- ----------------------------


Info

Position=12 @= Casual currently wearing by char.
player_id = change the player id u want to upgrade the items ( can be found in cq_user under ID coloum ) 
TO set player/maker name = change forgename to any user u want 

ident = 4 @ make the item indestructable

Here is the list of Gem id's
18 = super amber
21 = super citrine
24 = super beryl
30 = super sapphire
27 = super amethyst
255 = empty sockets
0 = no sockets at all

To change F-Soul (warghostexp) here are some examples,,
1536 = +9
1024 = +8
512 = +4
256 = +2
06/30/2010 05:49 CyberServer#13
thanks really usefull!!
06/30/2010 16:28 GosZ#14
lol...cyberserver...give me back my money...MYR 1100 300 USD++...Please...or i report to police...u scam me!!
06/30/2010 16:45 .Ash#15
Quote:
Originally Posted by GosZ View Post
lol...cyberserver...give me back my money...MYR 1100 300 USD++...Please...or i report to police...u scam me!!
WOW How? O.o and what did he sell you..?