Error when try to add new item to "Item.scp"

Results 1 to 7 of 7
  1. #1
    Member Danynt is offline
    MemberRank
    May 2014 Join Date
    52Posts

    Support Error when try to add new item to "Item.scp"

    Good day.

    I have a problem when try to add a new item to "Item.scp", in this case an Costume:

    Code:
    4096    @IDT_AVAN    0    1    2    6    <null>    <null>    <null>    <null>    <null>    8    <null>    <null>    <null>    <null>    <null>    <null>    <null>    <null>    <null>    <null>    0    0    -19    0    0    3    1    1    1    0    0    <null>
    4095 is the previous item.

    When i run the server and add the line of item 4096 the server end me this error

    Code:
    ACE_ASSERT: file WorldSvr.cpp, line 2375 assertion failed for '0'.Aborting...
    And the WorldSvr_01_01 stops, but if i remove the item 4096 and restart the server this start without errors.

    Please, if someone can help me, thanks.


  2. #2
    Account Upgraded | Title Enabled! geography is offline
    MemberRank
    Nov 2009 Join Date
    250Posts

    Re: Error when try to add new item to "Item.scp"

    the worldsvr only can load 4095

  3. #3
    Account Upgraded | Title Enabled! RGaming is offline
    MemberRank
    Jul 2009 Join Date
    PronteraLocation
    587Posts

    Re: Error when try to add new item to "Item.scp"

    Quote Originally Posted by Danynt View Post
    Good day.

    I have a problem when try to add a new item to "Item.scp", in this case an Costume:

    Code:
    4096    @IDT_AVAN    0    1    2    6    <null>    <null>    <null>    <null>    <null>    8    <null>    <null>    <null>    <null>    <null>    <null>    <null>    <null>    <null>    <null>    0    0    -19    0    0    3    1    1    1    0    0    <null>
    4095 is the previous item.

    When i run the server and add the line of item 4096 the server end me this error

    Code:
    ACE_ASSERT: file WorldSvr.cpp, line 2375 assertion failed for '0'.Aborting...
    And the WorldSvr_01_01 stops, but if i remove the item 4096 and restart the server this start without errors.

    Please, if someone can help me, thanks.
    you can only replace if you dont unlimit the item limit in worldsvr binary

  4. #4
    Member Danynt is offline
    MemberRank
    May 2014 Join Date
    52Posts

    Re: Error when try to add new item to "Item.scp"

    I edit the file whit this: (http://forum.ragezone.com/f459/world...70/index2.html)

    MAX_ITEMDATANUM

    Code:
    3D [FF 0F] 00 00 7E 1A 83 3D 2C 9A 61 08 02 0F 8F 9F 02 00 00 3D [FF 0F] 00 00 0F 8F 74 02 00 00 89
    I change FF 0F for FF FF.

    Reboot the server and start cabal services (cabal_start), but i have the same error:

    Code:
    ACE_ASSERT: file WorldSvr.cpp, line 2375 assertion failed for '0'.Aborting...
    I need some else?

  5. #5
    Valued Member amiidotcom is offline
    MemberRank
    Aug 2016 Join Date
    MYLocation
    108Posts

    Re: Error when try to add new item to "Item.scp"

    Quote Originally Posted by Danynt View Post
    I edit the file whit this: (http://forum.ragezone.com/f459/world...70/index2.html)

    MAX_ITEMDATANUM

    Code:
    3D [FF 0F] 00 00 7E 1A 83 3D 2C 9A 61 08 02 0F 8F 9F 02 00 00 3D [FF 0F] 00 00 0F 8F 74 02 00 00 89
    I change FF 0F for FF FF.

    Reboot the server and start cabal services (cabal_start), but i have the same error:

    Code:
    ACE_ASSERT: file WorldSvr.cpp, line 2375 assertion failed for '0'.Aborting...
    I need some else?
    U cant use 4096 . Because 4096 is for account bind .
    Example = 4096 + 1 (uch) = 4097

  6. #6
    Member Danynt is offline
    MemberRank
    May 2014 Join Date
    52Posts

    Re: Error when try to add new item to "Item.scp"

    So, i can use 4097 and up? Thanks.

  7. #7
    Account Upgraded | Title Enabled! Myster Dev is offline
    MemberRank
    Apr 2014 Join Date
    127.0.0.1Location
    746Posts

    Re: Error when try to add new item to "Item.scp"

    Quote Originally Posted by Danynt View Post
    So, i can use 4097 and up? Thanks.
    you still can't :)



Advertisement