Items X100

Status
Not open for further replies.
Junior Spellweaver
Joined
Feb 14, 2006
Messages
108
Reaction score
0
These are the itemsX100 in one box.
these code will be useful to people who runs own private server.

i'm not so good at english so itme name can be wrong...
Code:
Upgrade stone        17;1644544;659990;0;
small master stone 17;1645570;659990;1;
large master stone 17;1645571;659990;2;
small huago      17;1645795;135702;3;
large huago      17;1645796;266774;4;
ganet           17;1646815;135702;5;
opal             17;1646816;397846;6;
peridot         17;1646817;135702;7;
rune stone(9)          17;1647631;266774;8;
rune stone(10)         17;1647632;397846;9;
utikia         17;1647842;266774;10;
topaz           17;1646596;266774;11;
ruby             17;1646597;266774;12;
saphire         17;1646598;266774;13;
jewel of destruction      17;1646049;6948438;14;
letter card           17;1648061;263766;23;
coupon 17;1648062;263766;24;
letter card2         17;1648063;263766;25;
Letter (H)       17;1648136;263766;26;
Letter (A)       17;1648137;263766;27;
Letter (L)       17;1648138;263766;28;
Letter (O)       17;1648139;263766;29;
Letter (W)       17;1648140;263766;30;
mirake           17;1648084;10618454;31;
sous             17;1648085;4720214;32;
a-sous           17;1648086;3933782;33;
neraida(G)      17;1647911;266733142;34;
lake(G)          17;1647849;263766;35;
phon lake(G)       17;1647853;132694;36;
al lake(G)       17;1647857;132694;37;
di lake(G)       17;1647861;132694;38;
pul-pum(G)          17;1647865;263766;39;

sorry for wrong translation^^;;just add code in ms-sql and test yourself!
 
Hey, Just wanted to add some stuff..!!

One can easily guess the codes for a box of a particular items..!!
Lemme explain how..!!

Let us consider a Box of UJ's..!!
The Code is 17;1644544;659990;0
The Code for UJ is 6144
The Code for A Storage Box is 17

So if we didnt know the code for the box, we could form it like this.
17 (code of storage box);164 (constant)45(61{from UJ Code}-16{constant value})44(last 2); Item ID; Item Slot
So basically the code ends up to be 17;16445144;Item ID;Item Slot

This works for all. Why do we have to substract 16 - thats a long story and not necessary here..

For eg now, you need to make a box of Peridots, now how do we get it..?
The code for Peridot is 8417.
SO the box will be 17;164 (constant) 68 (84-16) 17;Item ID; Slot
So the code for the box of peridots is 17;1646817;Item ID; Slot

Same way Soul of Silbadu is 9685, so box code is 17;1648085;Item ID; Slot

Hope this helps..

And as for the Item ID slot - you could use ... 131845 - universal box code.. :D
 
yeah, u're right.
but some people got headache calculating all the items...

so i just wrote some example.
anyway, nice reply.
 
Status
Not open for further replies.
Back