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!

Adding +8 - +15 items

Status
Not open for further replies.
Joined
Mar 14, 2011
Messages
436
Reaction score
244
0: +0 with no binding
1: +0 with binding
2: +1 with no binding
3: +1 with binding
4: +2 with no binding
5: +2 with binding
6: +3 with no binding
7: +3 with binding
8: +4 with no binding
9: +4 with binding
A: +5 with no binding
B: +5 with binding
C: +6 with no binding
D: +6 with binding
E: +7 with no binding
F: +7 with binding
10: +8 with no binding
11: +8 with binding
12: +9 with no binding
13: +9 with binding
14: +10 with no binding
15: +10 with binding
16: +11 with no binding
17: +11 with binding
18: +12 with no binding
19: +12 with binding
1A: +13 with no binding
1B: +13 with binding
1C: +14 with no binding
1D: +14 with binding
1E: +15 with no binding
1F: +15 with binding

This is the code you need to use to add +8 - +15 items. Use this guide to further explain:
http://forum.ragezone.com/f460/decoding-items-binary-better-english-430950/

To add item execute this on cabalcash
Code:
exec up_AddMyCashItemByItem 'USERID','0','SERVERID','ITEMID','ITEMOPT','DURATIONIDX'
 
Last edited by a moderator:
Joined
Mar 14, 2011
Messages
436
Reaction score
244
Could you give an example of how that query migth look like whit real data?

exec up_AddMyCashItemByItem '1','0','1','3415','0','31'


This will add a perfect core +14 (highest) with duration 31 (permanent) to the ID 1 (check its in cabal_auth_table)
 
Junior Spellweaver
Joined
Mar 18, 2009
Messages
129
Reaction score
29
Since ppl has some problems with adding +15 stuff here is how to:

Example:
Lets say Mithril Greatsword Account bound
ID=100
Now 100 in hex is 6400. If you want to add +15 Acc bind(check extornia post), it should be like 1F064, converted to dec=127076
So the query looks like:
Code:
exec up_AddMyCashItemByItem 'USERID','0','SERVERID','127076','1073758353','31'

127076=itemID
1073758353=option (4 slots)
 
Status
Not open for further replies.
Back
Top