ScriptUO

Official ScriptUO EasyUO Scripts => Script Library => Combat/Healing/Looting => Topic started by: redkittie on December 13, 2008, 09:10:54 PM

Title: RedKittie's Apples, Grapes, and Bombs
Post by: redkittie on December 13, 2008, 09:10:54 PM
Here is my first attempt at writing my own script. Let me know what you think.


;******************************************************************************
;******************************************************************************
; Script Name:  RedKittie's Apples, Grapes, and Bombs
; Author: Redkittie
; Version: 1.0
; Client Tested with UO Version 6.0.11.0 (patch 72)
; Written using ScriptUO
; EUO version tested with: 1.5 Version 144
; Shard OSI
; Purpose:  Make enchanted apples, grapes of wrath, and smoke bombs
;******************************************************************************
;******************************************************************************
;Thanks to Trailmyx for ScriptUO and assistance with questions
;Thanks to Mr X for hia open container sub
;Thanks to Quintok & Raziel for the WaitForSysVars sub
;Thanks to Snicker7 for his subs, s7MakeAnything, s7WaitForAction,
;and s7WaitForVars
;******************************************************************************
;........................Setup.................................................
;In a secure in your house put three bags, one for your resources, one for
;finished product, and one for tools.  Start script, select item to make and
;whether you want to use tinkering, then just hit the button and away you go.
;You can make the containers the same everytime without targeting by entering
;the specific ids below.
;******************************************************************************
;******************************************************************************
Title: Re: RedKittie's Apples, Grapes, and Bombs
Post by: TrailMyx on December 13, 2008, 11:05:02 PM
Looks pretty good; I just can't run it here in Vegas.  :)
Title: Re: RedKittie's Apples, Grapes, and Bombs
Post by: TrailMyx on December 18, 2008, 09:31:07 AM
Bah, looks like I deleted my cook!  oopsie, I wonder when I did that?
Title: Re: RedKittie's Apples, Grapes, and Bombs
Post by: Tidus on December 18, 2008, 10:44:23 AM
when he poisoned everyone in the tavern..i remember that day...geez.  go in for a great meal and drop on the floor.

Which makes me think that randomly some of the meats/food that you get should be poisoned.  message pops up. You have died of a disease from your food. and then you become a ghost. LMAO
Title: Re: RedKittie's Apples, Grapes, and Bombs
Post by: jesterboo on February 15, 2010, 09:58:38 AM
got this to start up but it won't make the apples what am i doing wrong, please help
Title: Re: RedKittie's Apples, Grapes, and Bombs
Post by: cherrios on November 26, 2015, 06:21:30 PM
I also can get the script to start, but when it gets to the cooking menu nothing happens. Any help would be appreciated.
Title: Re: RedKittie's Apples, Grapes, and Bombs
Post by: Crisis on November 27, 2015, 04:11:01 AM
This is quite old, you will most likely need to change the gump size if you are on OSI. If you are on a free shard, you may need to adjust the gump size or where the mouse clicks on the gump.

To fix it on OSI try this:

There are multiple spots in the script that call for this
Code: [Select]
contsize = 530_437
Replace it with this
Code: [Select]
contsize = 530_497
Title: Re: RedKittie's Apples, Grapes, and Bombs
Post by: cherrios on December 16, 2015, 12:52:44 PM
AWSOME! That worked thank you so much