Welcome to RaGEZONE - MMORPG Development Forums (sponsored by: www.SCFMT.com.ar) Mark forums read | View Forum Leaders
RaGEZONE - MMORPG Development Forums (sponsored by: www.SCFMT.com.ar)


A3 Discuss, how to add option through SQL at - Old Archived Files forum; take a look at ur item (i mean clean option, let say G10 mace with no option except lvl2) in ...




Reply
LinkBack Thread Tools
how to add option through SQL
 
 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Dec 2006
Posts: 207
02-14-2007, 07:03 AM
 
take a look at ur item (i mean clean option, let say G10 mace with no option except lvl2) in ur SQL, it will consist something like this

1093;1441;25431063;0 --> G10 mace, lvl2

the first column (1093) is the id of the G10 mace n the 2nd column (1441) is the attribute for the mace. The 3rd column (i think.....) is the id of randomly created by server to differ from the other G10 mace as INS@NE has mention earlier in his previous post. 4th column?? figure it out urself.... :P

1) Now we gonna make our mace have a blessing, so we add 32768 to the 1st column

1093+32768=33861

33861;1441;25431063;0 --> G10 mace, lvl2, blessing

2) mount?? add 65536 to the 1st column

33861+65536=99397

99397:1441;25431063;0 --> G10 mace, lvl2, blessing, mount 10%

for mount 30%... add 65536 for 2 times more to the 1st column n it will be like this

230469;1441;25431063;0 --> G10 mace, lvl2, blessing, mount 30%

3) now we make our mace lvl 15.... (only for weapon, for armor n etc can only lvl up to lvl 10 only, if not the item will crashed or unstable) so we need to plus 13 to 2nd column i.e

1441+13=1454 (bcos our mace is now lvl 2, it needs 13 more lvl to be lvl 15...)

230469;1454;25431063;0 --> G10 mace, lvl15, blessing, mount 30%

4) we need additional attack power to our mace, simply plus 16 to 2nd column

1454+16=1470

230469;1470;25431063;0 --> G10 mace, lvl15, blessing, mount 30%, add att power

5) the hardest part (for someone who has fear at math (even simple math) better stop here.... just joking....lol... no need to be serious all the time....), we got to mount a jewel to our mace.... let say ruby.. ( ruby can cause a red option to appear at our mace which is equivalent as garnet at other part of eq such as pants, glove and etc....) we call it red option..

we add 1048576 to the 2nd column

1470+1048576=1050046

230469;1050046;25431063;0 --> G10 mace, lvl15, blessing, mount 30%, add att power, fire attack 1

to make it fire attack 63, hmmm.... try urself..not gonna type all day here...

6) for blue option, add 16384 to 2nd column...

1050046+16384=1066430

230469;1066430;25431063;0 --> G10 mace, lvl15, blessing, mount 30%, add att power, fire attack 1, ice attack 1

7) for grey option, add 67108864 to the 2nd column...

1066430+67108864=68175294

230469;68175294;25431063;0 --> G10 mace, lvl15, blessing, mount 30%, add att power, fire attack 1, ice attack 1 and lightning attack 1

230469;4294952382;25431063;0 --> G10 mace, lvl15, blessing, mount 30%, add att power, fire attack 63, ice attack 63 and lightning attack 63 (GODLY MACE????)

Last edited by zaugola; 02-15-2007 at 03:44 AM..
 
 
permalink
 

RaGEZONE is proudly sponsored by
 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Feb 2006
Location: 213.216.X.X
Posts: 528
02-14-2007, 07:47 AM
 
Hmm I remember I posted a similar thread like this explaining how to custom create your own items. Almost everything can be custom made. I even did up a 30% mount bless ap/ad 63% items list.

For all those lazy to do up all the adding and subtraction,

G10 Spear Set 30% Mount + Bless + Ad/Ap + 63% Opts
33839;4294953082;136228;0

