XenoBot Forums - Powered by vBulletin

User Tag List

Page 21 of 22 FirstFirst ... 1119202122 LastLast
Results 201 to 210 of 214

Thread: [Update] XenoBot v3.0.9 [Protocol 9.84]

  1. #201

    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Afterdawn View Post
    Still waiting on the new Preview world version. Any estimation on when it'll be ready?

    signed, i need it too :P

  2. #202
    invisible child's Avatar
    Join Date
    Jan 2013
    Location
    Singapore
    Posts
    129
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After this version stabilizes I think
    Coz it's no point having a preview client that is equally buggy I guess

    Your Soul Is Mine

  3. #203

    Join Date
    Feb 2013
    Posts
    255
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    when i leave 100% afk and come back and press start to quite the screen protector the tibia shut down and dont show any bug report or another stuff just closed

  4. #204

    Join Date
    Aug 2012
    Location
    Sweden
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    @akagi

    Where is that script for? Where do I start it? etc
    My bad! It's for edron goblins first and second floor. The script put spike sword in hand when out of small stones and changes back when more then 5 small stones.

    Edit. Here is the change weapon.lua

    Code:
    local swordID = 3271 
    local stoneID = 1781
    
    while 1 do
    	local cont = Container.GetFirst()
    	while (cont:isOpen()) do 
    		for spot = 0, cont:ItemCount() do
    			local item = cont:GetItemData(spot)
    			if (Self.Weapon().id == swordID or (Self.Weapon().id == stoneID and Self.Weapon().count < 3)) then
    				if (item.id == stoneID and item.count > 5) then
    					cont:MoveItemToEquipment(spot, "weapon")
    					break
    				end
    			elseif (Self.Weapon().id == 0) then
    				if (item.id == swordID) then
    					cont:MoveItemToEquipment(spot, "weapon")
    					break
    				end
    			end
    		end
    		cont = cont:GetNext() 
    	end
    end
    Last edited by akagi; 04-08-2013 at 06:42 AM.

  5. #205

    Join Date
    Jan 2012
    Location
    Sweden
    Posts
    188
    Mentioned
    45 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by limil View Post
    I can inject without any problems but when I try to load a xbst file the setting window says "[0] My Character name" and then when I try to load it says "Unable to load Xenobot settings in the selected client"

    Using windows x64 and everything is opened as administrator of course.
    Still haven't been able to solve this issue, any one got an idea?

  6. #206
    rgvII's Avatar
    Join Date
    Dec 2012
    Location
    Texas
    Posts
    273
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Weird....My Tibia Client has been crashing....Especially when I have 3 clients running....Was running the last one in Shadowthorne and it crashed as it was finishing it's first clear of spawn...happened twice so just decided that I would only bot 2...Happened once on my main...

  7. #207
    Senior Member
    Join Date
    Jun 2012
    Location
    Glasgow
    Posts
    903
    Mentioned
    78 Post(s)
    Tagged
    0 Thread(s)
    Bug 1
    I get a strange bug while exiva persons. It includes some item ID. I checked the id and it was a venorean door which i looked some minutes ago.
    Player XY is very far to the south. [ID 17560] or something.
    Edit: It's no happening always. While trying to reproduce it, it didn't occur..

    Bug 2
    the bot seems to ignore special areas. I'm using JXScript's Lizard Chosen Script for RP (link below) and it shouldn't walk inside the cobra head but it does. was nearly gettin killed xD


    http://forums.xenobot.net/showthread...l=1#post107173)
    Last edited by NeeP; 04-08-2013 at 11:16 AM.

  8. #208

    Join Date
    Aug 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Blanz420 View Post
    Not to bug... But Darkstar, any insight when the preview version is coming out??
    This Petit Ours , has no idea what hes talking about. This thread was realeased 2 days ago , wich means that the preview WAS expected yesterday. But the facts was peoples started to whine that the normal update dont work smoothly + DDoS attacks are back. When the normal version is done and has no issues i suppose Darkstar will look into the preview version ;D. (Playing preview aswell cant w8 for it either haha)

  9. #209
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    I am 90% sure I have found the source of most, if not all, of the debugs. It does require quite a few code changes and some testing, but will be here soon if it works. I will be getting this done ASAP. Let's hope I'm right.

  10. #210
    Lifetime Subscriber Soul's Avatar
    Join Date
    Dec 2010
    Location
    Mexico
    Posts
    1,087
    Mentioned
    88 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    I am 90% sure I have found the source of most, if not all, of the debugs. It does require quite a few code changes and some testing, but will be here soon if it works. I will be getting this done ASAP. Let's hope I'm right.
    Take your time, and good job.

    Hail xenobot

Posting Permissions

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