Script assolutamente facile da usare.
Vi mettete vicino a un forno, poi prendete una cassa la mettete per terra vicino a voi (1-2 tiles massimo), ci mettete dentro 100 padelle e 8000-9000 (per essere sicuri) carne cruda (Cuts of Raw Ribs). Premete play e farà tutto lui...
PS:
Dovete solo cambiare un seriale
Vi mettete vicino a un forno, poi prendete una cassa la mettete per terra vicino a voi (1-2 tiles massimo), ci mettete dentro 100 padelle e 8000-9000 (per essere sicuri) carne cruda (Cuts of Raw Ribs). Premete play e farà tutto lui...
PS:
Dovete solo cambiare un seriale
;Select the chest
Set %Chest WSENVMD ;Change here
Set %Chest WSENVMD ;Change here
codice:
;================================== ; Script Name: Cooking 1.0 ; Author: Athelstan - 166467051 - oceans@gamesnet.it ; Version: 1.0 ; Client Tested with: 6.0.1.3 ; EUO version tested with: 1.50 ; Shard OSI / FS: UODreams.it ; Revision Date: 12/10/07 ; Public Release: 12/09/07 ; Purpose: Script Cooking ;Go your home, stay near a stove, secure a chest ;In the chest put in 70-80 skillet and ;6000-7000 cut of Raw Ribs, open the chest and ;play the script. 0-100 cooking ;I advise to train the skill cooking from a baker ;www.sweetuo.com ;================================== ;Select the chest Set %Chest WSENVMD ;Change here ;================================== ;Don't edit now Set %Skilled DND Set %CutOfRawRibs VRD Set %CutOfRibs YRD Set %WeiSel ( #MAXWEIGHT - 25 ) Loop: GoSub Skill GoSub RestockSkilled GoSub RestockRibs GoSub Cook GoSub Wei Goto Loop ;================================== Sub Cook { finditem %Skilled C_ , #BACKPACKID wait 10 Set #LOBJECTID #FINDID event macro 17 wait 15 click 70 190 dmc wait 15 click 275 210 dmc wait 15 return } ;================================== Sub Wei { If #WEIGHT > %WeiSel { finditem %CutOfRibs C_ , #BACKPACKID wait 10 Exevent Drag #FINDID #FINDSTACK wait 10 Exevent Dropc %Chest wait 10 } return } ;================================== Sub RestockRibs { finditem %CutOfRawRibs C_ , %Chest wait 10 If #FINDID = 0 { Display The Cuts of Raw Ribs are finish halt } Exevent Drag #FINDID 1 wait 10 Exevent Dropc #BACKPACKID wait 10 return } ;================================== Sub RestockSkilled { finditem %Skilled C_ , #BACKPACKID wait 10 if #FINDCNT = 0 { finditem %Skilled C_ , %Chest wait 10 If #FINDID = 0 { Display The Skilleds are finish halt } Exevent Drag #FINDID wait 10 Exevent Dropc #BACKPACKID wait 10 } return } ;================================== Sub Skill { chooseskill Cook if #skill = 1000 { display Congratulation You finish halt } return }
Commenta