Signup Now
Results 1 to 6 of 6
  1. #1
    Free User
    Join Date
    Mar 2014
    Posts
    87
    Reputation
    10
    Rep Power
    21

    Hotkey for shoot GFB

    Hello i have problem i don't know how to do hotkey to use gfb when is more than 3+ necro,shadow pupil,blood hand,Priestess,blood priest. Its easy to simple hotkey but i wanna get like from bugwt free scripts like this for ancient scarab how can i change it for my options ?

    auto(200)
    local monsters = {'ancient scarab'}
    local sdAmount = tonumber(getuseroption("AmounttoSD")) -- amount to sd
    local gfbAmount = tonumber(getuseroption("AmounttoGFB")) -- amount to shoot gfb
    local pvp = getuseroption("SafeAreaSpell")

    local strikeType = 'frigo'
    if $vocshort == 'S' then
    strikeType = 'flam'
    end


    if $targeting and $attacked.id ~= 0 then
    if maround(10, unpack(monsters)) >= sdAmount and getuseroption("UseSD") and itemcount("sudden death rune") > 0 then
    if $attacked.name == "Ancient Scarab" then
    useoncreature('sudden death rune', $attacked.id)
    wait(300)
    end
    elseif cooleddown('attack') then
    local besttile = getarearunetile(not pvp, unpack(monsters))

    if besttile.amount >= gfbAmount and getuseroption("UseGFBS") and (not pvp or $timems - $playerlastseen > 6000) and $hppc > 50 and itemcount("great fireball rune") > 0 then
    pausewalking(500)
    useitemon('great fireball rune', 0, besttile.tile)
    wait(100,200)
    elseif cancastspell('exori gran '..strikeType, $attacked) and getuseroption("StrongStrike") and $attacked.name == "Ancient Scarab" and $attacked.hppc > 20 then
    cast('exori gran '..strikeType)
    wait(100,200)
    elseif cancastspell('exori flam', $attacked) and $attacked.name == "Ancient Scarab" then
    cast('exori flam')
    wait(100,200)
    end
    end
    end

  2. #2
    Free User Diabolic's Avatar
    Join Date
    Dec 2013
    Posts
    205
    Reputation
    20
    Rep Power
    21
    Man, don't use actions from others scripts,
    For this have examples in forum,

    Read this thread

  3. #3
    Free User
    Join Date
    Mar 2014
    Posts
    87
    Reputation
    10
    Rep Power
    21
    Quote Originally Posted by Diabolic View Post
    Man, don't use actions from others scripts,
    For this have examples in forum,

    Read this thread

    he don't use it good ;l

  4. #4
    Free User
    Join Date
    Mar 2014
    Posts
    87
    Reputation
    10
    Rep Power
    21
    Quote Originally Posted by Diabolic View Post
    Man, don't use actions from others scripts,
    For this have examples in forum,

    Read this thread
    still spaming spells and try to shoot gfb

  5. #5
    Banned
    Join Date
    Dec 2013
    Posts
    556
    Reputation
    18
    Rep Power
    0
    Quote Originally Posted by Koser View Post
    still spaming spells and try to shoot gfb
    It's because BugWT does use spells in hotkey instead of in targeting. That's why it's still spamming spells and gfbs at once. You have to make hotkey that when enough monsters to GFB then disable spells in targeting and enable back when it's lower than you need to shoot gfb.

  6. #6
    Free User
    Join Date
    Mar 2014
    Posts
    87
    Reputation
    10
    Rep Power
    21
    Nvm i have do that thanks for Your time for help me guys rep+

 

 

Posting Permissions

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