Signup Now
Results 1 to 4 of 4
  1. #1
    Free User
    Join Date
    Dec 2015
    Posts
    2
    Reputation
    10
    Rep Power
    0

    oil on the lever poi is not working

    useitemon(2874, 0, ground(32800, 32339, 11))
    wait(1000)

    dont work help me plx =,(

  2. #2
    Free User albino's Avatar
    Join Date
    Apr 2014
    Location
    Brazil
    Posts
    183
    Reputation
    27
    Rep Power
    21
    @fialho
    Both vial of oil and vial of blood have the same id.
    When you are withdrawing from depot, you must put them on different backpacks. For example: vial of blood in your main and vial of oil in your loot backpack.

    When you get to the vial of blood part, you make sure your main backpack is opened and use this
    useitemon(2874, 0, ground(posx, posy, posz), mainbp)


    And same thing for the oil part. Make sure the loot backpack is opened and use this:
    useitemon(2874, 0, ground(posx, posy, posz), lootbp)

  3. #3
    Free User albino's Avatar
    Join Date
    Apr 2014
    Location
    Brazil
    Posts
    183
    Reputation
    27
    Rep Power
    21
    Also found this on the documentation:
    useitemon('vial', 0, ground(posx, posy, posz), '', LIQUID_BLOOD)


    So this should work too
    useitemon('vial', 0, ground(posx, posy, posz), '', LIQUID_OIL)

  4. #4
    Free User
    Join Date
    Dec 2015
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by albino View Post
    Also found this on the documentation:
    useitemon('vial', 0, ground(posx, posy, posz), '', LIQUID_BLOOD)


    So this should work too
    useitemon('vial', 0, ground(posx, posy, posz), '', LIQUID_OIL)
    work ty bro

 

 

Posting Permissions

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