Welcome to Anything Forums! We are a general discussion forum that believes in freedom of expression and aim to provide a low moderation (within reasonable means) environment to discuss any topic. If you want to join, simply click HERE to be taken to our account management system where you can make an account. If you had an account at iceteks.com, anythingforums.com, uovalor.com or uogateway.com in the past it has been transfered over and you can simply do a password reset.
using System;
using Server.Mobiles;
namespace Server.Items
{
public class EtherealDemon : EtherealMount
{
[Constructable]
public EtherealDemon() : base( 11670, 0x3E91 )
{
Name = "Ethereal Demon Statuette";
ItemID = 8403;
MountedID = 16239;
RegularID = 8403;
LootType = LootType.Blessed;
}
public EtherealDemon( Serial serial ) : base( serial )
{
}
public override void Serialize( GenericWriter writer )
{
base.Serialize( writer );
writer.Write( (int) 0 );
}
public override void Deserialize( GenericReader reader )
{
base.Deserialize( reader );
int version = reader.ReadInt();
if ( Name != "Ethereal Demon Statuette" )
Name = "Ethereal Demon Statuette";
}
}
}
And actually, you could use this basic scripts to make an ethereal of anything that has a mountid. This taken from a more complex script, but this portion was pretty cool and simple. I don't know who wrote the majority of the original script.
Archived topic from AOV, old topic ID:1192, old post ID:7587
Doubtful. The rideable demon looked really funny (If memory serves me right, it looked like the demon ate you and you sliced through its stomach to escape). However, if we could make it look half decent, we probably could add it in either as a new ethereal or a donation item.
Archived topic from AOV, old topic ID:1192, old post ID:22669
im cool with being eaten come on rember jonah and the whale he got ate and the whale took him to atlantic city where he won on the craps table hello good things come to those who have been eaten
Archived topic from AOV, old topic ID:1192, old post ID:22674
Lumpy Pickle wrote:im cool with being eaten come on rember jonah and the whale he got ate and the whale took him to atlantic city where he won on the craps table
orly o_O.
Archived topic from AOV, old topic ID:1192, old post ID:22676