Signup Now
Results 1 to 3 of 3
  1. #1
    Free User merdis's Avatar
    Join Date
    Jul 2014
    Posts
    335
    Reputation
    17
    Rep Power
    20

    Talking xlog when getting pked! pussy movement :d

    im skilling my h pala. I want to have emergency script when i skill while i am out of home and can't see/hear alarm.

    When someone start to attack me or start to push me i want to bot do: full mana using ultimate spirit potion then use energy ring+1stone skin (do i have to have it in opened bp?) and xlog.

    thank you
    Last edited by merdis; 06-23-2016 at 07:11 PM.

  2. #2
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,393
    Reputation
    183
    Rep Power
    24
    Should do what you want...

    auto(1000)

    if $pattacker ~= 0 then
    print("Being attacked, gonna fill and xlog")
    equipitem("Stone Skin Amulet", "amulet")
    wait(500)
    equipitem("Energy Ring", "ring")
    wait(500)
    while $mppc < 95 do
    useoncreature("Ultimate Mana Potion", $self)
    wait(200,300)
    end
    while $hppc < 95 do
    cast("exura gran san")
    wait(200,300)
    end
    end
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


  3. #3
    Free User merdis's Avatar
    Join Date
    Jul 2014
    Posts
    335
    Reputation
    17
    Rep Power
    20
    Quote Originally Posted by XtrmJosh View Post
    Should do what you want...

    auto(1000)

    if $pattacker ~= 0 then
    print("Being attacked, gonna fill and xlog")
    equipitem("Stone Skin Amulet", "amulet")
    wait(500)
    equipitem("Energy Ring", "ring")
    wait(500)
    while $mppc < 95 do
    useoncreature("Ultimate Mana Potion", $self)
    wait(200,300)
    end
    while $hppc < 95 do
    cast("exura gran san")
    wait(200,300)
    end
    end
    great script, thank you again
    I will change ultimate mana potion to my ultimate spirit potion though as a paladin

 

 

Posting Permissions

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