Signup Now
Results 1 to 5 of 5

Thread: Levers...

  1. #1
    Free User
    Join Date
    Apr 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0

    Levers...

    Is there an action to use levers only if they are on the wrong side? i mean i need them at this side (image v) so my idea is an action near the lever and only use it if it is on the wrong side and stop using it when is on the correct side obviously , i really need this action, i would appreciate a lot some help


  2. #2
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by krokzie View Post
    Is there an action to use levers only if they are on the wrong side? i mean i need them at this side (image v) so my idea is an action near the lever and only use it if it is on the wrong side and stop using it when is on the correct side obviously , i really need this action, i would appreciate a lot some help

    uselever(12345,54321,7)
    Helped you? REP+

  3. #3
    Free User
    Join Date
    Apr 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Borges View Post
    uselever(12345,54321,7)
    thanks a lot, by the way, i need this action:

    check if quest log was updated on server log? but isn't working, do u know why?

    if $lastnpcmsg.content == "Your questlog has been updated." then
    --DO SOMETHING
    end

  4. #4
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    Quote Originally Posted by krokzie View Post
    thanks a lot, by the way, i need this action:

    check if quest log was updated on server log? but isn't working, do u know why?

    if $lastnpcmsg.content == "Your questlog has been updated." then
    --DO SOMETHING
    end
    this msg isn't related to npc, try $lastmsg

  5. #5
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by krokzie View Post
    thanks a lot, by the way, i need this action:

    check if quest log was updated on server log? but isn't working, do u know why?

    if $lastnpcmsg.content == "Your questlog has been updated." then
    --DO SOMETHING
    end
    auto(200)
    foreach newmessage m do
    if m.type == ??? and m.content == 'Your questlog has been updated.' then
    --To take m.type because I don't remember haha: print(m.type)
    --Do Something
    end
    end
    Helped you? REP+

 

 

Posting Permissions

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