XenoBot Forums - Powered by vBulletin

User Tag List

Page 2 of 11 FirstFirst 1234 ... LastLast
Results 11 to 20 of 101

Thread: [Update] XenoBot v2.7.0 [9.63]

  1. #11

    Join Date
    Aug 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have had no issues I am using the walker without Mapclicks Enabled.My Lua script is also still depositing fine.Thanks for the fast update

  2. #12
    Alastorsz's Avatar
    Join Date
    Feb 2012
    Posts
    197
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    its getting walkerstuck , i think is not following the paths that doesnt appear on screen, ( i have enable walk on fire, walk on furniture)

  3. #13
    Banned
    Join Date
    Jun 2012
    Posts
    595
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    ou yeah! ty ty

  4. #14
    Gold Seller/Official Reseller PunktG's Avatar
    Join Date
    Dec 2011
    Posts
    4,085
    Mentioned
    196 Post(s)
    Tagged
    0 Thread(s)
    somthing is wrong
    half of mine scripts now dont work (lua scripts - , bank , mp buyer )


  5. #15
    LuckyStrike's Avatar
    Join Date
    Jan 2012
    Location
    Germany - Berlin
    Posts
    396
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think it was too much changes in so small amount of time... :P
    Bought Recovery Key from Tibtrak
    Sold 225 Royal Paladin to sara
    Sold 113 Unregistred Knight to Andy

  6. #16

    Join Date
    Jun 2012
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    also walker stuck problem here

  7. #17
    Gold Seller/Official Reseller PunktG's Avatar
    Join Date
    Dec 2011
    Posts
    4,085
    Mentioned
    196 Post(s)
    Tagged
    0 Thread(s)
    elseif (labelName == "Bank") then
    setWalkerEnabled(false)
    NpcConv("hi","deposit all","yes","balance")
    wait(700, 900)
    Self.WithdrawMoney((MPotprice*(MPots-Self.ItemCount(MPotID))))
    wait(200, 300)
    Self.SayToNpc("yes")
    wait(700, 900)
    Self.WithdrawMoney((Boltprice*(bolts-Self.ItemCount(BoltId))))
    wait(200, 300)
    Self.SayToNpc("yes")
    wait(900,1200)
    setWalkerEnabled(true)
    i see bot got problem
    in 2 part of this script
    bot deposit all ,
    withdraw gp for mp.
    but part with withdraw gp for bolts he ignore

    elseif (labelName == "buybolt") then
    setWalkerEnabled(false)
    wait(900, 1200)
    Self.SayToNpc({"Hi", "Trade"}, 65)
    wait(900, 1200)
    buyAlotOfItemsBecauseItsSuchAGodDamnBigDeal(BoltId , (bolts-Self.ItemCount(BoltId)))
    wait(900, 1200)
    setWalkerEnabled(true)
    end
    end
    here he buy only some part of bolts
    i got in setup 1500 and he buy 400-600 and leave

    ofc all this before update was working


  8. #18

    Join Date
    Feb 2012
    Posts
    120
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by PunktG View Post
    i see bot got problem
    in 2 part of this script
    bot deposit all ,
    withdraw gp for mp.
    but part with withdraw gp for bolts he ignore


    here he buy only some part of bolts
    i got in setup 1500 and he buy 400-600 and leave

    ofc all this before update was working
    The last one isnt because of the update. That occured to me aswell when i used that function. There is now a native function for this:
    Self.ShopBuyItem(BoltId, (bolts-Self.ItemCount(BoltsId)))

  9. #19
    leleog's Avatar
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Am I the only one having problems to inject? I get "Failed to connect IWbemServices!". Does anybody know a solution? Tks

  10. #20
    Lifetime Subscriber
    Join Date
    Dec 2011
    Location
    Michigan
    Posts
    2,644
    Mentioned
    81 Post(s)
    Tagged
    0 Thread(s)
    Gonna test.

Posting Permissions

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