Signup Now
Page 5 of 7 FirstFirst ... 34567 LastLast
Results 41 to 50 of 66
  1. #41
    Free User Sofft's Avatar
    Join Date
    Jul 2014
    Posts
    37
    Reputation
    10
    Rep Power
    0
    @Leonardo

    I play in PvP world, and when I hunt with my frinds, this script try to cast rune in same sqm when My friends are
    Tibia return msg: You need to change your pvp .....

    It's possible to avoid cast rune exacltly in same sqm when people are?

    Sry bad english...

  2. #42
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    23
    Quote Originally Posted by Sofft View Post
    @Leonardo

    I play in PvP world, and when I hunt with my frinds, this script try to cast rune in same sqm when My friends are
    Tibia return msg: You need to change your pvp .....

    It's possible to avoid cast rune exacltly in same sqm when people are?

    Sry bad english...
    No, there are no way to cast and still avoid your friends it's not possible even manually.

  3. #43
    Free User Ragekemi's Avatar
    Join Date
    Jan 2014
    Location
    Curitiba - Parana - Brazil
    Posts
    242
    Reputation
    13
    Rep Power
    21
    Quote Originally Posted by Leonardo View Post
    No, there are no way to cast and still avoid your friends it's not possible even manually.
    I think he meant using like, if not creatureontile something like that @Leonardo but for players... and not $playerontile then shoot~
    RagekemiScriptsWorkshop


    LASTEST SCRIPTS | UPDATES | CHECK MY THREAD!


  4. #44
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    23
    Quote Originally Posted by Ragekemi View Post
    I think he meant using like, if not creatureontile something like that @Leonardo but for players... and not $playerontile then shoot~
    Ye, but this the script already does.

  5. #45
    Free User
    Join Date
    Aug 2014
    Posts
    16
    Reputation
    10
    Rep Power
    0
    Bot try and idk why, dont atk rune.. atk only in 1 in 5~ times.. what can i do?

  6. #46
    Wind Powered Mamuth's Avatar
    Join Date
    Mar 2014
    Location
    Poland
    Posts
    232
    Reputation
    30
    Rep Power
    21
    what script for ue caster in forum i dont see ;(

  7. #47
    Free User Ragekemi's Avatar
    Join Date
    Jan 2014
    Location
    Curitiba - Parana - Brazil
    Posts
    242
    Reputation
    13
    Rep Power
    21
    Quote Originally Posted by Leonardo View Post
    Ye, but this the script already does.
    Actually i was trying it toda and it is trying to cast on my MC ek.. im doing a MC script to hunt ... but druid keep avalanching the ek... i mean, "change atk~blalblabla"
    RagekemiScriptsWorkshop


    LASTEST SCRIPTS | UPDATES | CHECK MY THREAD!


  8. #48
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    23
    Are you guys configuring the script ? There are a lot of things like SafeList, FloorDifference, Consider players. Try changing these stuff to see if changes for you.

  9. #49
    Free User
    Join Date
    May 2014
    Posts
    61
    Reputation
    10
    Rep Power
    21
    Amazing. Works perfectly... You can increase it doing an shoot of spell like "exori frigo" if just 1 monsters.. Because if you set it on the Targ, has conflict and exhaust a bit..

  10. #50
    Banned
    Join Date
    Mar 2014
    Location
    Libera
    Posts
    327
    Reputation
    11
    Rep Power
    0
    I don;t understand what I've done wrong but I can never seem to get this script to work. Is it because I have targetting on and it's using exori frigo?

    I can see it trying to use the avalanche but it's saying 'You may not attack this person'. I even added the name to the list and put false on considering players. Both didn't work, and I tried it all with targeting off I just can't see to make it work.


    init start
    -- VERSION 1.1.0 --

    local Monsters = {"Silencer", "Frazzlemaw"}

    local AmountToShoot = 2

    local Players = {
    Consider = true,
    Distance = 20,
    SafeList = {"Bubble", "Eternal Oblivion"},
    FloorDifference = 1
    }

    local Rune = "Avalanche Rune"

    local MoveSpeed = 9

    -- DO NOT EDIT BELOW --

    if not ($fasthotkeys or isbinded({Rune, 'crosshair'})) then
    printerrorf('Rune "%s" is not set on Tibia hotkeys, please change settings and restart script', Rune)
    end

    setsetting('Settings/MouseMoveSpeed', tostring(MoveSpeed))

    init end

    auto(100, 200)

    if not Players.Consider or paroundfloorignore(Players.Distance, Players.FloorDifference, unpack(Players.SafeList)) == 0 then
    local sqm = getarearunetile(not Players.Consider, unpack(Monsters))

    if sqm.amount >= AmountToShoot then
    pausewalking(1000)
    useitemon(Rune, 0, sqm.tile)
    pausewalking(0)
    wait(2000)
    end
    end
    @Leonardo
    Last edited by Fermonos; 10-14-2014 at 07:01 AM.

 

 

Posting Permissions

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