XenoBot Forums - Powered by vBulletin

User Tag List

Page 6 of 7 FirstFirst ... 4567 LastLast
Results 51 to 60 of 64

Thread: [Thais] BreadMaker \o/

  1. #51
    Senior Member J.Dre's Avatar
    Join Date
    Jul 2011
    Location
    United States
    Posts
    2,018
    Mentioned
    163 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Fleet View Post
    Are you sure they're not just trashed?
    Recent Trades:
    Sold a 450+ EK to Omggg.
    Sold a 400+ RP and 165+ EK to Poppy218.
    Sold 100kk+ in Rowana (Open PVP) to many members.
    Bought characters from Baarj, HonkaPonka, and several others.
    Bought 520kk+ from Wobbz, PunktG, Ghazkyt, Reemow, and many others.

    Help deter scams! Share these warning signs with your friends.

  2. #52
    King Furpan Furpan's Avatar
    Join Date
    Jul 2012
    Location
    Thais
    Posts
    984
    Mentioned
    267 Post(s)
    Tagged
    3 Thread(s)
    The kings festival or whatever the event is called, removes the ovens :[

  3. #53

    Join Date
    Oct 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm testing this script right now, it looks wonderfull but i'm stuck at 1 spot all the time.
    When the bot has made flour and gets to the water well , it fill's his bucket with water but it doesn't use the flour on the bucket of water.

  4. #54

    Join Date
    Oct 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    One other thing i notice, is that when he is baking his bread, the last bread he made is left on the hot stove.

  5. #55

    Join Date
    Jul 2013
    Posts
    48
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    This script was made on Blackd proxy 4 years ago by me, nothing new but thanks for making it on xeno

  6. #56

    Join Date
    Oct 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by test1234 View Post
    I'm testing this script right now, it looks wonderfull but i'm stuck at 1 spot all the time.
    When the bot has made flour and gets to the water well , it fill's his bucket with water but it doesn't use the flour on the bucket of water.
    When will you guys deal with this issue?

  7. #57
    dezaodoido's Avatar
    Join Date
    Jan 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very cool script.
    Aparently some functions are DEPRECATED.
    I Fixed it.

    Here the new version:
    http://pastebin.com/download.php?i=9Yh2GVrT


    br?

  8. #58
    King Furpan Furpan's Avatar
    Join Date
    Jul 2012
    Location
    Thais
    Posts
    984
    Mentioned
    267 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by dezaodoido View Post
    Very cool script.
    Aparently some functions are DEPRECATED.
    I Fixed it.

    Here the new version:
    http://pastebin.com/download.php?i=9Yh2GVrT


    br?
    Appreciate it, however
    lua code:
    local f = null
    local w = null
    if f ~= null and w ~= null then

    should be
    lua code:
    local f = nil
    local w = nil
    if f ~= nil and w ~= nil then


    Also, why this? What if user is carrying a bag?
    lua code:
    for i=0,20 do


    Afaik, no functions in this script are deprecated, what functions were you thinking of?
    Last edited by Furpan; 01-21-2015 at 04:18 PM.

  9. #59
    dezaodoido's Avatar
    Join Date
    Jan 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Furpan View Post
    Appreciate it, however
    lua code:
    local f = null
    local w = null
    if f ~= null and w ~= null then

    should be
    lua code:
    local f = nil
    local w = nil
    if f ~= nil and w ~= nil then


    Also, why this? What if user is carrying a bag?
    lua code:
    for i=0,20 do


    Afaik, no functions in this script are deprecated, what functions were you thinking of?
    Yeah you right.
    I'm not familiar with lua.

    In the last code this part
    lua code:
    for index, item in Container.GetFirst():iItems() do



    The function Container.GetFirst():iItems() returned 0.
    So the loop don't executed.
    I assume they change this behavior.

    I'll make the changed you pointed.
    Thank you.

  10. #60
    dezaodoido's Avatar
    Join Date
    Jan 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can count the number of the slots with this code.
    Code:
    Container.GetFirst():ItemCount()+Container.GetFirst():EmptySlots()

Posting Permissions

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