Signup Now
Page 36 of 65 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 647
  1. #351
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    use this function (x,y,z = coordinates of spider silk)
    weapon will be automatically found.

    breakspidersilk(x, y, z)

  2. #352
    Free User
    Join Date
    Jun 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Requesting a script to purchase all the different backpacks and a setting where you decide how many of each backpack you purchase!

  3. #353
    Free User
    Join Date
    May 2014
    Posts
    101
    Reputation
    12
    Rep Power
    23
    I have problems with this "anti trapped" script.

    I want to Mas San if im trapped but this script does not work. I tried to add
    Code:
    auto()
    to make it run as a persistent hotkey but I suck at scripting hehe

    Code:
    auto()
    init start
    	local spell = spellinfo("exevo mas san")
    init end
    
    if trapped() and cancastspell(spell) then
    	cast(spell.words)
    	waitping()
    end

    Help me
    Last edited by Edling; 06-19-2014 at 05:56 PM.

  4. #354
    Free User
    Join Date
    May 2014
    Posts
    101
    Reputation
    12
    Rep Power
    23
    bring up my post

  5. #355
    Free User
    Join Date
    Jun 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Hey bro excuse me... I need a script or a hotkey that help me to renew magic walls or wild growth runes... Can you please help me?

  6. #356
    Free User chytrusek's Avatar
    Join Date
    Jan 2014
    Posts
    65
    Reputation
    12
    Rep Power
    24
    Hiho, i search scripts to private message friend, if someone attack me.

    Thanks a lot.


    Edit:
    I make this script, if someone need then:

    local friend = "NICK CHAR"

    auto(200) if $pattacker.id ~= 0 then
    say('*'..friend..'*'..$pattacker.name.." attack me, please help!")
    wait(15000)
    end
    Last edited by chytrusek; 06-20-2014 at 06:11 PM.

  7. #357
    Free User MrYogusable's Avatar
    Join Date
    Mar 2014
    Posts
    165
    Reputation
    43
    Rep Power
    23
    Yo. could anyone guide me, how to change a script, so the char will ignore single monsters ?
    Thanks!

  8. #358
    Free User
    Join Date
    Apr 2014
    Posts
    81
    Reputation
    10
    Rep Power
    23
    Hi,

    I'm looking for an persistant hotkey, that, when my bot is stuck somewhere for like 5 minutes, the character logs out. So when the character stands still for 5 minutes, he logs out.
    Thanks!

  9. #359
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29

    auto(500)


    if $standtime >= 300* 1000 then
    logout()
    end

  10. #360
    Free User The big bad Wolf's Avatar
    Join Date
    Mar 2014
    Posts
    76
    Reputation
    10
    Rep Power
    23
    Hi, i need a action to:
    If u have less than x mana potions and u are under player attack and trapped, simply xlog
    Writing from mobile, so sorry for typos! :-)

 

 

Posting Permissions

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