DP Saver and AP Saver

Results 1 to 15 of 15
  1. #1
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    DP Saver and AP Saver

    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.


  2. #2
    RaGEZONER toast2250 is offline
    MemberRank
    Sep 2009 Join Date
    CabalLocation
    638Posts

    Re: DP Saver and AP Saver

    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

  3. #3
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: DP Saver and AP Saver

    Quote Originally Posted by toast2250 View Post
    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
    I already noticed this. But how we will compute the item option now for this?

    0x780C00000100000432003200000000000000 with filled 50 AP

  4. #4
    RaGEZONER toast2250 is offline
    MemberRank
    Sep 2009 Join Date
    CabalLocation
    638Posts

    Re: DP Saver and AP Saver

    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.

  5. #5
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: DP Saver and AP Saver

    how about the dungeon points? there is no potion for DP.

  6. #6
    RaGEZONER toast2250 is offline
    MemberRank
    Sep 2009 Join Date
    CabalLocation
    638Posts

    Re: DP Saver and AP Saver

    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.

  7. #7
    Member ruben93 is offline
    MemberRank
    Oct 2008 Join Date
    UKLocation
    80Posts

    Re: DP Saver and AP Saver

    Why both AP n DP savers keep saying not enough AP/DP when I do?? I tried with few chars, accounts, diff variables.

  8. #8
    Proficient Member ShadowGohan is offline
    MemberRank
    Dec 2013 Join Date
    184Posts

    Re: DP Saver and AP Saver

    For DP Saver [200 DP] (Option IDx):
    13145264

    For AP Saver [2000 AP] (Option IDx):
    131112640

  9. #9
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: DP Saver and AP Saver

    Quote Originally Posted by ShadowGohan View Post
    For DP Saver [200 DP] (Option IDx):
    13145264

    For AP Saver [2000 AP] (Option IDx):
    131112640
    How do you compute it? Any formula?

  10. #10
    Proficient Member ShadowGohan is offline
    MemberRank
    Dec 2013 Join Date
    184Posts

    Re: DP Saver and AP Saver

    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:
    2097152
    This gives 64 DP:
    Dec:
    4194304
    This gives 128 DP:
    Dec:
    8388608
    I'm not sure about the Bin Values,
    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.

  11. #11
    Proficient Member ShadowGohan is offline
    MemberRank
    Dec 2013 Join Date
    184Posts

    Re: DP Saver and AP Saver

    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

  12. #12
    ANTI emi is offline
    MemberRank
    Mar 2009 Join Date
    ZHLocation
    1,378Posts

    Re: DP Saver and AP Saver

    Not the add some more to the thread but 65536 is not entirely random there.

  13. #13
    Proficient Member ShadowGohan is offline
    MemberRank
    Dec 2013 Join Date
    184Posts

    Re: DP Saver and AP Saver

    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.

  14. #14
    Cya nerds PunkS7yle is offline
    MemberRank
    Feb 2010 Join Date
    1,448Posts

    Re: DP Saver and AP Saver

    It's not random, it's a bitflag in the option id ( 10000000000000000 )

  15. #15
    Proficient Member ShadowGohan is offline
    MemberRank
    Dec 2013 Join Date
    184Posts

    Re: DP Saver and AP Saver

    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.



Advertisement