Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

how to add option through SQL

Status
Not open for further replies.
Experienced Elementalist
Joined
Dec 15, 2006
Messages
246
Reaction score
32
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:
Master Summoner
Joined
Feb 27, 2006
Messages
522
Reaction score
0
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
 
Experienced Elementalist
Joined
Dec 15, 2006
Messages
246
Reaction score
32
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:
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
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.
 
Master Summoner
Joined
Feb 27, 2006
Messages
522
Reaction score
0
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.
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
Yep. Please do that. It'd make work lots easier.
 

Pon

Newbie Spellweaver
Joined
Dec 1, 2003
Messages
42
Reaction score
0
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..........
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Dec 15, 2006
Messages
246
Reaction score
32
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

cheer for EP5 comming..........

EP5???? where we can find it, available for private server??? (clueless here....he he)...
wooo... nice calculator u have there !!!
 
Newbie Spellweaver
Joined
Sep 12, 2006
Messages
7
Reaction score
0
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?
 
Experienced Elementalist
Joined
Dec 15, 2006
Messages
246
Reaction score
32
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....
 
Experienced Elementalist
Joined
Dec 15, 2006
Messages
246
Reaction score
32
G9 Unique

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
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
Do you by any chance happen to have the codes for the Unique armor parts? not weapons mind you.
 
Experienced Elementalist
Joined
Dec 15, 2006
Messages
246
Reaction score
32
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.....
 
Custom Title Activated
Loyal Member
Joined
Jun 9, 2006
Messages
8,545
Reaction score
108
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.
 
Skilled Illusionist
Joined
Apr 6, 2011
Messages
329
Reaction score
37
Yea I was thinking same but didn;t posted.
This guy did it 2nd time after telling :p:

So better reply and stop him doing more bumps :p:
 
Status
Not open for further replies.
Back
Top