36204;4294955066;136228;0

36214;4294956090;136228;0

36224;4294954042;136228;0

36234;4294958138;136228;0

36244;4294957114;136228;0

G10 Sword Set 30% Mount + Bless + Ad/Ap + 63% Opts
33834;4294953082;136228;0;

3386;4294955066;136228;1;

3396;4294956090;136228;2;

3406;4294954042;136228;3;

3416;4294958138;136228;4;

3426;4294957114;136228;5

G10 Axe Set 30% Mount + Bless + Ad/Ap + 63% Opts
33829;4294953082;136228;0;

3356;4294955066;136228;1;

3361;4294956090;136228;2;

3366;4294954042;136228;3;

3371;4294958138;136228;4;

3376;4294957114;136228;5

G10 Sword HK 30% Mount + Bless + Ad/Ap + 63% Opts
230464;4294953082;136228;0;

232882;4294951418;136228;0

232857;4294955066;136228;0

232862;4294956090;136228;0

232867;4294954042;136228;0

232872;4294958138;136228;0

232877;4294957114;136228;0

G10 Mace HK 30% Mount + Bless + Ad/Ap + 63% Opts
230469;4294952378;136228;0

232942;4294951418;136228;0

232892;4294955066;136228;0

232902;4294956090;136228;0

232912;4294954042;136228;0

232922;4294958138;136228;0

232932;4294957114;136228;0
 
 
permalink
 

Advertisement
 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Dec 2006
Posts: 207
02-14-2007, 08:27 AM
 
errr... i cant find ur post regarding the item code (maybe i search for the wrong phrase) except Akaruz item code, well.. i have to figure it out myself, so here is the result... just trying to help ...

Last edited by zaugola; 11-06-2007 at 04:39 AM..
 
 
permalink
 


 
†hë GH0§† õƒ êdÉñ

Rank: Omega


Reply With Quote
 
Join Date: Jun 2006
Location: Weed Fields
Posts: 9,174
02-14-2007, 10:09 AM
 
Quote: Originally Posted by zaugola View Post
errr... i cant find ur post regarding the item code (maybe i search for the wrong phrase) except Akaruz item code, well.. i have to figure it out myself,:v: so here is the result... :flag_schw.. just trying to help others....
Beautiful post.
I would like to make a few additions as to why add only those values..! Would you do it or you want me to add?
Coz it's your post and I dont want to steal it from you.
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Feb 2006
Location: 213.216.X.X
Posts: 528
02-14-2007, 01:31 PM
 
Quote: Originally Posted by zaugola View Post
errr... i cant find ur post regarding the item code (maybe i search for the wrong phrase) except Akaruz item code, well.. i have to figure it out myself,:v: so here is the result... :flag_schw.. just trying to help others....

Yeah nice work there. This will certainly help those who are in doubt. Hmm most probably I deleted off the thread cos of a slight issue. I am working to create the entire list of code (If I have the time) which I will release to everyone so we don't have to go endlessly searching for them.
 
 
permalink
 

 
†hë GH0§† õƒ êdÉñ

Rank: Omega


Reply With Quote
 
Join Date: Jun 2006
Location: Weed Fields
Posts: 9,174
02-14-2007, 01:45 PM
 
Yep. Please do that. It'd make work lots easier.
 
 
permalink
 

 
Pon Pon is offline
Member

Rank: Omicron


Reply With Quote
 
Join Date: Dec 2003
Location: A3 world
Posts: 41
02-14-2007, 10:32 PM
 
May I share my little tool for calculate. May someone modify more code for the best and share for every body.
Because of file type limit, please replace file from "OptionCal.htm.txt" to "OptionCal.htm".
This calculator have only -30%. For input -1, this means subtract original option that already have it.
cheer for EP5 comming..........
Attached Files
File Type: txt OptionCal.htm.txt (24.4 KB, 277 views)
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Dec 2006
Posts: 207
02-15-2007, 03:22 AM
 
