Signup Now
Page 1 of 7 123 ... LastLast
Results 1 to 10 of 66
  1. #1
    Free User
    Join Date
    Jan 2014
    Posts
    18
    Reputation
    10
    Rep Power
    0

    Question Great Fireball runes shooter!

    Hi guys, im trying to make my bot shoot gfbs when there is 2 grim reapers near to me, i tried with the targeting, didnt work, i tried with scripts and didnt work too .. :/
    i tried with crosshairs and on target, is there anything i have to do in order to make it work ? is there any trick or something or its bugged?
    Can anyone help me? :$

    Thanks !

  2. #2
    Free User
    Join Date
    Jan 2014
    Posts
    18
    Reputation
    10
    Rep Power
    0
    nobody??? :/

  3. #3
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    Just a simple one:

    auto(100)
    if shootarearune("great fireball rune", 2, "Grim Reaper") then
    shootarearune("great fireball rune", 1, "Grim Reaper") wait(50,100)
    end


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  4. #4
    Free User
    Join Date
    Jan 2014
    Posts
    18
    Reputation
    10
    Rep Power
    0
    Thanks! i'll test it

  5. #5
    Free User
    Join Date
    Jan 2014
    Posts
    18
    Reputation
    10
    Rep Power
    0
    Isn't working, just my crosshairs is blinking on the screen like trying to shoot but isn't, i tried with both crosshairs and "on target" and none works.
    It was easiest with your Grim Reapers script for ibot xD, plus i can't save bp cofiguration and mount... etc

  6. #6
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    Quote Originally Posted by Jim View Post
    Isn't working, just my crosshairs is blinking on the screen like trying to shoot but isn't, i tried with both crosshairs and "on target" and none works.
    It was easiest with your Grim Reapers script for ibot xD, plus i can't save bp cofiguration and mount... etc
    Try this then:
    auto(100)
    if maround(10, "Grim Reaper") > 0 then
    shootarearune("great fireball rune", 1, "Grim Reaper") wait(50,100)
    end



    Also, to save settings on your usereditoroption, you need to add these lines:
    {
    "type" : "scriptinfo", <---Don't edit that
    "name" : "MyScriptName", <--You can edit
    "version" : "1.0.0" <--You can edit
    },


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  7. #7
    Free User
    Join Date
    Jan 2014
    Posts
    18
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by BUgWT View Post
    Try this then:
    auto(100)
    if maround(10, "Grim Reaper") > 0 then
    shootarearune("great fireball rune", 1, "Grim Reaper") wait(50,100)
    end



    Also, to save settings on your usereditoroption, you need to add these lines:
    {
    "type" : "scriptinfo", <---Don't edit that
    "name" : "MyScriptName", <--You can edit
    "version" : "1.0.0" <--You can edit
    },

    Well, is working now, i used your script and added this:

    auto(100)
    if maround(10, "Grim Reaper") > 1 and
    cooldown('exevo mas san') >1 and
    cooldown('great fireball rune') == 0
    then
    pausewalking(500)
    shootarearune("great fireball rune", 1, "Grim Reaper")
    pausewalking(0)
    wait(300)
    end


    at least it shoots GFB's SOMETIMES!!! hahaha i don't know really how to make it work well.. :/

  8. #8
    Free User thenick's Avatar
    Join Date
    Dec 2013
    Posts
    72
    Reputation
    10
    Rep Power
    21
    I don't think you need the wait()*, and you can easily put the auto a bit higher.

  9. #9
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    Ppl seems to have problem with rune shooters, I'll do one later.

  10. #10
    Free User Harvey's Avatar
    Join Date
    Dec 2013
    Location
    Philippines
    Posts
    2,407
    Reputation
    15
    Rep Power
    25
    Quote Originally Posted by Leonardo View Post
    Ppl seems to have problem with rune shooters, I'll do one later.
    weeeeeeeeeeeeeeeeeeeeeeee beeeeen waiting for this <3

 

 

Posting Permissions

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