Results 1 to 14 of 14

Thread: Uncooked Cake Maker

  1. #1
    Join Date
    Dec 2009
    Location
    Newcastle, Australia
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Uncooked Cake Maker

    This is currently a set of three scripts,
    The First turns raw ingredients (Egg, Pot of flour, and Bucket of milk, and of course a cake tin), and makes a uncooked cake.
    The Second takes those uncooked cakes, and walks between the al kharid bank and the range there, and cooks them. It will currently do 14 in a load, to keep the cake tins.
    The Third, takes the cakes, and a chocolate bar, and combines them into a chocolate cake. Still imperfect, however when reflection gets withdrawing functions, it will be nigh unstoppable. This also has a good antiban feature which is while it waits for the cakes to cook, it hovers over the use-quickly option on a bank, something which most humans do. I have yet to add this to the first script, which could also benifit from it, the second script wouldn't be able to do it...

    I may integrate all three into one script, which does all 3, in a weird and complex way...
    Last edited by Bad Boy JH; 12-01-2010 at 03:25 AM.

    Current Script Project
    Pot of flour gatherer - 95% done

    Can't get Simba to work? Click here for a tutorial

  2. #2
    Join Date
    Dec 2009
    Location
    Newcastle, Australia
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Bump, just uploaded 2 other scripts, which complete the entire process...

    Current Script Project
    Pot of flour gatherer - 95% done

    Can't get Simba to work? Click here for a tutorial

  3. #3
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    Seems like making uncooked cakes and selling them to G.E can be pretty profitable.

  4. #4
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by antti mies View Post
    Seems like making uncooked cakes and selling them to G.E can be pretty profitable.
    Ingredients are a pain to get IIRC

  5. #5
    Join Date
    Dec 2009
    Location
    Newcastle, Australia
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Flour yes,
    Egg and Milk, not really...

    Cake tin, Dunno, bought 2.8k of them, and I recycle them...

    Current Script Project
    Pot of flour gatherer - 95% done

    Can't get Simba to work? Click here for a tutorial

  6. #6
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    Removed the scripts. There was a password in there. Thank you kongking for the tip.

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  7. #7
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Could of just removed the password, you know

  8. #8
    Join Date
    Oct 2010
    Location
    Under a bridge
    Posts
    648
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do you put a password on a simba scirpt?

  9. #9
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Look towards the top for a DeclarePlayers procedure. It will either say

    pascal Code:
    Players[0].Name := '';
    Players[0].Pass := '';
    //etc. etc.
    //OR IT COULD SAY
    with Players[0] do
    begin
      Name := '';
      Pass := '';
      //etc. etc.
    end;

    either way (they're essentially the same thing, the second one just makes the scripter have to type 'Players[0].' over and over), you just put your name between the first " ' " and the second " ' " (Name := 'Zezima'; is an example) and pass between the ' 's. Bank pins (if applicable) go between " ' "s. You cannot put it there as just the numbers.

    panic._@live.com, add me if you need more help.

  10. #10
    Join Date
    Dec 2009
    Location
    Newcastle, Australia
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK, just re-uploaded them, after taking the passwords out.

    Current Script Project
    Pot of flour gatherer - 95% done

    Can't get Simba to work? Click here for a tutorial

  11. #11
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Exception in Script: Unable to find file 'MeLogin.simba' used from ''

    Is it only me that has this problem?

  12. #12
    Join Date
    Dec 2009
    Location
    Newcastle, Australia
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oops, delete that line, its something I have which allows me to login with 1 line.

    Current Script Project
    Pot of flour gatherer - 95% done

    Can't get Simba to work? Click here for a tutorial

  13. #13
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Ok, i deleted that, but now i get this:

    [Error] (353:25): Unknown identifier 'CakeMixInterface' at line 352

  14. #14
    Join Date
    Dec 2009
    Location
    Newcastle, Australia
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    heh....I need to really bug test these, I haven't really done much, Replace with CookingInterface

    Current Script Project
    Pot of flour gatherer - 95% done

    Can't get Simba to work? Click here for a tutorial

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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