Türkiye'nin en eski ve aktif online oyun platformu, Ultima Online, Counter-Strike ve diğer online oyunlar hakkında Türkçe haber, bilgi ve forum sunuyor. Türkiye'nin en eski ve aktif online oyun platformu, Ultima Online, Counter-Strike ve diğer online oyunlar hakkında Türkçe haber, bilgi ve forum sunuyor.
  • ANASAYFA
  • ULTIMA ONLINE
    • Ultima Online Oyuncu Rehberi

      Ultima Online Oyuncu Rehberi

      Oyunu hakkında tanıcı bilgiler ve ipuçları

    • Ultima Online Server List

      Ultima Online Server List

      Önemli özellikleri ve online oyuncu sayıları

    • Ultima Online Script

      Ultima Online Script

      Sphere, RunUO, Razor scriptleri

    • Ultima Online Forum

      Ultima Online Forum

      UO hakkında görüş alışverişi

  • FORUM
  • DOKÜMAN
  • İNDİR
  • DISCORD 45
   Üye ol    Giriş
78
  1. UO Scriptleri
  2. RunUO Scripts
  3. Items
  4. Deeds
  5. SpellBook Deed

SpellBook Deed

  • 2006-05-02 22:11
  • 0 Yorumlar
  • 1344 Görüntüleme
using System; 
using Server;
using Server.Network;
using Server.Prompts;
using Server.Items;
using Server.Guilds;
using Server.Gumps;
using Server.Mobiles;
using Server.Targeting;

namespace Server.Misc
{
public class Aspellbookdeed : Item
{
[Constructable]
public Aspellbookdeed() : base( 0x14F0 )
{
Weight = 1.0;
Hue = 1266;
Name = "A SpellBook Deed";
}

public Aspellbookdeed( Serial serial ) : base( serial )
{
}

public override void Serialize( GenericWriter writer )
{
base.Serialize( writer );

writer.Write( (int) 0 ); // version
}

public override void Deserialize( GenericReader reader )
{
base.Deserialize( reader );

int version = reader.ReadInt();
}

public override bool DisplayLootType{ get{ return false; } }

public override void OnDoubleClick( Mobile from )
{
if ( !IsChildOf( from.Backpack ) ) // Make sure its in their pack
{
from.SendLocalizedMessage( 1042001 ); // That must be in your pack for you to use it.
}
else
{
from.SendGump( new BookGump2( from ) );
this.Delete();
}
}
}
public class BookGump2 : Gump
{
private const int LabelColor = 000000;
private const int SelectedColor = 000000;
private const int DisabledColor = 000000;

private const int LabelColor999 = 000000;
private const int SelectedColor32 = 0x8090FF;
private const int DisabledColor999 = 000000;

private const int LabelHue = 0x480;
private const int YellowHue = 1161;
private const int RedHue = 0x20;
public BookGump2( Mobile owner ) : base( 300,100 )
{
this.Closable=true;
this.Disposable=false;
this.Dragable=true;
this.Resizable=false;
this.AddPage(0);
this.AddBackground(15, 15, 190, 155, 3600);///Middle lable background
this.AddLabel(30, 25, 32, @"Pick A Spell Book From");
this.AddLabel(30, 45, 32, @"This List");
this.AddButton(30, 70, 2362, 2362, 1, GumpButtonType.Reply, 0);
this.AddButton(30, 90, 2362, 2362, 2, GumpButtonType.Reply, 0);
this.AddButton(30, 110, 2362, 2362, 3, GumpButtonType.Reply, 0);
this.AddLabel(50, 70, 32, @"FullSpellbook");
this.AddLabel(50, 90, 32, @"FullNecromancerSpellbook");
this.AddLabel(50, 110, 32, @"BookOfChivalry");


}

public override void OnResponse( NetState state, RelayInfo info )
{
Mobile from = state.Mobile;
//Aspellbookdeed ed = ed.Delete();
switch ( info.ButtonID )
{
case 0:
{
from.AddToBackpack(new Aspellbookdeed());
from.SendMessage( "You decide not to select an Spellbook, the deed is replaced in your backpack." );
from.PlaySound( 521 );
break;
}
case 1:
{
from.AddToBackpack(new FullSpellbook());
from.SendMessage( "A full Spellbook has been placed into your backpack." );
from.PlaySound( 521 );

break;
}
case 2:
{
from.AddToBackpack(new FullNecromancerSpellbook());
from.SendMessage( "A full Necromancer Spellbook has been placed into your backpack." );
from.PlaySound( 521 );

break;
}
case 3:
{
from.AddToBackpack(new BookOfChivalry());
from.SendMessage( "A Book Of Chivalry has been placed into your backpack." );
from.PlaySound( 521 );

break;
}
}
}
}
}