Quote: Originally Posted by iNs@nE View Post
I would like to make a few additions as to why add only those values..! Would you do it or you want me to add?
Coz it's your post and I dont want to steal it from you.
pls feel free to add to, maybe i can learn more...all the ideas are appreciate....tq

Quote: Originally Posted by Pon View Post
cheer for EP5 comming..........
EP5???? where we can find it, available for private server??? (clueless here....he he)...
wooo... nice calculator u have there !!!
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Sep 2006
Location: Denebe
Posts: 7
02-15-2007, 03:58 AM
 
Hi!! i got a question..

its seems that the reduce mp/hp usage (opal opt) doesnt work if you put it @ 42.. I did a test to test whether this opt worked.. after casting a uw (37mp i think) , it showed that mp was still consumed despite the prescence of such an option on the helmet.

Is there anyway to make such an option work?
 
 
permalink
 

 
Member

Rank: Omicron


Reply With Quote
 
Join Date: Sep 2006
Location: Thailand
Posts: 27
02-15-2007, 03:59 AM
 
EP5 :drinks_no
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Dec 2006
Posts: 207
02-15-2007, 04:11 AM
 
Quote: Originally Posted by bananamilkshake View Post
Hi!! i got a question..

its seems that the reduce mp/hp usage (opal opt) doesnt work if you put it @ 42.. I did a test to test whether this opt worked.. after casting a uw (37mp i think) , it showed that mp was still consumed despite the prescence of such an option on the helmet.

Is there anyway to make such an option work?
1st of all, you better spawn ur helm 1st or buy it (if it is from G1 to G8, but if u know the code then spawn it), then modified the code (63%, bless, ad n etc)
this can make ur helm much more stable due to the 3rd column that is created by the server....
and make sure ur helm is not lvl 15 too....
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Dec 2006
Posts: 207
02-15-2007, 04:34 AM
 
Well.... u guys might try this code...

G9 UNIQUE
230522;4294953087;396823;0; WARR SWORD
230523;4294953151;396823;2; WARR SPEAR
230524;4294953215;396823;1; WARR AXE
230527;4294952319;396823;3; HK SWORD
230528;4294952383;396823;4; HK MACE
230529;4294952511;396823;5; BOW
230530;4294952575;396823;6; CROSS BOW
231549;4294953279;790039;7; DEX STAFF
231550;4294953663;658967;8 INTEL STAFF
 
 
permalink
 

 
†hë GH0§† õƒ êdÉñ

Rank: Omega


Reply With Quote
 
Join Date: Jun 2006
Location: Weed Fields
Posts: 9,174
02-15-2007, 07:59 AM
 
Do you by any chance happen to have the codes for the Unique armor parts? not weapons mind you.
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


Reply With Quote
 
Join Date: Dec 2006
Posts: 207
02-16-2007, 02:49 AM
 
Quote: Originally Posted by iNs@nE View Post
Do you by any chance happen to have the codes for the Unique armor parts? not weapons mind you.
im still trying to find those code, but failed all the time...if i found it, then ill post, and im looking for redyan neckless too..... but no luck till now.....
 
 
permalink
 

 
†hë GH0§† õƒ êdÉñ

Rank: Omega


Reply With Quote
 
Join Date: Jun 2006
Location: Weed Fields
Posts: 9,174
02-16-2007, 03:55 AM
 
Yes. I have literally gone through most of the codes in the hit-and-trial method. None of them just seem to fit in.
I hear that Hyo-Ja server does have the Unique Sets. If the owner of that server is using the same files as us, then am pretty sure we could get the numbers too.
 
 
permalink
 

 
Newbie

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2009
Posts: 3
02-03-2009, 11:26 AM
 
how to get 100 tods in invent???????
 
 
permalink
 

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:26 PM.
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC1 RaGEZONE © 2001 - 2008