Signup Now
Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1
    Free User Garkstal's Avatar
    Join Date
    Dec 2013
    Location
    www.garkstalscripts.com
    Posts
    795
    Reputation
    124
    Rep Power
    23

    Anti Face Player

    Description:

    Turns away from the spot taken by other player.

    Code:

    init start
    local minHppc = 100 -- Minimum monster hppc

    -- DO NOT EDIT ANYTHING BELOW --
    local Positioning = {
    {Dir = 's', x = 0, y = 1},
    {Dir = 'n', x = 0, y = -1},
    {Dir = 'w', x = -1, y = 0},
    {Dir = 'e', x = 1, y = 0},
    }
    init end

    auto(100, 200)
    if $attacked.id > 0 and $attacked.hppc <= minHppc then
    for _, v in ipairs(Positioning) do
    if v.Dir == $self.dir then

    if iscreatureontile($posx+v.x, $posy+v.y, $posz, "player") then
    local tempSelfDir = $self.dir
    local freeDirs = {}
    for i, j in ipairs(Positioning) do
    if j.Dir ~= tempSelfDir and not iscreatureontile($posx + j.x, $posy+j.y, $posz, "player") then
    table.insert(freeDirs, j.Dir)
    end
    end

    if #freeDirs > 0 then
    turn(freeDirs[math.random(1, #freeDirs)])
    else
    ignorecreature($attacked.id)
    end
    end
    break
    end
    end
    end

    -- Stop attack ignored creature
    if $attacked.ignored then
    keyevent(0x1B)
    waitping()
    end

    -- Let's unignore these creatures that are ignored atm
    -- if no players around
    if paround(10) == 0 and $timems - $playerlastseen > 6000 then
    foreach creature m "mf" do
    if m.ignored then
    ignorecreature(m.id, true)
    end
    end
    end
    Last edited by Garkstal; 11-11-2014 at 09:51 PM.
    http://i.imgur.com/lkWkIMg.png
    ........................Script Name......................
    Profession
    Asura Palace ED + EK
    Characters for sale! | Like Our Facebook! | Sell Tibia Gold

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    I did not understand very well. Would be if the bot is in the basement and if he realized that the player stayed there he would come out, or is it like an anti ks?

  3. #3
    Banned
    Join Date
    Aug 2014
    Posts
    315
    Reputation
    18
    Rep Power
    0
    @Cisco let say you are in standing in the x's and the o is the area near you then is something like that

    ooo
    oxo
    ooo

    ok then is player come will be something like that

    oyo
    oxo
    ooo

    and if u was looking to the north where the y player is that script will change the direction for avoid make a miss exori vis or something for don't get pk

  4. #4
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by osiris ra View Post
    @Cisco let say you are in standing in the x's and the o is the area near you then is something like that

    ooo
    oxo
    ooo

    ok then is player come will be something like that

    oyo
    oxo
    ooo

    and if u was looking to the north where the y player is that script will change the direction for avoid make a miss exori vis or something for don't get pk
    Got it now, thought away

  5. #5
    Free User
    Join Date
    Nov 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    Good afternoon I turn to you to see if anyone could help me and I am free and q nesecito one scrips for free aconnt level 130+ to collect for my premi

  6. #6
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Quote Originally Posted by pipiolo View Post
    Good afternoon I turn to you to see if anyone could help me and I am free and q nesecito one scrips for free aconnt level 130+ to collect for my premi
    Wrong thread to post on but anyway I will reply, orc fortress or carlin dragon lords?
    Orc Fortress - inside
    Carlin Dragon Lords



  7. #7
    Free User
    Join Date
    Mar 2014
    Posts
    59
    Reputation
    10
    Rep Power
    21
    Garkstal it is woking fine thanks you I was looking for that
    Last edited by achilleos; 11-22-2014 at 10:38 AM.

  8. #8
    Free User
    Join Date
    Oct 2014
    Posts
    56
    Reputation
    14
    Rep Power
    20
    died 3x by ws, this does not work 100%

    thanks though

    should local minHppc be 100?
    Last edited by Exaltera; 01-31-2015 at 02:06 PM.

  9. #9
    Free User Garkstal's Avatar
    Join Date
    Dec 2013
    Location
    www.garkstalscripts.com
    Posts
    795
    Reputation
    124
    Rep Power
    23
    Quote Originally Posted by Exaltera View Post
    died 3x by ws, this does not work 100%

    thanks though

    should local minHppc be 100?
    If monsters are weak then yes, you can set it to 100.
    http://i.imgur.com/lkWkIMg.png
    ........................Script Name......................
    Profession
    Asura Palace ED + EK
    Characters for sale! | Like Our Facebook! | Sell Tibia Gold

  10. #10
    Free User
    Join Date
    Jan 2015
    Posts
    37
    Reputation
    10
    Rep Power
    0
    Idk why but im getting skull every time even with that script 2 days in row 20min botting and boom skull.

    Skull = Dead on retro pvp everyone think you play without bless and kill you.. poor noobs

 

 

Posting Permissions

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