Deleting items from inventory

Results 1 to 11 of 11
  1. #1
    Valued Member Jaroslaw1998 is offline
    MemberRank
    Jun 2008 Join Date
    POLANDLocation
    102Posts

    Deleting items from inventory

    i have 4 AStral Boards X Green (acount binding + Selling not allowet) how can i delete this items ;/ ?? plz help


  2. #2
    Valued Member Zabuza is offline
    MemberRank
    Jul 2008 Join Date
    Portugal / Soul SocietyLocation
    100Posts

    Re: Deleting items from inventory

    Same here, i have alote of other items... any one knows ? :\

    Delete char ? no no i have many quest done :\

  3. #3
    Valued Member Jaroslaw1998 is offline
    MemberRank
    Jun 2008 Join Date
    POLANDLocation
    102Posts

    Re: Deleting items from inventory

    there must be other way

  4. #4
    Enthusiast endar is offline
    MemberRank
    Jun 2007 Join Date
    49Posts

    Re: Deleting items from inventory

    reset inventory to 0x0

  5. #5
    Valued Member Jaroslaw1998 is offline
    MemberRank
    Jun 2008 Join Date
    POLANDLocation
    102Posts

    Re: Deleting items from inventory

    maybe we can change this item to be sellable??

  6. #6
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Deleting items from inventory

    The items have an attribute set and changing them is harder than wiping storage. Just put everything you want to keep in your inventory and set storage to 0x0 as endar says.

  7. #7
    Valued Member xz3r0x is offline
    MemberRank
    Jan 2008 Join Date
    LithuaniaLocation
    131Posts

    Re: Deleting items from inventory

    0x0 will couse an error in your server and will couse your client to halt (done that know that :) ) the better way is to set the data field of character to
    0x03000000000005000000000000000000
    it will erase all inventory and put a lvl1 healing potion in first slot.
    Sql:

    Code:
    update dbo.cabal_Inventory_table set data  = 0x03000000000005000000000000000000 where characteridx = YOUR_CHAR_ID
    and before querying the query ensure that u selected GAMEDB in your query analyzer


    and one more thing character ids are located at cabal_character_table
    Last edited by xz3r0x; 14-07-08 at 12:21 PM.

  8. #8
    Valued Member Jaroslaw1998 is offline
    MemberRank
    Jun 2008 Join Date
    POLANDLocation
    102Posts

    Re: Deleting items from inventory

    that option remowe all my Inventory from slot I II and III but no remowe my warehouse???

  9. #9
    Valued Member xz3r0x is offline
    MemberRank
    Jan 2008 Join Date
    LithuaniaLocation
    131Posts

    Re: Deleting items from inventory

    yes it just removes from your inventory, not equipped items not items in warehouse

    if u wanna remove items from warehouse just change the table in the query to dbo.cabal_warehouse_table

  10. #10
    Valued Member Jaroslaw1998 is offline
    MemberRank
    Jun 2008 Join Date
    POLANDLocation
    102Posts

    Re: Deleting items from inventory

    thanks man it working :) i remove this boardrs :D :D

  11. #11
    Valued Member Netgear is offline
    MemberRank
    Nov 2007 Join Date
    101Posts

    Re: Deleting items from inventory

    it helps a lot^^ thx



Advertisement