Signup Now
Page 57 of 65 FirstFirst ... 7475556575859 ... LastLast
Results 561 to 570 of 647
  1. #561
    Free User
    Join Date
    May 2014
    Posts
    67
    Reputation
    12
    Rep Power
    23
    @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.

  2. #562
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    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.

  3. #563
    Free User
    Join Date
    May 2014
    Posts
    67
    Reputation
    12
    Rep Power
    23
    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

  4. #564
    Free User
    Join Date
    May 2014
    Posts
    67
    Reputation
    12
    Rep Power
    23
    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...

  5. #565
    Free User Kostek's Avatar
    Join Date
    Dec 2013
    Posts
    701
    Reputation
    77
    Rep Power
    25
    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

  6. #566
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,568
    Reputation
    149
    Rep Power
    30
    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.

  7. #567
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    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.

  8. #568
    Free User
    Join Date
    Apr 2014
    Posts
    350
    Reputation
    23
    Rep Power
    23
    minimanize inventory actions anyone please?

  9. #569
    Free User
    Join Date
    Apr 2014
    Posts
    350
    Reputation
    23
    Rep Power
    23
    minimanize inventory actions anyone please?

  10. #570
    Free User beernardo's Avatar
    Join Date
    Jan 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    i need an action that shoot wild growth and renew whenever end south east of me

 

 

Posting Permissions

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