Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Nov 2014
    Posts
    19
    Reputation
    13
    Rep Power
    0

    Its all about the Werewolf amulet [Equiper,enchanter & only in spawn]

    Hello fellow botters!

    My first contribution since i joind!

    This presistent will handel everything about Werewolf amulet!
    • Only equip in spawn
    • Enchants the used Werewolf amulet(Have moonlight crystals in selected BP!)
    • When not in spawn it will use GearWheel Chain.


    -----------[WereWolf Amulet Equiper]------------
    auto(500)
    local backpack = "jewelled backpack" --- Backpack were you have you Moonlight Crystals(Ring/Neck Backpack).
    local SpawnLabel = "Hunt" --- Label were you want to equip amulet on.(Label = The name of the "TAB" in cavebot were you want to equip the amult)
    ---------(DONT EDIT)-------------------

    local MLCrystal = 22083
    local EWWAEquipt = 22134
    local EWWA = 22061
    local UsedWWA = 22060
    local GWC = 21170

    if $wptsection == SpawnLabel then
    if $neck.id == UsedWWA or $neck.id == GWC then
    moveitems(UsedWWA,backpack,"neck")
    wait(300,600)
    useitemon(MLCrystal, UsedWWA)
    wait(200,515)
    equipitem(EWWA, "neck")
    end
    elseif $neck.id == EWWA or $neck.id == 0 then
    equipitem(GWC, "neck")
    end


    Hope you guys will enoy it!
    Last edited by Hpnotiqz; 05-27-2016 at 04:14 AM.

  2. #2
    Free User mave's Avatar
    Join Date
    Sep 2014
    Posts
    139
    Reputation
    19
    Rep Power
    20
    good job but to make it more like human, make random waits like wait(400,660) etc. =)

    since i started randoming all my actions and script, i reduced chance getting delete to almost 0 :P

  3. #3
    Free User
    Join Date
    Nov 2014
    Posts
    19
    Reputation
    13
    Rep Power
    0
    Quote Originally Posted by mave View Post
    good job but to make it more like human, make random waits like wait(400,660) etc. =)

    since i started randoming all my actions and script, i reduced chance getting delete to almost 0 :P
    Thanks man! Added that to the scipt in first post!

 

 

Posting Permissions

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