Results 1 to 24 of 24

Thread: MultiCity Cooker

  1. #1
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default MultiCity Cooker

    MultiCity Cooker


    Can cook fishes in the following locations:
    • Al Kharid
    • Lumbridge
    • Varrock East
    • Catherby


    And its features:
    • Many failsafes in walking
    • Sleep support
    • SMART support(read at the bottom to find how)
    • 100% Color script
    • Multiplayer script
    • Can cook shrimps, anchovies, trouts, salmons, lobsters and swordies
    • Saves the proggy in a folder called 'MCC'.


    scar Code:
    Players[0].Name := ''; //Player's name
      Players[0].Pass := ''; //Player's password
      Players[0].Nick := ''; //3-4 letters of your name. No capitals, no spaces
      Players[0].Active := True; //Set to false if not using this player
      Players[0].Pin := ''; //Player's pin (if any)
      Players[0].BoxRewards := []; //Don't touch if you don't know. More info at: [url]http://www.villavu.com/forum/showthread.php?t=44245[/url]
      Players[0].Integers[0] := 1; //Loads to do
      Players[0].Strings[0] := ''; //fish to cook
      Players[0].Strings[1] := ''; //Location
    Enjoy!

    To add SMART:
    Change line 3 from //{$Define SMART} to {$Define SMART}.

    Log:
    V 0.1: Release of the script
    V 0.2: Added catherby, removed OpenLumBank, changed RadialWalkTol.
    V 0.3: Fixed cooking level bug
    V 0.4: Fixed walking in all locations, and minor things.
    Last edited by Cazax; 06-28-2009 at 10:39 AM.


  2. #2
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    nice, maybe add catherby?
    also
    suggestion: why dont you join up with zasz and put your scripts together.

    T~M

  3. #3
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't have membership, so no p2p locations(unless someone lends me an account). And zasz uses reflection, I won't join up.


  4. #4
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    nice, a cooking thread that isn't two months old, I was just noticing yesterday how all cooking scripts/threads are old. I don't usually cook, but if I get a chance to get some raws or something I'll test this out and post a proggy

  5. #5
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    it just kepps saying changing players right after i hit play


    Code:
    Procedure DeclarePlayers;
    Begin
      HowManyPlayers := 1; //Players
      NumberOfPlayers(HowManyPlayers); //Don't touch
      CurrentPlayer := 0; //The first player to auto with
    
      Players[0].Name := ''; //Player's name
      Players[0].Pass := ''; //Player's password
      Players[0].Nick := 'jphm'; //3-4 letters of your name. No capitals, no spaces
      Players[0].Active := True; //Set to false if not using this player
      Players[0].Pin := ''; //Player's pin (if any)
      Players[0].BoxRewards := []; //Don't touch if you don't know. More info at: http://www.villavu.com/forum/showthread.php?t=44245
      Players[0].Integers[0] := 4000000; //Loads to do
      Players[0].Strings[0] := 'shrimps'; //fish to cook
      Players[0].Strings[1] := 'lumbridge'; //Location
    thats how i have it set up any ideas?
    Last edited by JPHamlett; 06-19-2009 at 02:23 AM.

  6. #6
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by J_Pizzle View Post
    it just kepps saying changing players right after i hit play


    Code:
    Procedure DeclarePlayers;
    Begin
      HowManyPlayers := 1; //Players
      NumberOfPlayers(HowManyPlayers); //Don't touch
      CurrentPlayer := 0; //The first player to auto with
    
      Players[0].Name := ''; //Player's name
      Players[0].Pass := ''; //Player's password
      Players[0].Nick := 'jphm'; //3-4 letters of your name. No capitals, no spaces
      Players[0].Active := True; //Set to false if not using this player
      Players[0].Pin := ''; //Player's pin (if any)
      Players[0].BoxRewards := []; //Don't touch if you don't know. More info at: http://www.villavu.com/forum/showthread.php?t=44245
      Players[0].Integers[0] := 4000000; //Loads to do
      Players[0].Strings[0] := 'shrimps'; //fish to cook
      Players[0].Strings[1] := 'lumbridge'; //Location
    thats how i have it set up any ideas?
    Were you using SMART? Or try changing loads to do to 1000, not that high.


  7. #7
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Cazax View Post
    Were you using SMART? Or try changing loads to do to 1000, not that high.
    i was using smart and i got the same thing with 40 loads

  8. #8
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Updated. I forgot to add loginplayer since I always test logged in Btw 99_ lent me an account so member's locations might be coming


  9. #9
    Join Date
    Jun 2008
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    woot just what i was looking for! a cooker! Thanks, il post proggie asap

  10. #10
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Updated to rev #35.


  11. #11
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tell me when you're done with the account ;] Or when you don't need it.. haha

  12. #12
    Join Date
    Aug 2007
    Posts
    328
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awww man you gonna get some serious proggies from me X] around 6k long? if it can =P lol COOK DEM ANCHOVIES XD LOL

  13. #13
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Updated to version 0.2, added catherby and other things.

    Quote Originally Posted by 99_ View Post
    Tell me when you're done with the account ;] Or when you don't need it.. haha
    I'm done for now, I may ask you again in a few days.

    I'm still waiting for proggies.


  14. #14
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    :] You're welcome. Thanks for the cred.. >.> ;D lol (kidding)

    (not really. I want cred! >.< (kidding about not kidding.. wait now I'm confused.. >.>)

    You can use it whenever. I'll buy some more teles because I'm letting other people use it for other scripts and I'm working on a script (finally ) so yeah. Don't worry about moving it :]

  15. #15
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 99_ View Post
    :] You're welcome. Thanks for the cred.. >.> ;D lol (kidding)

    (not really. I want cred! >.< (kidding about not kidding.. wait now I'm confused.. >.>)

    You can use it whenever. I'll buy some more teles because I'm letting other people use it for other scripts and I'm working on a script (finally ) so yeah. Don't worry about moving it :]
    99_ owns he lent me an acc.
    Happy naow ?


  16. #16
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Change it to..

    99_ is a sexy beast and everyone's jealous that he <3's me.

  17. #17
    Join Date
    Nov 2006
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No Tuna? :P

    Great script otherwise!

  18. #18
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You should add that thieving place or whatever. The one that's near the games room ^^

  19. #19
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You should update it to how SRL incorporates SMART now.

  20. #20
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I already did it:
    scar Code:
    {$IFDEF SMART}
        Smart_Server := SMART_World; //SMART World
        Smart_Members := SMART_MemberWorld; //True = Member's world False = F2P World
        Smart_Signed := SMART_Signed;
        Smart_SuperDetail := False;
      {$ENDIF}


  21. #21
    Join Date
    Oct 2008
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It stops working after getting a level

  22. #22
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh yeah, I never thought about that. Updated to V0.3. I'd like to see a proggy


  23. #23
    Join Date
    Aug 2007
    Posts
    328
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i would post proggies but this doesn't work for me, used 3.20# scar devs rev, and filled everything correctly, usuing OLD smart cause new one is bleh =P

  24. #24
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Updated to V0.4. Fixed walking in all locations.

    Quote Originally Posted by BlueWorld View Post
    i would post proggies but this doesn't work for me, used 3.20# scar devs rev, and filled everything correctly, usuing OLD smart cause new one is bleh =P
    Did you read the instructions for SMART?


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
  •