Item limitations

Results 1 to 8 of 8
  1. #1
    Proficient Member sonsen is offline
    MemberRank
    Mar 2009 Join Date
    161Posts

    Item limitations

    Hello everyone,

    Recently i got some unusual problem with some itemID's. From what we know the current item limit in ep8 is little above 4000. Now during some tests i found out that i could add "new" items up to id 3561, after that im unable to equip them. The item can be sent/received/dropped but cant be equipped. The data in cabal_itemserial exist for items above 3531 and worldsvr is not giving any specific errors about the new items. They have been tested on ID that are below 3561 and works fine. Has anyone experienced such a problem?


  2. #2
    Proficient Member sonsen is offline
    MemberRank
    Mar 2009 Join Date
    161Posts

    Re: Item limitations

    Its seems that even some updates in database didnt produce any success so to simplify the question. How do you ppl use ItemID's over id=3531 ?

  3. #3
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: Item limitations

    server01 >> cabal_itemserial_table

    add new 3532 - 4096

    GroupIdx = 0-8 ** WorldSvr_01_01-08 or etc etc etc
    KindIdx = itemid max 4096
    SerialBgn = 0
    SerialEnd = 5000000

  4. #4
    Proficient Member sonsen is offline
    MemberRank
    Mar 2009 Join Date
    161Posts

    Re: Item limitations

    Quote Originally Posted by GODSKIN View Post
    server01 >> cabal_itemserial_table

    add new 3532 - 4096

    GroupIdx = 0-8 ** WorldSvr_01_01-08 or etc etc etc
    KindIdx = itemid max 4096
    SerialBgn = 0
    SerialEnd = 5000000
    Already did that but still unable to equip item on those ID's

    Code:
    [##ERROR##] Move(): PUT : CharIdx(24), Source(0, 4), Target(1, 1),Exception(10), Item(3564, 1127428915, 0, -134217728)
    The item itself work on any other ID below the 3531

  5. #5
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: Item limitations

    you item id 3564 is ?

  6. #6
    Proficient Member sonsen is offline
    MemberRank
    Mar 2009 Join Date
    161Posts

    Re: Item limitations

    Modded forcium suit.

  7. #7
    Enthusiast EVEleen is offline
    MemberRank
    Jan 2014 Join Date
    45Posts

    Re: Item limitations

    Quote Originally Posted by sonsen View Post
    Already did that but still unable to equip item on those ID's

    Code:
    [##ERROR##] Move(): PUT : CharIdx(24), Source(0, 4), Target(1, 1),Exception(10), Item(3564, 1127428915, 0, -134217728)
    The item itself work on any other ID below the 3531
    check item.enc and item.scp .. its already armor or not? @IDT_SUIT

  8. #8
    Proficient Member sonsen is offline
    MemberRank
    Mar 2009 Join Date
    161Posts

    Re: Item limitations

    It is, nothing is wrong with the armor data, it works on any other ID that is below 3531. The item serial exist in the database and its up to 3999 which is enough.

    Edit: Fixed. For some reason the ID 3531 was duplicated and set between ID 3998-4001, most likely i misstyped before.
    Last edited by sonsen; 03-11-14 at 10:14 PM.



Advertisement