Signup Now
Page 57 of 65 FirstFirst ... 7475556575859 ... LastLast
Results 561 to 570 of 650
  1. #561
    Free User Kostek's Avatar
    Join Date
    Dec 2013
    Posts
    706
    Reputation
    77
    Rep Power
    22
    Quote Originally Posted by stefanoamaral View Post
    I want a persistence for use DIVINE CALDERA if got TRAPPED.

    Tank you
    try this should work i guess


    auto(200)
    if $standtime >= 2000 and trapped() and maround(1) >= 6 and cancastspell('exevo mas san') then
    cast('exevo mas san') wait(2000, 4000)
    end

  2. #562
    Free User
    Join Date
    Jan 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    @Raphael, is there any function like if i have 4 chars at the account is there any script that can change from one player to another when low stamina?

  3. #563
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by peppe View Post
    @Raphael, is there any function like if i have 4 chars at the account is there any script that can change from one player to another when low stamina?
    Yes, and there's a button called 'Search' that might help you find it.

  4. #564
    Free User
    Join Date
    May 2014
    Posts
    68
    Reputation
    12
    Rep Power
    20
    @Raphael can you help me creating a script that uses an item on a monster that not appears on the battle list and moves? its for repenters task. thanks
    Last edited by aafaz; 09-16-2014 at 01:17 PM.

  5. #565
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by aafaz View Post
    @Raphael can you help me creating a script that uses an item on a monster that not appears on the battle list and moves? its for repenters task. thanks
    If it doesn't appear on the battle list, it's likely not a creature.
    I'd need to investigate further, but I don't have any character to do it at the moment.

  6. #566
    Free User
    Join Date
    May 2014
    Posts
    68
    Reputation
    12
    Rep Power
    20
    Quote Originally Posted by Raphael View Post
    If it doesn't appear on the battle list, it's likely not a creature.
    I'd need to investigate further, but I don't have any character to do it at the moment.
    the action reachcreature works for it, the char tries to use the item on it, but it fail as it moves.. i was thinking in use the same action that is used for tame monsters.. but i dont know if it will gonna work

  7. #567
    Free User
    Join Date
    May 2014
    Posts
    68
    Reputation
    12
    Rep Power
    20
    init start
    local monsters = {"wild fury magic"}
    init end

    auto(100,200)
    local wildmagic = (maround(10, table.unpack(monsters)))
    if wildmagic >= 1 then
    setsetting('Cavebot/Enabled', 'no')
    reachcreature("wild fury magic")
    useoncreature(19108, "wild fury magic")
    foreach newmessage m do
    if m.content:match('You catch a sparkle of wild fury magic and capture it inside the receptacle.') then return
    end
    end
    end
    This is how im going...

  8. #568
    Free User Kostek's Avatar
    Join Date
    Dec 2013
    Posts
    706
    Reputation
    77
    Rep Power
    22
    I had recently started making a script for the trolls that are in the Royal Rescue (fenrock) quest. I'm having a problem with Troll Legionnaires as they go invisible very often and I can't come up with a half decent solution of how to deal with them without luring more monsters. What do you think would be good way of dealing with them - using area runes when they go invisible or pausing the walking for a few seconds so that they reapper again? If you could help me with some sort of a hotkey to deal with them I would be super grateful.

    Thanks

  9. #569
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,579
    Reputation
    149
    Rep Power
    27
    I would say it depends on precentage invisibility time. If they are almost all the time invisible, i would go for aoe rune, but if they are disappearing just for few seconds, then you could wait.

  10. #570
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by Kostek View Post
    I had recently started making a script for the trolls that are in the Royal Rescue (fenrock) quest. I'm having a problem with Troll Legionnaires as they go invisible very often and I can't come up with a half decent solution of how to deal with them without luring more monsters. What do you think would be good way of dealing with them - using area runes when they go invisible or pausing the walking for a few seconds so that they reapper again? If you could help me with some sort of a hotkey to deal with them I would be super grateful.

    Thanks
    I don't know, I only write that I'm told, I'm terrible at thinking what to do when Tibia is the matter.
    Last edited by Raphael; 09-17-2014 at 11:26 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
  •