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.