Değerlendirmeler

0 0

Total votes: 0

Üye Ol veya Giriş Yap

Bu içeriğe yorum atmak istiyorsanız hemen üye olun veya giriş yapın.

Discord ile Bağlan
Twitch ile Bağlan
Steam ile Bağlan
Google ile Bağlan

Yorumlar (0)

Henüz yorum yapılmamış
Sadece kayıtlı kullanıcılar yeni yorum yapabilir.


Ultima-Strike Discord
Benzer Sayfalar
  • Full SpellBook(deed gerekli)

    2006-05-02 22:10

  • Full Necro Spellbook(deed i indirmeniz gerekior)

    2006-05-02 22:09

  • Pet Res Deed

    2006-05-02 22:25

  • Bug Odulu Deed

    2010-10-13 19:58

  • || .deed || .teleporter ||

    2007-06-14 16:48



  • Son Forumlar
  • Sayfalar
  • Arizone
    Üyeliği 15 yıl ve üzerinde olanlar.

    Ultima Online 1 gün önce

  • Nefrelius
    Alcor UO Reborn

    Sunucular 1 hafta önce

  • System_Error
    Client Patlaması

    Ultima Online 1 hafta önce

  • georgm15
    CS2 turnuvaları tartışmalı başladı.

    Counter-Strike 2 1 hafta önce

  • georgm15
    Counter-Strike 1.6 İndir - Tek Link Hızlı-

    Counter-Strike 1 hafta önce

  • Cihangir algın
    Razor Kullanımı

    RunUo Scripting 3 hafta önce

  • Lucretius
    Rampage Pvp

    Sunucular 1 ay önce

  • Lucretius
    Nephilim Pvp

    Sunucular 1 ay önce

  • redi4817
    NightUO

    Sunucular 1 ay önce

  • Cengiz MERDİT
    Sphere 56T Nightly Sürümü

    Ultima Online 1 ay önce

  • aygun
    Esgaroth UO

    Sunucular 1 ay önce

  • deonist
    Alysa Pvp ( Aktif ! )

    Sunucular 1 ay önce

  • mthN
    Nebula Uo gerçekleri

    Ultima Online 2 ay önce

  • buffa
    Kullanılması Gereken Rate Ayarları

    Counter-Strike 2 ay önce

  • Lucretius
    Aktif Satılık Server !

    Sunucular 2 ay önce

  • Skill seçimlerinizi planlamak artık çok daha kolay

    Ultima Online Karakter Yapılandırma Aracı Bölümü Açıldı!

    2024-10-31 22:47

  • Ultima Online topluluğu, ClassicUO'nun sadece web client olarak kullanılabileceğinin açıklanmasının ardından tepkili.

    Resmi UO, Oyuncuları İkiye Böldü: Web Client Yeterli mi?

    2024-10-14 17:45

  • Ultima Online, ClassicUO ile resmi işbirliği yapıyor! Performans iyileştirmeleri, geniş oyun penceresi ve daha fazlası geliyor.

    Ultima Online, ClassicUO ile Resmi İşbirliğine Gidiyor

    2024-09-26 14:21

  • Centred#

    2024-07-08 22:50

  • CentrED+ 7.9

    2024-07-08 22:34

  • Distance(uzaklık) Sorgusu Hakkında

    2024-06-19 22:05

  • UoFiddler

    2024-06-01 02:19

  • UoFiddler ile Map Kopyalama

    2024-05-31 21:17

Menü
  • ANASAYFA
  • FORUM
  • DOKÜMAN
  • İNDİR
  • İLETİŞİM
  • Bağlantılar
  • CS 1.6 indir
  • CS 1.6 Türkçe
  • CS 1.6 Bot
  • CS 1.6 CFG
  • CS 1.6 Rate Ayarları
  • UO Server
  • Ghost Mouse indir
  • FPS Nedir?
  • Ultima Online PVP Server
  • Makroman
  • UO Karakter Yapılandırma
    © 2004 - 2025 Ultima-Strike. Her hakkı saklıdır.