Gearz

04/06/2010 19:42 Medo321#1
How i can make +255 gearz lvl 255 with all elements +255,and btw how to make someones weapon lvl 255?
04/06/2010 21:48 mr.inferno#2

theres the script u just have to change the id and then name u can change the id quickly by copy and pasting everything into notepad and pressing ctrl H and it wil give u the option to replace
04/08/2010 01:17 .Ash#3
For this you going to have to do some extra work but it will get the job done :D
Code:
1) Download [URL="http://www.elitepvpers.com/forum/attachments/eo-pserver-hosting/31005d1256273132-release-itemtype-editor-itemtypeeditor.rar"]http://www.elitepvpers.com/forum/attachments/eo-pserver-hosting/31005d1256273132-release-itemtype-editor-itemtypeeditor.rar[/URL]

2) Make sure you have a client and DB that has 255 equipment. And open itemtype.dat in that client via ItemTypeEditor.exe

3) Go to number [COLOR="Red"]490250[/COLOR]. Thats where it starts. Ends at [COLOR="Magenta"]135154[/COLOR].

4) Open Navicat, go to your DataBase and type this query

update cq_item set TYPE=XXX where player_id=XXXX;
update cq_item set gem1=18 where player_id=XXXX;
update cq_item set gem2=18 where player_id=XXXX;
update cq_item set magic3=255 where player_id=XXXX;
update cq_item set warghostexp=1024 where player_id=XXXX;
update cq_item set eudemon_attack1=255 where player_id=XXXX;
update cq_item set eudemon_attack2=255 where player_id=XXXX;
update cq_item set eudemon_attack3=255 where player_id=XXXX;
update cq_item set eudemon_attack4=255 where player_id=XXXX;
update cq_item set special_effect=255 where player_id=XXXX;
update cq_item set forgename='XXXXX' where player_id=XXXX;

Make sure you replace the XXXX