Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Release Archive

Custom Script Release Archive This is a pre-script database archive of what our users had released.

 
 
Thread Tools Display Modes
Old 06-26-2006, 01:13 AM   #1 (permalink)
Newbie
 
Join Date: Jan 2006
Age: 32
Posts: 45
Smile [2.0] Labyrinth

Labyrinth

This is for the Labyrinth in Malas central area. Where the Minotaurs spawn. Now occasionally there will be the spawn of a Rare Mob called Mistral. Which will appear from the Labyrinth system based on a number of killed minotaurs.

Updated June 26th, 2006
*Due to lack of sleep. I didnt name the Labyrinth boss file or boss the right name. It was called Minstral and has been replaced with Tormented Minotaur.
*Removed the ML Set item loot for easier conversion. Basically so you can just drop this in and it works.

Files Included

Minotaur.cs
MinotaurScout.cs
MinotaurCaptain.cs
TormentedMinotaurcs
Labyrinth.cs


Also Tormented Minotaur is a base champion so she can distro powerscrolls if you have the proper lines commented out in the BaseChampion for the Felucca Map check.

In the Labyrinth.cs File youll notice the constant m_KillsToAppear. This is how many Minotaur,MinotuarScout and MinotuarCaptain you have to kill total in order for Tormented Minotaur to spawn.

Code:
private const int m_KillsToAppear = 600;
If you want it to be more or less kills. Modify this 600 to whatever you want. Also on restart this value is reset as well to 0 kills total. So if the players want to make this spawn. They have to do it fast and work hard.

In Addition I will add the Reptalon.cs File. This file is the creature scripted off Uo.Stratics.Com hunters guide. Anywho This is useful to me. Might be useful to others. Enjoy. My contribution to 2.0. Probably more to come.

As any system. You dont have to modify anything for this to work. As long as you make sure you put everything in the labyrinth. Because thats where Tormanted Minotaur spawns. Also if you cant find the correct spot goto malas and do this

[go 383 1931 50

which is the default spot where Tormented Minotaur will spawn. If you ran the TelGen command already. The access teleporters will already be in place to leave. But not enter. Anywho Enjoy.
Attached Files
File Type: cs Reptalon.cs (2.2 KB, 221 views)
File Type: rar Gizmos Labyrinth System.rar (4.7 KB, 223 views)

Last edited by ABCGizmo; 06-26-2006 at 03:09 AM.
ABCGizmo is offline  
Old 06-26-2006, 01:14 AM   #2 (permalink)
Newbie
 
Join Date: Jan 2006
Age: 32
Posts: 45
Default Extra Named Monsters

Here are 3 more Named Monsters for you to play with. Just drop into your custom section and off you go. Adjust loot how you see fit.
Attached Files
File Type: cs Coil.cs (2.1 KB, 91 views)
File Type: cs Swoop.cs (1.7 KB, 88 views)
File Type: cs Tangle.cs (3.4 KB, 87 views)

Last edited by ABCGizmo; 06-26-2006 at 03:11 AM.
ABCGizmo is offline  
Old 06-26-2006, 01:15 AM   #3 (permalink)
Newbie
 
Join Date: Jan 2006
Age: 32
Posts: 45
Default im reserving this for more stuff.

More stuff to come
ABCGizmo is offline  
Old 06-26-2006, 01:48 AM   #4 (permalink)
Forum Novice
 
Join Date: May 2004
Location: Canada
Age: 35
Posts: 158
Default

i have a ? where can i find these btw this is awesome tks for sharing it


GrizzleChest
DeathEssenceArms
AcolyteGloves
MyrmidonHelm
MageArmorChest
GrizzleChest
PlateOfHonorHelm
AcolyteGloves
MyrmidonGorget
MageArmorChest
dragonlady is offline  
Old 06-26-2006, 02:57 AM   #5 (permalink)
Newbie
 
Join Date: Jan 2006
Age: 32
Posts: 45
Default

Quote:
Originally Posted by dragonlady
i have a ? where can i find these btw this is awesome tks for sharing it


GrizzleChest
DeathEssenceArms
AcolyteGloves
MyrmidonHelm
MageArmorChest
GrizzleChest
PlateOfHonorHelm
AcolyteGloves
MyrmidonGorget
MageArmorChest
Some guy put a post up for the ML set items. Not sure who it was. But youll find it somewhere in the custom release area.
ABCGizmo is offline  
Old 06-26-2006, 03:11 AM   #6 (permalink)
Forum Novice
 
Join Date: May 2004
Location: Canada
Age: 35
Posts: 158
Default

maybe i'll find it somewhere, did a serch but come up wth nothing, i noticed that u have the GrizzleChest 2 times in ur random part , nm sorry didn't see ur post until after, my bad

Last edited by dragonlady; 06-26-2006 at 03:18 AM.
dragonlady is offline  
Old 06-26-2006, 10:36 AM   #7 (permalink)
Forum Newbie
 
Erikdalam's Avatar
 
Join Date: Jun 2006
Location: MA
Age: 22
Posts: 71
Send a message via MSN to Erikdalam
Smile

Wow Thanks For Shareing With me and the others.Congrats For A Job Well Done .
Erikdalam is offline  
Old 06-26-2006, 07:07 PM   #8 (permalink)
Forum Novice
 
Join Date: May 2004
Location: Canada
Age: 35
Posts: 158
Default

How do i exactly set this up? who do i place out on a spawner?
dragonlady is offline  
Old 06-26-2006, 07:27 PM   #9 (permalink)
 
Join Date: May 2005
Posts: 26
Default Mistral Missing ??

RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (1 errors, 1 warnings)
Warnings:
+ Custom/GMSystem.cs:
CS0219: Line 338: The variable 'line' is assigned but its value is never used
Errors:
+ Custom/Gizmos Labyrinth System/Labyrinth.cs:
CS0246: Line 38: The type or namespace name 'Mistral' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 38: The type or namespace name 'Mistral' could not be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Xeraz is offline  
Old 06-26-2006, 07:33 PM   #10 (permalink)
Forum Newbie
 
Join Date: Jun 2006
Posts: 2
Default

Quote:
Originally Posted by Xeraz
CS0246: Line 38: The type or namespace name 'Mistral' could not be found (are you missing a using directive or an assembly reference?)
All you have to do is replace Mistral with TormentedMinotaur Like This.

Mistral m = new Mistral();

to

TormentedMinotaur m = new TormentedMinotaur();


I did that and it seemed to work fine for me.
SentenceGod is offline  
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5