|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
|
Hello everyone here are 3 New Ethereal's Statuette from Mondain' Legacy One is The Charger Of The Fallen , The other is Chimera and Cu sidhe. When you mount the Ethereal's Statuette you will see the new mounts. *PS* Do remeber for this script to work you need to be patched to the Latest Version Ultima Online 5.0.0a or you won't be able to see them when you mount them.
Special thanks to evil lord kirby for helping on the fix item id and name |
|
|
|
|
#2 (permalink) | |
|
Account Terminated
Join Date: Apr 2004
Location: Titusville PA
Age: 26
Posts: 975
|
Quote:
|
|
|
|
|
|
#3 (permalink) | |
|
Forum Expert
|
Quote:
|
|
|
|
|
|
#5 (permalink) |
|
body id for armored horse / Mondains Steed / Charger is
284 mount id is 0x3e92 (16018) body id for Chimera is 276 mount id is 0x3e90 (16016) body id for Cu Sidhe is 277 mount id is 0x3e91 (16017) and the ids for the other creatures 256 Chief Paroxysmus 257 Dread Horn 258 Lady M 259 Monstrous Interred Grizzle 260 Travesty 261 Shimmering Effusion 262 Tormented Minotaur 263 Minotaur 264 Changeling 265 Hydra 266 Dryad 267 Troglodyte 269 Thorn bat 270 Bulbous Putrification 271 Satyr 272 Interred Grizzle 273 Fetid Essence 278 Squirrel 279 Ferret 280 Plate Armored Minotaur 281 Leather Armored Minotaur 282 Parrot 283 Crow 285 Reaper Form
__________________
History is the meave of things outside of life, Not for those still within its loom... Admin V Forum Moderator The RunUO.com Forum Moderator Team http://runuo.com http://krylon.us |
|
|
|
|
|
#6 (permalink) | |
|
Account Terminated
Join Date: Apr 2004
Location: Titusville PA
Age: 26
Posts: 975
|
Quote:
|
|
|
|
|
|
#7 (permalink) | |
|
Forum Expert
|
Quote:
|
|
|
|
|
|
#11 (permalink) |
|
Join Date: Aug 2005
Age: 26
Posts: 34
|
As a wise man once said: if you know where Samurai Empire IDs end...just try randomly after these
We have the ML pets, mounts and monsters scripted on our shard, we're still working on adding sounds and once it's done i'll release it here. |
|
|
|
|
#15 (permalink) | |
|
Forum Expert
|
Quote:
![]() |
|
|
|
|
|
#17 (permalink) |
|
You would just place it in that area of the CharCreation.cs file just like those other items are added. Hope that helps
![]() Code:
private static void AddBackpack( Mobile m )
{
Container pack = m.Backpack;
if ( pack == null )
{
pack = new Backpack();
pack.Movable = false;
m.AddItem( pack );
}
PackItem( new Gold( 1000 ) ); // Starting gold can be customized here
PackItem( new Dagger() );
PackItem( new TeleportBook() );
PackItem( new TokenLedger() );
PackItem( new HousePlacementTool() );
PackItem( new NEWSkillBall() );
PackItem( new NEWSkillBall() );
PackItem( new NEWSkillBall() );
PackItem( new NEWSkillBall() );
PackItem( new NEWSkillBall() );
PackItem( new NEWSkillBall() );
PackItem( new NEWSkillBall() );
PackItem( new Trash4TokensBackpack() );
PackItem( new Xanthos.Evo.PetLeash() );
}
[global addtopack <yeritemgoeshere> where playermobile that one goes to everyone online and offline which is what i think u are asking ![]() |
|
|
|
|
|
#18 (permalink) | |
|
Join Date: Jul 2004
Age: 27
Posts: 127
|
Quote:
[global addtopack <EtherealMount> where playermobile is it correct? Thx for u fast reply Thundar ![]() |
|
|
|
|
|
#19 (permalink) |
|
Account Terminated
Join Date: Apr 2004
Location: Titusville PA
Age: 26
Posts: 975
|
There is a little script that can be found here called add2bank and it will add an item to every bankbox whether the player is on or offline.
Seriously this command should be in the distro as its better than doing it the way mentioned above. |
|
|
|
|
#21 (permalink) |
|
i dont know how to do the bank method but i use the addtopack method and it works just fine on my shard but u have to make sure u use the where playermobile part of you will add one to every pack in game even monsters.
[global addtopack etherealchargerofthefallen where playermobile that would add one ethereal charger to every player in game and offline [online addtopack etherealchargerofthefallen that would add one to everyplayer logged in only and there is no need to add where playermobile for this one i would also like to know the bank one but i dont know that one so hope that helps u for now |
|
|
|
|
|
#22 (permalink) |
|
Join Date: Jul 2004
Age: 27
Posts: 127
|
i used it and this works nice
[global addtopack etherealchargerofthefallen where playermobile Now, i want modify the charactercreation.cs file like u said, for each new player get his charger of fallen, i have used it, but the server doesnt run: private static void AddBackpack( Mobile m ) { Container pack = m.Backpack; if ( pack == null ) { pack = new Backpack(); pack.Movable = false; m.AddItem( pack ); } PackItem( new RedBook( "a book", m.Name, 20, true ) ); PackItem( new Gold( 1000 ) ); // Starting gold can be customized here PackItem( new Dagger() ); PackItem( new Candle() ); PackItem( new etherealchargerofthefallen() ); } I get the next error when i run server: - Error: the type or namespace name etherealchargerofthefallen could not be found |
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|