Signup Now
Results 1 to 6 of 6
  1. #1
    Banned
    Join Date
    Nov 2014
    Location
    Madrid, Spain
    Posts
    250
    Reputation
    7
    Rep Power
    0

    looting a corpse that is not urs

    Hello i want to loot corpses that i've neever killed, how shoulkd i do it? anyone knows? ( i know where the corpse is btw) so should i "USE" that sqm and then try to move items ? or what !

    @StaR @pvzin

  2. #2
    Free User pvzin's Avatar
    Join Date
    Dec 2013
    Location
    USA
    Posts
    974
    Reputation
    48
    Rep Power
    22
    Quote Originally Posted by Razor Blade View Post
    Hello i want to loot corpses that i've neever killed, how shoulkd i do it? anyone knows? ( i know where the corpse is btw) so should i "USE" that sqm and then try to move items ? or what !
    I can't think of another way, bro.
    By the way, you'll have to add a wait() before the use wpt, because there's a waiting time before other people are able to loot the corpse.

    Should be something like:
    1- Wait;
    2- Stand near corpse;
    3- islocation();
    4- Use corpse;
    5- Check the number of opened windows. If it's ok, proceed to moveitems(). Else, go back to #2;
    6- Go back to where you were in first place (?).
    Yours,
    pvzin

  3. #3
    Banned
    Join Date
    Nov 2014
    Location
    Madrid, Spain
    Posts
    250
    Reputation
    7
    Rep Power
    0
    Quote Originally Posted by pvzin View Post
    I can't think of another way, bro.
    By the way, you'll have to add a wait() before the use wpt, because there's a waiting time before other people are able to loot the corpse.

    Should be something like:
    1- Wait;
    2- Stand near corpse;
    3- islocation();
    4- Use corpse;
    5- Check the number of opened windows. If it's ok, proceed to moveitems(). Else, go back to #2;
    6- Go back to where you were in first place (?).

    mmm yea ill try it that way!! as always u are so kind helping people on forums! thanks pvzin!

  4. #4
    Banned
    Join Date
    Nov 2014
    Location
    Madrid, Spain
    Posts
    250
    Reputation
    7
    Rep Power
    0
    @pvzin

    i did this



    useitem(0, ground(32815,32703,8))

    local depositItems = {'steel helmet'}
    for _, item in ipairs(depositItems) do
    moveitems(item, 'backpack', '1') wait(300, 500)
    end




    it will open the corpse but it wont move the steel helmet from the dead body to my brown backpack any hint bro?

  5. #5
    Banned
    Join Date
    Nov 2014
    Location
    Madrid, Spain
    Posts
    250
    Reputation
    7
    Rep Power
    0
    okay its solved!!! @pvzin tyyyyyyyyyyyyyy

  6. #6
    Free User pvzin's Avatar
    Join Date
    Dec 2013
    Location
    USA
    Posts
    974
    Reputation
    48
    Rep Power
    22
    Quote Originally Posted by Razor Blade View Post
    okay its solved!!! @pvzin tyyyyyyyyyyyyyy
    Glad you got it, mate!
    Yours,
    pvzin

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •