Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Releases

Custom Script Releases This forum is where you can release your custom scripts for other users to use.

Please note: By releasing your scripts here you are submitting them to the public and as such agree to make them public domain. The RunUO Team has made its software GPL for you to use and enjoy you should do the same for anything based off of RunUO.

Reply
 
Thread Tools Display Modes
Old 04-24-2007, 04:41 AM   #51 (permalink)
Forum Novice
 
qwerty84's Avatar
 
Join Date: Apr 2006
Location: Abbiategrasso, Italy
Age: 24
Posts: 134
Send a message via ICQ to qwerty84 Send a message via MSN to qwerty84
Default

I make a test and I communicate you the test result
qwerty84 is offline   Reply With Quote
Old 04-24-2007, 04:54 AM   #52 (permalink)
Forum Expert
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 315
Send a message via MSN to MalGanis
Default

Quote:
To DefInscription.cs didn't add "public enum InscriptionRecipe" & to DefAlchemy.cs didn't add "public enum AlchemyRecipe".
Alchemy recipes are in TinkerRecipes enum
__________________
A lawyer with a briefcase can steal more than a thousand men with guns.


Do NOT PM me asking if I will script for your shard or send you files or anything else along those lines.
MalGanis is offline   Reply With Quote
Old 04-24-2007, 04:56 AM   #53 (permalink)
Forum Expert
 
Raider's Avatar
 
Join Date: Jan 2005
Age: 31
Posts: 288
Send a message via Yahoo to Raider
Default

got this error
Code:
Errors:
 + CustomScripts/Mondain's Legacy/Items/Misc/ScrappersCompendium.cs:
    CS0506: Line 42: 'Server.Items.ScrappersCompendium.OnCraft(int, bool, Server
.Mobile, Server.Engines.Craft.CraftSystem, System.Type, Server.Items.BaseTool, S
erver.Engines.Craft.CraftItem, int)': cannot override inherited member 'Server.I
tems.Spellbook.OnCraft(int, bool, Server.Mobile, Server.Engines.Craft.CraftSyste
m, System.Type, Server.Items.BaseTool, Server.Engines.Craft.CraftItem, int)' bec
ause it is not marked virtual, abstract, or override
any idea?
__________________
Raider is offline   Reply With Quote
Old 04-24-2007, 04:58 AM   #54 (permalink)
Forum Expert
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 315
Send a message via MSN to MalGanis
Default

Change OnCraft method in Spellbook.cs to virtual
__________________
A lawyer with a briefcase can steal more than a thousand men with guns.


Do NOT PM me asking if I will script for your shard or send you files or anything else along those lines.
MalGanis is offline   Reply With Quote
Old 04-24-2007, 05:26 AM   #55 (permalink)
Forum Newbie
 
Gladius's Avatar
 
Join Date: Sep 2006
Location: Ukraine
Posts: 85
Send a message via ICQ to Gladius
Default

And what about Recipe Scroll? Did u made any changes with Recipe Scroll?

Because when I have received Reward Bag and in it was Recipe Scroll by click it there is nothing happen.
Gladius is offline   Reply With Quote
Old 04-24-2007, 05:27 AM   #56 (permalink)
Forum Expert
 
Raider's Avatar
 
Join Date: Jan 2005
Age: 31
Posts: 288
Send a message via Yahoo to Raider
Default

Quote:
Originally Posted by MalGanis View Post
Change OnCraft method in Spellbook.cs to virtual
I do not understand why i keep getting errors i got all your scripts on a fresh runuo svn 169 heres more errors
Code:
Warnings:
 + CustomScripts/Mondain's Legacy/Items/Misc/ScrappersCompendium.cs:
    CS0108: Line 42: 'Server.Items.ScrappersCompendium.OnCraft(int, bool, Server
.Mobile, Server.Engines.Craft.CraftSystem, System.Type, Server.Items.BaseTool, S
erver.Engines.Craft.CraftItem, int)' hides inherited member 'Server.Items.Spellb
ook.OnCraft(int, bool, Server.Mobile, Server.Engines.Craft.CraftSystem, System.T
ype, Server.Items.BaseTool, Server.Engines.Craft.CraftItem, int)'. Use the new k
eyword if hiding was intended.
 + CustomScripts/Mondain's Legacy/Mobiles/Bedlam/MonstrousInterredGrizzle.cs:
    CS0162: Line 226: Unreachable code detected
Errors:
 + CustomScripts/Mondain's Legacy/Items/Talismans/BaseTalisman.cs:
    CS0122: Line 903: 'Server.Spells.Fifth.MagicReflectSpell.m_Table' is inacces
sible due to its protection level
    CS0122: Line 922: 'Server.Spells.First.ReactiveArmorSpell.m_Table' is inacce
ssible due to its protection level
    CS0122: Line 941: 'Server.Spells.Second.ProtectionSpell.m_Table' is inaccess
ible due to its protection level
 + Engines/AI/Creature/BaseCreature.cs:
    CS0117: Line 2025: 'Server.Mobiles.AIType' does not contain a definition for
 'AI_Necromage'
 + CustomScripts/Mondain's Legacy/Mobiles/Bedlam/MasterMikael.cs:
    CS0117: Line 12: 'Server.Mobiles.AIType' does not contain a definition for '
AI_Necromage'
 + CustomScripts/Mondain's Legacy/Mobiles/Bedlam/MasterTheophilus.cs:
    CS0117: Line 12: 'Server.Mobiles.AIType' does not contain a definition for '
AI_Necromage'
 + CustomScripts/Mondain's Legacy/Mobiles/Blighted Grove/LadyMelisande.cs:
    CS0117: Line 18: 'Server.Mobiles.AIType' does not contain a definition for '
AI_Necromage'
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
__________________
Raider is offline   Reply With Quote
Old 04-24-2007, 06:09 AM   #57 (permalink)
Forum Expert
 
Raider's Avatar
 
Join Date: Jan 2005
Age: 31
Posts: 288
Send a message via Yahoo to Raider
Default

Ok was BaseAI you forgot to put AI_Necromage in it but now i got one error
Code:
Warnings:
 + CustomScripts/Mondain's Legacy/Items/Misc/ScrappersCompendium.cs:
    CS0108: Line 42: 'Server.Items.ScrappersCompendium.OnCraft(int, bool, Server
.Mobile, Server.Engines.Craft.CraftSystem, System.Type, Server.Items.BaseTool, S
erver.Engines.Craft.CraftItem, int)' hides inherited member 'Server.Items.Spellb
ook.OnCraft(int, bool, Server.Mobile, Server.Engines.Craft.CraftSystem, System.T
ype, Server.Items.BaseTool, Server.Engines.Craft.CraftItem, int)'. Use the new k
eyword if hiding was intended.
 + CustomScripts/Mondain's Legacy/Mobiles/Bedlam/MonstrousInterredGrizzle.cs:
    CS0162: Line 226: Unreachable code detected
Errors:
 + CustomScripts/Mondain's Legacy/Items/Talismans/BaseTalisman.cs:
    CS0122: Line 903: 'Server.Spells.Fifth.MagicReflectSpell.m_Table' is inacces
sible due to its protection level
    CS0122: Line 922: 'Server.Spells.First.ReactiveArmorSpell.m_Table' is inacce
ssible due to its protection level
    CS0122: Line 941: 'Server.Spells.Second.ProtectionSpell.m_Table' is inaccess
ible due to its protection level
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
__________________
Raider is offline   Reply With Quote
Old 04-24-2007, 07:35 AM   #58 (permalink)
Forum Expert
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 315
Send a message via MSN to MalGanis
Default

boy o boy, i think i have amnezia. I keep forgetting things
you have to change protection level to public in protection.cs, reactive armor.cs and magicreflect.cs (if yobloody netscape i cant see what im writing)
__________________
A lawyer with a briefcase can steal more than a thousand men with guns.


Do NOT PM me asking if I will script for your shard or send you files or anything else along those lines.
MalGanis is offline   Reply With Quote
Old 04-24-2007, 12:28 PM   #59 (permalink)
Forum Newbie
 
Join Date: Mar 2005
Age: 49
Posts: 49
Default Aquarium Question

This looks like a great script. I ceratinly appreciate all the effort you obviously put into it. I was trying add in the aquarium system and ran into an error. I think I must be missing a distro change somewhere. BaseAddon looked ok to me though. Any ideas?

PHP Code:
Errors:
 + 
Custom/Aquarium/BaseAddonContainer.cs:
    
CS1502Line 144The best overloaded method match for 'Server.Items.BaseAdd
on.CheckHouse(Server.Mobile, Server.Point3D, Server.Map, int, ref System.Collect
ions.Generic.List<Server.Multis.BaseHouse>)' 
has some invalid arguments
    CS1503
Line 144Argument '5'cannot convert from 'ref Server.Multis.BaseH
ouse' 
to 'ref System.Collections.Generic.List<Server.Multis.BaseHouse>'
    
CS1502Line 160The best overloaded method match for 'Server.Items.BaseAdd
on.CheckHouse(Server.Mobile, Server.Point3D, Server.Map, int, ref System.Collect
ions.Generic.List<Server.Multis.BaseHouse>)' 
has some invalid arguments
    CS1503
Line 160Argument '5'cannot convert from 'ref Server.Multis.BaseH
ouse' 
to 'ref System.Collections.Generic.List<Server.Multis.BaseHouse>'
ScriptsOne or more scripts failed to compile or no script files were found.
 - 
Press return to exit, or R to try again
Corbomite is offline   Reply With Quote
Old 04-24-2007, 02:21 PM   #60 (permalink)
Forum Expert
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 315
Send a message via MSN to MalGanis
Default

This is a svn change, update BaseAddon.cs and BaseAddonDeed.cs to Svn version.
Revision 171: /devel
__________________
A lawyer with a briefcase can steal more than a thousand men with guns.


Do NOT PM me asking if I will script for your shard or send you files or anything else along those lines.
MalGanis is offline   Reply With Quote
Old 04-24-2007, 02:39 PM   #61 (permalink)
Forum Expert
 
Raider's Avatar
 
Join Date: Jan 2005
Age: 31
Posts: 288
Send a message via Yahoo to Raider
Default

Ok got shard to complie now can you explain to me what this means
Code:
Scripts: Verifying...done (2653 items, 731 mobiles)
Regions: Loading...Warning: double SpawnEntry ID '1000'
done
the part here
Code:
Regions: Loading...Warning: double SpawnEntry ID '1000'
?
__________________
Raider is offline   Reply With Quote
Old 04-24-2007, 02:53 PM   #62 (permalink)
Forum Expert
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 315
Send a message via MSN to MalGanis
Default

It means you have something spawning under same id. Search 1000 and you'll see what it is.
__________________
A lawyer with a briefcase can steal more than a thousand men with guns.


Do NOT PM me asking if I will script for your shard or send you files or anything else along those lines.
MalGanis is offline   Reply With Quote
Old 04-24-2007, 02:55 PM   #63 (permalink)
Forum Expert
 
Erica's Avatar
 
Join Date: Jan 2005
Location: Laramie Wyoming
Age: 43
Posts: 1,268
Send a message via ICQ to Erica Send a message via AIM to Erica Send a message via MSN to Erica Send a message via Yahoo to Erica Send a message via Skype™ to Erica
Default

Quote:
Originally Posted by MalGanis View Post
It means you have something spawning under same id. Search 1000 and you'll see what it is.
question i see you didnt put fel region for heartwood ml at all?
__________________
Erica is offline   Reply With Quote
Old 04-24-2007, 03:08 PM   #64 (permalink)
Forum Expert
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 315
Send a message via MSN to MalGanis
Default

Honestly i don't know anything about felucca so i didn't do anything there. If anyone knows please yell
__________________
A lawyer with a briefcase can steal more than a thousand men with guns.


Do NOT PM me asking if I will script for your shard or send you files or anything else along those lines.
MalGanis is offline   Reply With Quote
Old 04-24-2007, 03:08 PM   #65 (permalink)
Forum Expert
 
Raider's Avatar
 
Join Date: Jan 2005
Age: 31
Posts: 288
Send a message via Yahoo to Raider
Default

you get this on console when saying [settingsML
Code:
Errow while updating 'Settings.xml': System.Xml.XmlException: Root element is
ssing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean pr
rveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(String filename)
   at Server.MondainsLegacy.SaveSetings()
Errow while updating 'Settings.xml': System.Xml.XmlException: Root element is
ssing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean pr
rveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(String filename)
   at Server.MondainsLegacy.SaveSetings()
plus the gump is not wide enough and clicking the enable is green right click gump and get that error in console.
__________________
Raider is offline   Reply With Quote
Old 04-24-2007, 03:10 PM   #66 (permalink)
Forum Expert
 
Raider's Avatar
 
Join Date: Jan 2005
Age: 31
Posts: 288
Send a message via Yahoo to Raider
Default

Quote:
Originally Posted by MalGanis View Post
Honestly i don't know anything about felucca so i didn't do anything there. If anyone knows please yell
its samething as trammel the ML in osi those dungeons are in fel and trammel i play osi so there in those two facets fel and trammel if its possible to update it for fel as well.
__________________
Raider is offline   Reply With Quote
Old 04-24-2007, 03:14 PM   #67 (permalink)
Forum Expert
 
Erica's Avatar
 
Join Date: Jan 2005
Location: Laramie Wyoming
Age: 43
Posts: 1,268
Send a message via ICQ to Erica Send a message via AIM to Erica Send a message via MSN to Erica Send a message via Yahoo to Erica Send a message via Skype™ to Erica
Default

Also say transfer to donation box in moonglow wont work like osi wont transfer pets.
__________________
Erica is offline   Reply With Quote
Old 04-24-2007, 03:22 PM   #68 (permalink)
Forum Expert
 
MalGanis's Avatar
 
Join Date: Dec 2005
Location: Slovenia
Age: 23
Posts: 315
Send a message via MSN to MalGanis
Default

Make sure you have Settings.xml (with settings) in Data/Mondain's Legacy/Settings.xml

Quote:
Also say transfer to donation box in moonglow wont work like osi wont transfer pets.
Nothing happens if you say transfer on osi, just tested. If you want to tranfer pet you have to click transfer in context menu and target donation box.
__________________
A lawyer with a briefcase can steal more than a thousand men with guns.


Do NOT PM me asking if I will script for your shard or send you files or anything else along those lines.

Last edited by MalGanis; 04-24-2007 at 04:01 PM.
MalGanis is offline   Reply With Quote
Old 04-24-2007, 03:25 PM   #69 (permalink)
Forum Expert
 
Raider's Avatar
 
Join Date: Jan 2005
Age: 31
Posts: 288
Send a message via Yahoo to Raider
Default

Quote:
Originally Posted by MalGanis View Post
Make sure you have Settings.xml (with settings) in Data/Mondain's Legacy/Settings.xml
yup its in there but its 0kb so i delete it tryed again stays 0 and its corrupted.
__________________
Raider is offline   Reply With Quote
Old 04-24-2007, 03:27 PM   #70 (permalink)
Forum Expert
 
Raider's Avatar
 
Join Date: Jan 2005
Age: 31
Posts: 288
Send a message via Yahoo to Raider
Default

and since its 0 try opening it and shows this--> The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

XML document must have a top level element. Error processing resource 'file:///C:/Documents and Settings/Ruben Ocasio/Deskt...
__________________
Raider is offline   Reply With Quote
Old 04-24-2007, 03:34 PM   #71 (permalink)
Forum Newbie
 
Gladius's Avatar
 
Join Date: Sep 2006
Location: Ukraine
Posts: 85
Send a message via ICQ to Gladius
Default

MalGanis pls say something about that:

Quote:
And what about Recipe Scroll? Did u made any changes with Recipe Scroll?

Because when I have received Reward Bag and in it was Recipe Scroll by click it there is nothing happen.
Gladius is offline   Reply With Quote
Old 04-24-2007, 03:37 PM   #72 (permalink)
Forum Newbie
 
Gladius's Avatar
 
Join Date: Sep 2006
Location: Ukraine
Posts: 85
Send a message via ICQ to Gladius
Default

At killing champion on islands Takuno it's possible to receive the recipe of an artefact.
So in fact on the OSI?
Gladius is offline   Reply With Quote
Old 04-24-2007, 03:56 PM   #73 (permalink)
Forum Expert
 
Thistle's Avatar
 
Join Date: Mar 2005
Posts: 1,155
Default

Settings.xml is just fine in the updated package he released not too long ago.
__________________
Thistle is offline   Reply With Quote
Old 04-24-2007, 04:02 PM   #74 (permalink)
Forum Expert
 
Raider's Avatar
 
Join Date: Jan 2005
Age: 31
Posts: 288
Send a message via Yahoo to Raider
Default

when i restart shard server crash has to do with quiver heres crash
Code: