|
||
|
|||||||
| 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 publish them under the GPL licensing terms. 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. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
|
Hi all.
This is my first public subscription. I've tryed to make a copy of OSI Dawn's Music Box. All infoes are taken from UOGuide. Story Once a great man, Lord Blackthorn's body & soul became twisted by the power of Exodus. Seeking total control over Sosaria, he led a fearsome army, cutting down all who opposed him. Sosaria's salvation lay in a simple peasant named Dawn who valiantly opposed the corrupted Lord and led the people of Sosaria to victory. This music box was given to Dawn in gratitude of her achievements. Features:
Other Features:
I've included in the pack modified Golem, Betrayer and Juggernaut that should spawn common or uncommon track if not paragon and rare tracks if paragon. In this project I would like to make a replica of OSI Dawn's music box. I will appreciate every suggestion to make this scripts "more" OSI like. Some questions are:
Notes for installations: Files in Distro folder must be merged or replaced. Files in DawnsMusicBox can be placed where you desire. Good music for all. ^__^ |
|
|
|
|
|
#4 (permalink) |
|
Forum Novice
Join Date: Jun 2006
Age: 30
Posts: 618
|
I think the name of the gear is different I can take a pic later on and post it. This is pretty close to what it is like. Music box gears only drop on golems on EA shards and the chance is fairly low even for common gears to drop. Paragon golems have a much higher chance of dropping a gear though much higher.
__________________
Retired from UO/RunUO. |
|
|
|
|
|
#6 (permalink) |
|
Forum Novice
Join Date: Dec 2005
Age: 34
Posts: 115
|
Hmm /im having problems addint this to a token. Im trying to make them a option of 1 of 5 items as a gift on a token from completing a set task. Any idea on what i would add as a item name ?? i tryed dawnsmusicbox in this form but i get this error..
new TypeTileButtonInfo( typeof( DawnsMusicBox ), 0x2AF9, "Dawns Music Box" ), this is the error .. "The type or namespace name 'DawnsMusicBox' could not be found (are you missing a using directive or an assembly reference?)" Normaly just the name would work but this one is confusing me. |
|
|
|
|
|
#7 (permalink) | |
|
Forum Novice
|
Quote:
|
|
|
|
|
|
|
#8 (permalink) |
|
Forum Novice
Join Date: Dec 2005
Age: 34
Posts: 115
|
no dang how did i mis that ty . great script
Small spelling error you have a x and should be a c Code:
public void TogglePlaying( bool hasToStart )
{
ToggleTimer( hasToStart );
string message = hasToStart ? "* The musix box starts playing a song *" : "* The musix box stops *";
Code:
public void TogglePlaying( bool hasToStart )
{
ToggleTimer( hasToStart );
string message = hasToStart ? "* The music box starts playing a song *" : "* The music box stops *";
|
|
|
|
|
|
#9 (permalink) |
|
Forum Novice
|
I had an issue with this script... Here is what I got and what I did to attempt to fix this.
Problem: This list of songs don't contain a definition for "Server.MusicName" GwennoConversation DreadHornArea ElfCity GoodEndGame GoodVsEvil GreatEarthSerpents GrizzledDungeon Humanoids_U9 MelisandesLair MinocNegative ParoxysmusLair Paws SelimsBar SerpentIsleCombat_U7 ValoriaShips Attempt to fix: I updated the Client in which the server is defined to load the files from. I updated the Client that I use to play UO(Not sure what that has anything to do with which it doesn't). This failed. So my question is there an issue with the RunUO version I am using? I am using RunUO 2.0 RC1 and it is the version you download from this site so I am not sure about what SVN it is. Thanks for any help you can give!! ![]()
__________________
:mad: Red makes me angry!:mad::rolleyes: Blue makes me happy!:rolleyes: .:Xeno-Corporation:. Devised from our signature art to our Ultima Online shard; Thanks to all those that contributed to it all!
|
|
|
|
|
|
#10 (permalink) |
|
Forum Novice
|
@XenoNeo
You have to Download the current SVN to use this script. Read about this: HowTo: Use Tortoise SVN ^_^ |
|
|
|
|
|
#11 (permalink) |
|
Newbie
Join Date: Aug 2006
Posts: 40
|
Love this script; fantastic work!
If anyone else is having issues with gears not loading their labels and track info after a restart, I noticed line 143 in musicboxgears.cs is: Code:
MusicName m_Music = (MusicName)reader.ReadInt(); Code:
m_Music = (MusicName)reader.ReadInt(); Thank you again for the excellent script. We've had a lot of fun with it! |
|
|
|
|
|
#14 (permalink) |
|
Lurker
Join Date: Jun 2006
Posts: 16
|
I'm so sorry to res an old thread but I wanted to know why it won't play "The Wanderer" song I've edited the TrackList.cs to read as so
Code:
// There are currently 4 Rare Music Box Gears. // "The Wanderer" was only available during the "Book of Truth" quest in early spring 2007. // So there are only 3 TrackInfo new TrackInfo( 219, 1075138, MusicName.SelimsBar, TrackRarity.Rare ), new TrackInfo( 285, 1075139, MusicName.SerpentIsleCombat_U7, TrackRarity.Rare ), new TrackInfo( 118, 1075140, MusicName.ValoriaShips, TrackRarity.Rare ), new TrackInfo( 125, 1075141, MusicName.TheWanderer, TrackRarity.Rare) oh and in game I try using [add MusicBoxGears and it does random gears as it should but still no Wanderer ones. Using [add MusicBoxGears "the Wanderer" thewanderer and it keeps giving me usage message: Usage: MusicBoxGears MusicBoxGears MusicName music Last edited by LordDarkScythe; 04-03-2008 at 03:42 AM. Reason: further clarification |
|
|
|
|
|
#15 (permalink) |
|
Lurker
Join Date: Oct 2008
Posts: 6
|
I have a question too. I get some problems with the 10 step range. Sometimes works, sometimes it does not.
And related to the context menu to set the security level, I wonder how it works, because even whet set in "anyone", no one but the owner can play the box. I wonder if this is just to add gears? |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|