XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 10 of 64

Thread: [Thais] BreadMaker \o/

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #34
    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.

Posting Permissions

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