Results 1 to 6 of 6
  1. #1
    Gratin's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    182
    Reputation
    21
    Thanks
    501
    My Mood
    Inspired

    Proxy Help Thread

    I am working on a proxy, and I need help with some stuff. I'll ask questions that will hopefully be answered, so you guys can benefit from it too. Everyone, feel free to ask questions too and help out with questions you know the answers to.
    Here is what I am currently stuck on:

    How to parse incoming tile data/map tiles.
    Finding locations of loot bags.
    Why sending notification packets to the client doesn't work.
    Finding current location of enemies onscreen.

    Stuff I don't know :
    Object IDs of loot bags
    Last edited by Gratin; 09-09-2013 at 02:29 PM. Reason: Update

  2. #2
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    Here you go:

    Code:
       <Object type="0x0500" id="Loot Bag">
          <Class>Container</Class>
          <Container/>
          <CanPutNormalObjects/>
          <Loot/>
          <Texture>
             <File>lofiObj</File>
             <Index>0x08</Index>
          </Texture>
          <Size>80</Size>
          <SlotTypes>0, 0, 0, 0, 0, 0, 0, 0</SlotTypes>
          <DisplayId>{objects.Loot_Bag}</DisplayId>
       </Object>

  3. #3
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    Found in bin 37.
    Hope that helps

  4. #4
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by maat7043 View Post
    Found in bin 37.
    Hope that helps
    Thanks, it helped me.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  5. #5
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    Let me know if you have any other questions.

  6. #6
    Gratin's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    182
    Reputation
    21
    Thanks
    501
    My Mood
    Inspired
    Thanks @maat7043

Similar Threads

  1. [Help Request] Proxy Help
    By zeth2345 in forum Combat Arms Help
    Replies: 7
    Last Post: 11-25-2011, 04:31 PM
  2. HELP THREAD(post ANY questions here)
    By Obama in forum Combat Arms Hacks & Cheats
    Replies: 1490
    Last Post: 08-23-2009, 11:31 AM
  3. Replies: 21
    Last Post: 08-09-2009, 12:53 AM
  4. GENERAL HELP THREAD
    By whitten in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 08-04-2009, 11:11 PM
  5. proxy help!! (for school)
    By Dested in forum General
    Replies: 5
    Last Post: 05-20-2009, 10:37 PM