XenoBot Forums - Powered by vBulletin

User Tag List

Page 14 of 19 FirstFirst ... 41213141516 ... LastLast
Results 131 to 140 of 189

Thread: Request a Script here!

  1. #131
    sotos's Avatar
    Join Date
    Jun 2013
    Location
    Greece, ATHENS
    Posts
    272
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Brimstone Bugs Hardcore for EK 250+ Please...!!
    Bought 160EK from @Ryszard

  2. #132

    Join Date
    Apr 2015
    Location
    Norway
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a normal mana burn script. I don't care if I have to pay for it, but I don't understand anything about this scripting thing.

  3. #133

    Join Date
    Jul 2013
    Posts
    46
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Change the worn soft boots for a new pair of soft boots, got a script of this?

  4. #134
    Senior Member Jontor's Avatar
    Join Date
    Sep 2014
    Posts
    446
    Mentioned
    51 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Mvm1 View Post
    Change the worn soft boots for a new pair of soft boots, got a script of this?
    Check this

  5. #135

    Join Date
    Mar 2015
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got some nice scripts for collecting addon stuff? Mino leathers, bear paws, wolf, chicken feathers and all that stuff.. Rook/Main/Facc/Pacc~

  6. #136

    Join Date
    Mar 2016
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Auto follow?

  7. #137
    Basiq's Avatar
    Join Date
    Jun 2014
    Posts
    170
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Nussaky View Post
    Auto follow?
    Here you go:
    Code:
    local FriendName = "Basiq"
     
    function FollowFriend(mod)
        local c = Creature(FriendName)
        if c:isOnScreen() then
            if Self.TargetID() == 0 and not c:isFollowed() then
                print("Following " .. FriendName .. ".")
                c:Follow(FriendName)
            end
        end
        mod:Delay(1200)
    end
     
    Module.New('follow friend', FollowFriend)
    Discord: Basiq#0227

  8. #138
    Lifetime Subscriber playmate's Avatar
    Join Date
    Dec 2011
    Posts
    406
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Reach Depot >
    Opening Depot Box *#* >
    Withdrawing items X and Y until cap < 200 >
    Done



    Hepple lplx

    <,<

  9. #139

    Join Date
    Mar 2016
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Basiq View Post
    Here you go:
    Code:
    local FriendName = "Basiq"
     
    function FollowFriend(mod)
        local c = Creature(FriendName)
        if c:isOnScreen() then
            if Self.TargetID() == 0 and not c:isFollowed() then
                print("Following " .. FriendName .. ".")
                c:Follow(FriendName)
            end
        end
        mod:Delay(1200)
    end
     
    Module.New('follow friend', FollowFriend)


    Thank you, have any script form continue with follow when attacking a monster or a player?

  10. #140
    Basiq's Avatar
    Join Date
    Jun 2014
    Posts
    170
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Nussaky View Post
    Thank you, have any script form continue with follow when attacking a monster or a player?
    You mean follow attack? Or following other char after attacking?
    If follow attack, Then just use follow attack? And folloing other char after attacking, Well its already there :P Its auto follow.
    Discord: Basiq#0227

Posting Permissions

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