Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Apr 2017
    Posts
    1
    Reputation
    10
    Rep Power
    0

    NPC SIGURD, Find and Buy Potions..

    Aguem ai ajuda com uma ação para comprar poção em NPC que se movendo pelo mapa? NPC Sigurd em kazordoon .. queria uma ação para achar diferentes partes do mapa q ele pode estar.

    -

    ========

    Please one action to find a npc sigurd and buy potions.. but he don't stay only in one location in map. (NPC SIGURD, MANA SHOP IN KAZORDOON)

  2. #2
    Free User
    Join Date
    Oct 2015
    Location
    in the neighborhood
    Posts
    82
    Reputation
    17
    Rep Power
    18
    Quote Originally Posted by BRENOKA View Post
    Aguem ai ajuda com uma ação para comprar poção em NPC que se movendo pelo mapa? NPC Sigurd em kazordoon .. queria uma ação para achar diferentes partes do mapa q ele pode estar.

    -

    ========

    Please one action to find a npc sigurd and buy potions.. but he don't stay only in one location in map. (NPC SIGURD, MANA SHOP IN KAZORDOON)


    Hi,

    You must create some actions on different places..

    You need to figure out where Sigurd is.... it can be at "north", middle, south, south west", so you need to create actions there...

    To find the npc and talk... you can use this

    local cre = getcreature("Sigurd")
    if cre.dist > 3 then
    reachcreature(cre.name)waitping()
    if (ischannel("NPCs")) then
    npcsay("hi")
    else
    say("hi")
    end
    waitping()
    resupply(´a´) ---- your category supplies
    else
    gotolabel(""FindSigurd2) ---- Here, it will go to the second location to find Sigurd, you can copy/edit the code for the next actions.
    end


    As recommendation, you can use the "Search Tool" to find things like this, I am pretty sure that you will find this information, also check https://www.tibiawindbot.com/docs.html


    Regards!
    Last edited by Psycho Realm; 06-14-2017 at 04:34 PM.

 

 

Posting Permissions

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