Signup Now
Page 34 of 65 FirstFirst ... 24323334353644 ... LastLast
Results 331 to 340 of 647
  1. #331
    Free User Viniculo's Avatar
    Join Date
    May 2014
    Location
    Brazil
    Posts
    16
    Reputation
    10
    Rep Power
    0
    I need persistent script for say message in Advertising Channel with hotkey

  2. #332
    Free User zygakamil's Avatar
    Join Date
    Dec 2013
    Posts
    40
    Reputation
    10
    Rep Power
    0
    Need hotkey : when boss xxx appears on screen play sound yyy

  3. #333
    Free User
    Join Date
    Feb 2014
    Posts
    47
    Reputation
    10
    Rep Power
    0
    i want a slime trainer script, because the one i have doesnt work properly (slime trainer.lua) could you do a new script for that or check lua script just to know if its working well?

  4. #334
    Free User Solis's Avatar
    Join Date
    May 2014
    Location
    Sweden
    Posts
    111
    Reputation
    14
    Rep Power
    23
    Hi Im in need of,
    1. Persistent : Go to x label if player attack
    2. Action: if in x,y,z then x log
    2. Action : Cut Spider Web (with machete or whatever) and dont stop until it gets cut

    That should help me alot

  5. #335
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    Quote Originally Posted by Solis View Post
    Hi Im in need of,
    1. Persistent : Go to x label if player attack
    2. Action: if in x,y,z then x log
    2. Action : Cut Spider Web (with machete or whatever) and dont stop until it gets cut

    That should help me alot
     -- this one put into persistent
    auto(200)


    if $pattacker.id ~= 0 then
    gotolabel('wpt', 'section')
    wait(10000)
    end


    -- this put after reaching location xyz in action (cavebot waypoint)
    if islocation() then
    xlog()
    end


    -- this put to cavebot action. it'll break spider silk in given location. weapon (any)
    breakspidersilk(x,y,z)

  6. #336
    Free User
    Join Date
    Mar 2014
    Posts
    127
    Reputation
    11
    Rep Power
    23
    xlog if low on great health (avoid being afk-wasted)

  7. #337
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    Quote Originally Posted by piotreq View Post
    xlog if low on great health (avoid being afk-wasted)

    local minHp = 50 -- min. potions
    local hpName = ('Great Health Potion') -- potion name
    local supBp = ('brown backpack') -- bp with supplies

    auto(500)

    if windowcount(supBp) == 1 then
    if itemcount(hpName) <= minHp then
    xlog() waitping()
    end
    end

  8. #338
    Free User
    Join Date
    Feb 2014
    Posts
    10
    Reputation
    10
    Rep Power
    0
    I need a simple action that equip my soft boots and other diferent action that equip my BOH.
    I pretend to equip my soft when entering the respawn and to equip my BOH when leaving.
    Can someone help me with this 2 simple actions plzz? Thanks.

  9. #339
    Free User
    Join Date
    Mar 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Safe list for private messages in your alerts is not working for me. Is that only me? Any ideas? What am I doing wrong?
    Last edited by Piks; 05-19-2014 at 01:48 PM.

  10. #340
    Free User
    Join Date
    Feb 2014
    Posts
    10
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Gelomon View Post
    I need a simple action that equip my soft boots and other diferent action that equip my BOH.
    I pretend to equip my soft when entering the respawn and to equip my BOH when leaving.
    Can someone help me with this 2 simple actions plzz? Thanks.
    anyone there???

 

 

Posting Permissions

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