RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Halloween quest-pumpkin shack addon

milva

Sorceror
Some enjoy creating Halloween areas. thought I would post these in case anyone would like to use them.
The first one is a Pumpkin Shack Addon-this is where I spawn the Pumpkin Seller npc(pumpkins are shown next to this addon.

This Pumpkin seller has the different pumpkins which player's can purchase- check the price
on them and adjust for your server.
You can add any items to this script.

Halloween Quest also, this area can be changed to your preference and be sure to check the mob to fit your server. This quest gives
the addon shown--Gorefireplace
You will spawn the CursedExecutioner-who drops the item needed to return for the quest.
This quest also tags the account so this quest can only be done once.
All of these scripts will go into your custom folder.
Pumpkin Shack

GoreFireplace
 

Attachments

  • HalloweenScripts.rar
    12.4 KB · Views: 108

X.Amubsh.X

Traveler
I dont do much UO Programming anymore but i personally think this is a nice piece... I would like to show my Appreciation! Great job!
 

koluch

Sorceror
hehe, thanks!
I got so carried away with other junk I forgot to put together a Halloween quest!
 

Grimm S

Sorceror
Getting these errors not sure if scripts are missing from download

Errors:
+ Custom Scripts/Holidays/Halloween/HalloweenScripts/SBPumpkinShopSellVendor.cs
:
CS0246: Line 25: The type or namespace name 'PumpkinBuyInfo' could not be fo
und (are you missing a using directive or an assembly reference?)
CS1502: Line 25: The best overloaded method match for 'System.Collections.Ge
neric.List<Server.Mobiles.GenericBuyInfo>.Add(Server.Mobiles.GenericBuyInfo)' ha
s some invalid arguments
CS1503: Line 25: Argument '1': cannot convert from 'PumpkinBuyInfo' to 'Serv
er.Mobiles.GenericBuyInfo'
CS0246: Line 26: The type or namespace name 'PumpkinBuyInfo' could not be fo
und (are you missing a using directive or an assembly reference?)
CS1502: Line 26: The best overloaded method match for 'System.Collections.Ge
neric.List<Server.Mobiles.GenericBuyInfo>.Add(Server.Mobiles.GenericBuyInfo)' ha
s some invalid arguments
CS1503: Line 26: Argument '1': cannot convert from 'PumpkinBuyInfo' to 'Serv
er.Mobiles.GenericBuyInfo'
CS0246: Line 27: The type or namespace name 'PumpkinBuyInfo' could not be fo
und (are you missing a using directive or an assembly reference?)
CS1502: Line 27: The best overloaded method match for 'System.Collections.Ge
neric.List<Server.Mobiles.GenericBuyInfo>.Add(Server.Mobiles.GenericBuyInfo)' ha
s some invalid arguments
CS1503: Line 27: Argument '1': cannot convert from 'PumpkinBuyInfo' to 'Serv
er.Mobiles.GenericBuyInfo'
CS0246: Line 28: The type or namespace name 'PumpkinBuyInfo' could not be fo
und (are you missing a using directive or an assembly reference?)
CS1502: Line 28: The best overloaded method match for 'System.Collections.Ge
neric.List<Server.Mobiles.GenericBuyInfo>.Add(Server.Mobiles.GenericBuyInfo)' ha
s some invalid arguments
CS1503: Line 28: Argument '1': cannot convert from 'PumpkinBuyInfo' to 'Serv
er.Mobiles.GenericBuyInfo'
CS0246: Line 29: The type or namespace name 'PumpkinBuyInfo' could not be fo
und (are you missing a using directive or an assembly reference?)
CS1502: Line 29: The best overloaded method match for 'System.Collections.Ge
neric.List<Server.Mobiles.GenericBuyInfo>.Add(Server.Mobiles.GenericBuyInfo)' ha
s some invalid arguments
CS1503: Line 29: Argument '1': cannot convert from 'PumpkinBuyInfo' to 'Serv
er.Mobiles.GenericBuyInfo'
CS0246: Line 30: The type or namespace name 'PumpkinBuyInfo' could not be fo
und (are you missing a using directive or an assembly reference?)
CS1502: Line 30: The best overloaded method match for 'System.Collections.Ge
neric.List<Server.Mobiles.GenericBuyInfo>.Add(Server.Mobiles.GenericBuyInfo)' ha
s some invalid arguments
CS1503: Line 30: Argument '1': cannot convert from 'PumpkinBuyInfo' to 'Serv
er.Mobiles.GenericBuyInfo'

Tried fixing unable can anyone help. Thanks inadvance
 

milva

Sorceror
I just downloaded the package to check it, it does contain the Pumpkinshopsellvendor scripts
Did you have those in there also? This contains the pumpkins along with PumpkinShopSellVendor and the SBPumpkinShopSellVendor
I will upload it here again for these just in case
 

Attachments

  • PumpkinShopSellVendor.zip
    4.4 KB · Views: 14

Grimm S

Sorceror
I figured it out you need to change Add(new CustomGenericBuy2Info to Add(new GenericBuyInfo in the sbvendor script
 
Top