Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

Results 1 to 11 of 11
  1. #1
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    hi gyiz is there anyone who can help me with this

    if (lpObj->pInventory[source].m_Type == ITEMGET(14,163)) // Warehouse expansion
    {


    lpObj->ExpandedWarehouse = 1;

    return true;
    }
    if (lpObj->pInventory[source].m_Type == ITEMGET(14,166) ) // Inventory Expanion

    lpObj->ExpandedInventory = 1;

    return true;
    }

    i made the items usable but idk how to make them actually add a warehouse or 2 and 3 inventory is there anyone who can explain it to me :)

    This is for Items usable :)

    else if ( citem->m_Type == ITEMGET(14,163) ) // Warehouse Extension
    {
    gObjInventoryItemSet(aIndex, pos, -1);
    gObj[aIndex].pInventory[pos].Clear();
    GCInventoryItemOneSend(aIndex, lpMsg->invenrotyTarget);
    GCInventoryItemDeleteSend(aIndex, pos, 1);
    SendMsg.MessageOut(aIndex, 0x01, "Warehouse Extension Item Used!");
    }

    lse if ( citem->m_Type == ITEMGET(14,166) ) // Inventory Extension
    {
    gObjInventoryItemSet(aIndex, pos, -1);
    gObj[aIndex].pInventory[pos].Clear();
    GCInventoryItemOneSend(aIndex, lpMsg->invenrotyTarget);
    GCInventoryItemDeleteSend(aIndex, pos, 1);
    SendMsg.MessageOut(aIndex, 0x01, "Inventory Extension Item Used!");
    }


  2. #2
    Kingdom of Shadows [RCZ]ShadowKing is offline
    MemberRank
    Jul 2007 Join Date
    1,644Posts

    Re: Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    If you want webzen's expansion method you need to catch 2 packets same like for rage fighter creation that will let client know that you allow him to use the extended inventories. To catch the packets just join a server that already have it and catch with WPE Pro or custom hooks, however you like.

  3. #3
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Re: Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    Ah thanks shadowking its really usefull that i will try that but i am not sure i can do it but i will try :)

    This is very hard for me so can y help me a little if its not a problem for y... if y dont have time i will understand :)
    Last edited by zasmqniq; 17-09-12 at 02:40 PM.

  4. #4
    Kingdom of Shadows [RCZ]ShadowKing is offline
    MemberRank
    Jul 2007 Join Date
    1,644Posts

    Re: Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    I don't work on any season6 so I don't have the packet. Try to setup your own season6 server with other's files and catch the packet when you select character and the strange packet will be the packet you need. I think it's header code is 0xA4 if I remember right.

  5. #5
    Tech ®estless RSLocs is offline
    MemberRank
    Nov 2009 Join Date
    Cahir, IrelandLocation
    264Posts

    Re: Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    Good guide ShadowKing but in my opinnion why not just use Expandable inventory files from other repacks? or just use a stable repack where expandable invetory works perfect?

  6. #6
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Re: Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    hmm why do i need to catch this packet on select screen isnt the packet when i use the item and they open :? :(

    Quote Originally Posted by RSLocs View Post
    Good guide ShadowKing but in my opinnion why not just use Expandable inventory files from other repacks? or just use a stable repack where expandable invetory works perfect?
    I Want to learn and maybe someone have them

  7. #7
    Tech ®estless RSLocs is offline
    MemberRank
    Nov 2009 Join Date
    Cahir, IrelandLocation
    264Posts

    Re: Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    Learn what exactly and someone have what?

  8. #8
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Re: Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    Quote Originally Posted by RSLocs View Post
    Learn what exactly and someone have what?
    i am styding coding languages in my college and i want to learn how to code in mu online but its very hard for me so idk how to find packets thats why i ask for them

    have the packet for open extended warehouse and inventory :)

    Shadow i try to get them but all servers use Antihack and WPE pro is like a hack program so all them block it ...... cant get the packets...

  9. #9
    Kingdom of Shadows [RCZ]ShadowKing is offline
    MemberRank
    Jul 2007 Join Date
    1,644Posts

    Re: Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    You need to catch the packet on select screen because private servers usually give you extended inventory without any item, but its good to catch on item use too if the server support this item. As I said above setup one of released server here and catch from there.

  10. #10
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Re: Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    yeah i see but i cant setup the server thats my problem becouse all good but client side its all full of antihacks and cant catch pakets thats why i ask for help but i will try my self really thanks a lot for help :)

  11. #11
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Re: Help ExPanded Inv and Warehouse GS 1.00.90 S6 Ep2 Kor

    So here are all the pakcet which ones i need to use :(

    1 inv

    Send C1 05 18 E2 80
    Send C3 0D 50 87 04 31 93 EA 13 82 31 33 0B <------ this or the down one
    Recv C1 05 28 16 01 C1 04 2B 01
    Send C1 05 18 E6 84

    2 Inv

    Send C1 05 18 E2 80
    Send C3 0D 4E D1 04 C9 0C 40 20 8F 98 80 B8 <------ this or the down one
    Recv C1 05 28 16 01 C1 04 2B 01
    Send C1 05 18 E1 83

    When Item in Inventory

    Send C1 05 18 E2 80
    Send C3 23 4E F2 30 B5 12 73 51 F5 B8 7D 48 03 24 39 8C 14 CF B1 17 28 96 A3 E7 A4 09 E3 52 E5 53 01 59 05 3A <------ this or the down one
    Recv C3 18 9A 10 39 9C C6 92 B0 88 75 DE EB C1 B5 08 17 07 80 70 B9 95 22 17
    Send C1 05 18 E1 83
    Recv C1 04 0F 02 <------ or this one :X
    Send C1 05 18 E6 84



Advertisement