XenoBot Forums - Powered by vBulletin

User Tag List

Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Help If NO spears

  1. #11
    Saionz's Avatar
    Join Date
    Jan 2013
    Location
    Barcelona, Spain
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn, so maybe I must look a it carefully, going to check it right now. Ty dude I'll post the results later


    btw how many exp/h u did there at lvl 68~? and waste or profit?
    It's a bird... it's a plane... NO IT'S SAIONZ!

  2. #12
    Senior Member Tobjun's Avatar
    Join Date
    Feb 2013
    Location
    Sweden, Skellefteċ
    Posts
    496
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    i took lvl 65-71 one day there, umm, profit but not like omfg im rich, still profit and good exp. Yeah post the results, will be interesting to see! ;p

  3. #13
    Saionz's Avatar
    Join Date
    Jan 2013
    Location
    Barcelona, Spain
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lolol, I just realized that it buy gfb to hardcore mode? lol xdd isnt dangerous it ?
    It's a bird... it's a plane... NO IT'S SAIONZ!

  4. #14
    Senior Member Tobjun's Avatar
    Join Date
    Feb 2013
    Location
    Sweden, Skellefteċ
    Posts
    496
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Nah i dident use a single gfb, also i used the scipts safe exevo mas san, that follows, just to boost the exp/h i started using it at lvl 55 with dist 80

  5. #15

    Join Date
    Feb 2013
    Location
    brazil
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ew just saw the mistake i made
    Last edited by icaro43; 04-01-2013 at 01:40 PM.

  6. #16

    Join Date
    Feb 2013
    Location
    brazil
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lua code:

    local spearID = 7378 -- set the spear id. [7378 = royal spear], [3277 = regular spear]
    local spearOFF = 3 -- set the spear amount to turn off targetting
    local Targetting = true

    while(true)do
    if ((Self.ItemCount(spearID) <= spearOFF) and Targetting) then
    setTargetingEnabled(false)
    Targetting = false
    elseif ((Self.ItemCount(spearID) > spearOFF) and not Targetting) then
    setTargetingEnabled(true)
    Targetting = true
    end
    wait(200, 600)
    end


    btw you can use (xcode=lua) and (/xcode) to wrap lua codes in that colorfull gay style, but using brackets [ ] instead of parenthesis ()
    Last edited by icaro43; 04-01-2013 at 01:40 PM.
    said no one ever

  7. #17
    Saionz's Avatar
    Join Date
    Jan 2013
    Location
    Barcelona, Spain
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dude I was wrong, it works perfect, fucking awesome 65k/h in just 1 round, thanks for open my eyes again !! didnt use any gfb (I think it just buy them) and using safe exevo mas san, awesome, lvl 68 distance 90, gonna own it.
    It's a bird... it's a plane... NO IT'S SAIONZ!

  8. #18
    Saionz's Avatar
    Join Date
    Jan 2013
    Location
    Barcelona, Spain
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by icaro43 View Post
    lua code:

    local spearID = 7378 -- set the spear id. [7378 = royal spear], [3277 = regular spear]
    local spearOFF = 3 -- set the spear amount to turn off targetting
    local Targetting = true

    while(true)do
    if ((Self.ItemCount(spearID) <= spearOFF) and Targetting) then
    setTargetingEnabled(false)
    Targetting = false
    elseif ((Self.ItemCount(spearID) > spearOFF) and not Targetting) then
    setTargetingEnabled(true)
    Targetting = true
    end
    wait(200, 600)
    end


    btw you can use (xcode=lua) and (/xcode) to wrap lua codes in that colorfull gay style
    Ei @icaro43 thanks for tell me that about gay stile colours, its awesome haha
    It's a bird... it's a plane... NO IT'S SAIONZ!

  9. #19
    XenoBot Scripts Developer Joshwa534's Avatar
    Join Date
    May 2012
    Location
    Texas, USA
    Posts
    4,890
    Mentioned
    517 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by Saionz View Post
    Dude I was wrong, it works perfect, fucking awesome 65k/h in just 1 round, thanks for open my eyes again !! didnt use any gfb (I think it just buy them) and using safe exevo mas san, awesome, lvl 68 distance 90, gonna own it.
    I've got some re-writting to do on this script, I'll try to have a revised version of the Tarpit script released today if possible.

  10. #20
    XenoBot Scripts Developer Joshwa534's Avatar
    Join Date
    May 2012
    Location
    Texas, USA
    Posts
    4,890
    Mentioned
    517 Post(s)
    Tagged
    3 Thread(s)

Posting Permissions

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