|
||
|
|
#1 (permalink) |
|
Summary:
A Vendor who sells Ethereal Mounts. Description: My first submission. Installation: Unzip these files in your Scripts/Customs/Mibiles Folder. The effects won't take place until you restart your server. Once you isntall the files you type " [add ethydealer " to add the vendor to your shard. You can edit the prices via the following lines in SBEthy.cs: Code:
/*Example*/ Add( new GenericBuyInfo( "Ethereal Unicorn",typeof( EtherealUnicorn ), 300000, 20, 9678, 0 ) ); 300000 which represents the price and 20 which represents the amount of that particular Ethy to stock You can edit their appearence too, but I'll let you figure that out. Hint: EthyDealer.cs |
|
|
|
|
|
|
#4 (permalink) |
|
Forum Novice
Join Date: Jul 2004
Age: 41
Posts: 163
|
Hello,
I added an ethereal Hellsteed for the evil charcter types on my shard, and substituted it for the beatle... how or what do I have to change to have the pic of a hellsteed in the gump window instead of a beetle. thanks deryk /*Ethy's*/ Add( new GenericBuyInfo( "Ethereal Unicorn",typeof( EtherealUnicorn ), 200000, 20, 9678, 0 ) ); Add( new GenericBuyInfo( "Ethereal Swamp Dragon",typeof( EtherealSwampDragon ), 200000, 20, 9753, 0 ) ); Add( new GenericBuyInfo( "Ethereal Ridgeback",typeof( EtherealRidgeback ), 200000, 20, 9749, 0 ) ); Add( new GenericBuyInfo( "Ethereal Ostard",typeof( EtherealOstard ), 200000, 20, 8501, 0 ) ); Add( new GenericBuyInfo( "Ethereal Llama",typeof( EtherealLlama ), 200000, 20, 8438, 0 ) ); Add( new GenericBuyInfo( "Ethereal Kirin",typeof( EtherealKirin ), 200000, 20, 9632, 0 ) ); Add( new GenericBuyInfo( "Ethereal Horse",typeof( EtherealHorse ), 200000, 20, 8413, 0 ) ); Add( new GenericBuyInfo( "Ethereal Hellsteed",typeof( EtherealHellsteed ), 200000, 20, 9743, 0 ) ); |
|
|
|
|
|
#6 (permalink) |
|
Forum Novice
Join Date: Jul 2004
Age: 41
Posts: 163
|
Thank you... I get confused with the hexadecimals... I was wondering if that 3rd set of numbers was calling out the item ID but when I looked it up I saw the hexa number and got confused.
thanks again deryk |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|