XenoBot Forums - Powered by vBulletin

User Tag List

Page 13 of 36 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 353

Thread: [Update] XenoBot Apophis v14.7.6.656 [10.50 & Apophis Global Release]

  1. #121

    Join Date
    Jul 2013
    Posts
    25
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Good job bro! Everything seems to work for me. Thanks!

  2. #122
    Badeanda's Avatar
    Join Date
    Feb 2014
    Posts
    73
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    @DarkstaR

    I'm having a problem loading some scripts aswell.
    Invalid XML format (expected=)!

    If i edit the script with Notepad ++ and remove the healer - refill mana and exura sio. It loads normally
    This is a script made to constantly use manapots and exura sio on myself to train mana.

  3. #123
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Badeanda View Post
    @DarkstaR

    I'm having a problem loading some scripts aswell.
    Invalid XML format (expected=)!

    If i edit the script with Notepad ++ and remove the healer - refill mana and exura sio. It loads normally
    This is a script made to constantly use manapots and exura sio on myself to train mana.
    That's a different bug entirely. Just put \ before the " in the xbst

  4. #124
    Badeanda's Avatar
    Join Date
    Feb 2014
    Posts
    73
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    That's a different bug entirely. Just put \ before the " in the xbst
    Sorry i didn't quite understand what you meant there.

    <panel name="Self Healer">
    <control name="SpellList">
    <item spell="exura sio "Name here" mana="140" vcomp="1" vsign="2" vrandom="0" vvalue="300" enabled="1"/>
    </control>
    <control name="ItemList">
    <item id="268" vcomp="0" vsign="2" vrandom="0" vvalue="350" enabled="1"/>
    </control>

    Do i do anything with these to make it work?

  5. #125
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    "exura sio "Name here"

    becomes

    "exura sio \"Name here"

  6. #126
    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 Badeanda View Post
    Sorry i didn't quite understand what you meant there.

    <panel name="Self Healer">
    <control name="SpellList">
    <item spell="exura sio "Name here" mana="140" vcomp="1" vsign="2" vrandom="0" vvalue="300" enabled="1"/>
    </control>
    <control name="ItemList">
    <item id="268" vcomp="0" vsign="2" vrandom="0" vvalue="350" enabled="1"/>
    </control>

    Do i do anything with these to make it work?
    lua code:
    <item spell="exura sio \"Name here" mana="140" vcomp="1" vsign="2" vrandom="0" vvalue="300" enabled="1"/>


    DarkstaR so quick.. go sleep.

  7. #127
    Badeanda's Avatar
    Join Date
    Feb 2014
    Posts
    73
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    "exura sio "Name here"

    becomes

    "exura sio \"Name here"

    Aha, so simple!
    Good job with Apophis!

    Does there exist any kind of donate option for those who wants to contribute with a bit more then normal licence?

  8. #128

    Join Date
    Jul 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I didnt really see the sulution in the thread. When I inject jxscripts souleaters, my bot work completly fine until it meets the monsters. It simply doesnt start using great fireball runes nor any other spells. Any reason for this?
    thanks for response

  9. #129

    Join Date
    Feb 2012
    Location
    Poland
    Posts
    400
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Nakuu View Post
    Seems like if you split Self.DepositItems into 2 functions like that:
    lua code:
    Self.DepositItems({5876, 0}) -- rare
    Self.DepositItems({6548, 1}) -- stack

    it [sometimes] fails to deposit items listed in 2nd line/function.
    its also putting items to wrong backpack sometimes and trying to deposit items already deposited (i think we are talking about native depositer function)
    it was happening from time depositing function was implemended to xenobot.

  10. #130
    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
    its also putting items to wrong backpack sometimes and trying to deposit items already deposited (i think we are talking about native depositer function)
    it was happening from time depositing function was implemended to xenobot.
    Yes, but since 10.50 update sometimes it 'forgets' to deposit at all...

    Btw. Another debug during the depositing (not sure if it was Deposit function actually or Reach Depot waypoint), report has been sent to you.

Posting Permissions

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