Kod:
using System;
using Server;
namespace Server.Items
{
public class FullNecromancerSpellbook : NecromancerSpellbook
{
[Constructable]
public FullNecromancerSpellbook()
{
this.Content = ulong.MaxValue;
}
public FullNecromancerSpellbook( 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();
}
}
}
using Server;
namespace Server.Items
{
public class FullNecromancerSpellbook : NecromancerSpellbook
{
[Constructable]
public FullNecromancerSpellbook()
{
this.Content = ulong.MaxValue;
}
public FullNecromancerSpellbook( 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();
}
}
}
Yorumlar
Henüz yorum yapılmamıştır.
|
OylamalarOylama :![]()
Üyelerin oylama ortalaması (10 dışında) : Henüz Oylanmamış
Oylar: 0 |
Benzer Sayfalar
| Sayfalar | Yorumlar | Gönderen | Tarih |
| Add To Spellbook Entry | 0 | Amesron | 26-08-2009 |
| Full Spell Book | 0 | Amesron | 18-08-2009 |
| Necro İcons | 0 | TheRaskol | 06-08-2009 |
| Full Necromancy System | 0 | aydin | 06-08-2009 |
| Spellbook | 0 | Amesron | 05-08-2009 |







