XenoBot Forums - Powered by vBulletin

User Tag List

Page 14 of 43 FirstFirst ... 4121314151624 ... LastLast
Results 131 to 140 of 429

Thread: [Update] XenoBot Apophis 14.5.22 [10.38 - 10.41, Preview Client 10.41]

  1. #131
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Vayla View Post
    Cant loing into XenoSuite..

    hmm..
    i open as administrator, then write my user name and password> try to login than, and nothing happens:/
    You don't have an XenoBot licence.

  2. #132
    Rickrick4's Avatar
    Join Date
    Jun 2014
    Location
    the Netherlands
    Posts
    168
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    @DarkstaR and team, awesome work!

  3. #133

    Join Date
    Feb 2012
    Location
    Poland
    Posts
    400
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    The one problem more i noticed is that bot is jumping too fast from label to waypoint and its reason of stucks in my few scripts. Havent this problem in older versions. Example:
    Code:
    <item text="Stand (32638, 31438, 7)" tag="1"/>
    		<item text="mistrockyala:" tag="255"/>
    		<item text="Stand (32658, 31289, 6)" tag="1"/>
    		<item text="Node (32724, 31292, 7)" tag="0"/>
    		<item text="Node (32735, 31276, 7)" tag="0"/>
    		<item text="Stand (32752, 31259, 7)" tag="1"/>
    		<item text="Stand (32752, 31257, 6)" tag="1"/>
    first stand after label is step on stairs, its jumping imidietly to node on lower lvl meanwhile teleporting from one boat to another cuz bot thinks that stand is not reachable. Its happening in every place where boats are on different levels. This started to happen in new version. I am sure thats not problem with my latency.

  4. #134

    Join Date
    May 2012
    Posts
    163
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    I found a "Bug"(?)

    XB remembers what monster has been killed even if looting is temporally off, so when I cleared Quest room above star room, drefia I turned off looting with my knight to have less confusion and when I turned it on some mobs where stacked and I though it would use browse floor to loot, but it didn't. It did like old XB and opened top body 3-4 times until it thought it had looted it all. @DarkstaR

  5. #135

    Join Date
    Feb 2012
    Location
    Poland
    Posts
    400
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Rydan View Post
    That is due to bad scripting and not a bug of XenoBot.
    A way to fix this is to add a waiting loop within the label action that delays the walker as long as the desired location is not reached.
    lua code:
    --pseudocode
    while (not at thais boat) do
    Walker.Delay(1000)
    end
    I know i can fix it by myself, even in most retarded way (for example adding 3x stand on stairs in a row ), but as i said before, it was not happening before this update. So I thought: "if there was not problems before with my scripts and after this update suddenly i got problems then something changed with bot". I checked one more time change log and didnt noticed anything about walker changes. Probably something changed what is not mentioned in change log and thats why it started to happen. Why are u calling it "bad scripting" if it was working perfect before? Why should i change it before if there wasnt even single problem with it?

  6. #136
    Moderator Nakuu's Avatar
    Join Date
    Feb 2013
    Location
    EU
    Posts
    5,194
    Mentioned
    642 Post(s)
    Tagged
    2 Thread(s)
    Quote Originally Posted by kubax36 View Post
    I know i can fix it by myself, even in most retarded way (for example adding 3x stand on stairs in a row ), but as i said before, it was not happening before this update. So I thought: "if there was not problems before with my scripts and after this update suddenly i got problems then something changed with bot". I checked one more time change log and didnt noticed anything about walker changes. Probably something changed what is not mentioned in change log and thats why it started to happen. Why are u calling it "bad scripting" if it was working perfect before? Why should i change it before if there wasnt even single problem with it?
    It's because scripter was optimized and works faster now and it finishes it's work at label before you get teleported. So just add wait(1000) after talking to NPC or w/e and should be fine.

  7. #137
    Lifetime Subscriber martinpwnage's Avatar
    Join Date
    Aug 2011
    Posts
    480
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    I'm using one liner like
    Creature.Follow("Thorgin")
    and it just doesn't work?! All scripts don't work, it was working all fine when I used the beta version

    EDIT: re-installed xeno, working fine except one liner
    Last edited by martinpwnage; 06-21-2014 at 12:57 AM.

  8. #138

    Join Date
    Feb 2012
    Location
    Poland
    Posts
    400
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Nakuu View Post
    It's because scripter was optimized and works faster now and it finishes it's work at label before you get teleported. So just add wait(1000) after talking to NPC or w/e and should be fine.
    already added 2sec of wait to few of my scripts ;p
    Quote Originally Posted by Rydan View Post
    Well, the Scripter was optimized with this update to work way faster than before, using less memory, ...
    That might bug some scripts that were working before and that is the result of either bad scripting OR a fix of a "bug" within the old XenoBot code.
    I did not mean to insult you.
    And thats answers i wanted to see, now i understand everything. Thanks guys!

    Edit: there is one thing more, when i want to open script via explorer window then i need to search for char in that list. Before, in older version, char from focused window was first on list. Its making abit harder to load script for ppl who bots alot of chars with stupid and similar names (as me ).
    Also sometimes if u close client and open another and then login another char its showing name of char logged before, not actually logged in. Same is happening with xeno monitor (everything is working fine there, just name is not correct)
    Last edited by kubax36; 06-21-2014 at 12:56 AM.

  9. #139

    Join Date
    Jun 2012
    Posts
    18
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    "Failed to load address file "001-.3733acd4dc35b1b9ad504c02727e027ac.xblua"!.If this error persists,you may need to re-install. "
    Please tell me what I can do with that?

  10. #140

    Join Date
    Feb 2012
    Location
    Poland
    Posts
    400
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Edzio View Post
    "Failed to load address file "001-.3733acd4dc35b1b9ad504c02727e027ac.xblua"!.If this error persists,you may need to re-install. "
    Please tell me what I can do with that?
    "If this error persists,you may need to re-install" - have u tried it?

Posting Permissions

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