Anyone know how to get or to compute the item option or maybe the item id of AP and DP saver that have already a stored a specific value? like 700 AP already stored.
Anyone know how to get or to compute the item option or maybe the item id of AP and DP saver that have already a stored a specific value? like 700 AP already stored.
Good question,
Item ID: 3192 - AP Saver
3192 = C78
0/50 = 32
SELECT Data,convert(varbinary(max),Data)
FROM dbo.cabal_Inventory_table
cabal_Inventory_table
0x780C 000000000004 32 000000000000000000 with empty 50
0x780C00000000000432000000000000000000
0x780C00000100000432003200000000000000 with filled 50 AP
You could try to use instead,
Item ID: 2842 - Potion of Luck (Alz)
Item ID: 2843 - Potion of Experience (Exp)
Item ID: 2844 - Potion of Skill (Skill exp)
Item ID: 2845 - Potion of Training (Pet exp)
Item ID: 2846 - Potion of SolItem ID: arity (Guild exp)
Item ID: 2847 - Potion of Honor (Honor points)
Item ID: 2848 - Potion of Soul (AXP)
Item ID: 2849 - Potion of Courage (WExp)
Item option is the amount.
how about the dungeon points? there is no potion for DP.
I think DP should be gained by Dungeon runs only anyway,..
DP is not meant to stick around for a long time, it has a nice feature of removing the points after some time. Forcing you to do another run (evil),.. so a potion would be sort of a weird.
I hate dungeons, never really got anything at all from them in the past, now you get DP. A guaranteed currency to exchange for some confetti's. (exp potions, uch,..)
I have not tried yet the DP after completing a dungeon.
Why both AP n DP savers keep saying not enough AP/DP when I do?? I tried with few chars, accounts, diff variables.
For DP Saver [200 DP] (Option IDx):
13145264
For AP Saver [2000 AP] (Option IDx):
131112640
Converted "0x780C00000100000432003200000000000000" to Hex and played around..
it took me a while but in the end I've found the values I need,
I hope anyone will find out any useful formula for these Savers.
I'm still trying to figure it out.
- - - Updated - - -
Alright, here we go:
This gives 32 DP:
Dec:This gives 64 DP:2097152
Dec:This gives 128 DP:4194304
Dec:I'm not sure about the Bin Values,8388608
but I've noticed you can play ALOT with the Dec Values without changing anything.
8388608 = 128 DP
8388799 = 128 DP still
How to find out the Option for your DPs:
For 200 DP
200 / 64 = 3,125 * 4194304 = 13107200
13107200 = 200 DP
So it's just a simple math if you got a Tool to add it directly.
And as you can see this isn't even the 200 DP Value I've posted before,
which just proves that you really can play with every digit.
I don't want to bump some necro shet,
but since the formula given above seemed to be a little "complicated" for some members,
I'll just give an easier value to work with:
65536 = 1 DP/AP (applies for both, as their option id's work the same way).
So 65536 * (The amount of DP/AP you want) = Your Option ID
Not the add some more to the thread but 65536 is not entirely random there.
It is pretty random, as the value I started with before converting all this,
was random just as well.
But the savers work just perfectly fine with those.
It's not random, it's a bitflag in the option id ( 10000000000000000 )
Oh no, I know -that- isn't random, but getting that value by myself was pretty random.
Guess I should've written it a little different.