Здравствуйте, гость ( Вход | Регистрация )

 
Ответить в эту темуОткрыть новую тему
> Ветеран Ревард
KonstantiN
сообщение 28.2.2011, 14:52
Сообщение #1


******

Группа: Пользователи
Наличность: 0
Пользователь №: 6.583



Код
Veteran Reward by Mr Normo

CODE
[dialog d_ethymount]
100,100

resizepic 0 0 3500 300 420
checkertrans 5 5 300 420

text 25 50 0 0
button 35 83 1210 1210 1 0 1
text 50 80 920 1
button 35 103 1210 1210 1 0 3
text 50 100 920 2
button 35 123 1210 1210 1 0 2
text 50 120 920 3
button 35 143 1210 1210 1 0 4
text 50 140 920 4
button 35 163 1210 1210 1 0 5
text 50 160 920 5
button 35 183 1210 1210 1 0 6
text 50 180 920 6
button 35 203 1210 1210 1 0 7
text 50 200 920 7
button 35 223 1210 1210 1 0 8
text 50 220 920 8
button 35 243 1210 1210 1 0 9
text 50 240 920 9
button 35 263 1210 1210 1 0 10
text 50 260 920 10
button 35 283 1210 1210 1 0 11
text 50 280 920 11
button 35 303 1210 1210 1 0 12
text 50 300 920 12
button 35 323 1210 1210 1 0 13
text 50 320 920 13

[dialog d_ethymount text]
Select your favorite mount:
Ethereal Horse
Ethereal LLama
Ethereal Ostie
Ethereal Ridgeback
Ethereal Kirin
Ethereal Armored Steed
Ethereal Reptalon
Ethereal Giant Beetle
Ethereal Unicorn
Ethereal Hiryu
Ethereal Undead Horse
Ethereal Swamp Dragon
Ethereal Cu Sidhe

[dialog d_ethymount button]
ON=0
src.sysmessage @0ba1 Warning: If you quit now , you will lost this menu.
src.dialog d_ethymount

On=1
src.newitem i_ethereal_horse
new.bounce
src.message @0b52 Congrulations!!!

On=2
src.newitem i_ethereal_llama
new.bounce
src.message @0b52 Congrulations!!!

On=3
src.newitem i_ethereal_ostard
new.bounce
src.message @0b52 Congrulations!!!

On=4
src.newitem i_ethereal_ridgeback
new.bounce
src.message @0b52 Congrulations!!!

On=5
src.newitem i_ethereal_kirin
new.bounce
src.message @0b52 Congrulations!!!

On=6
src.newitem i_ethereal_armoredsteed
new.bounce
src.message @0b52 Congrulations!!!

On=7
src.newitem i_ethereal_reptalon
new.bounce
src.message @0b52 Congrulations!!!

On=8
src.newitem i_ethereal_beetle
new.bounce
src.message @0b52 Congrulations!!!

On=9
src.newitem i_ethereal_unicorn
new.bounce
src.message @0b52 Congrulations!!!

On=10
src.newitem i_ethereal_hiryu
new.bounce
src.message @0b52 Congrulations!!!

On=11
src.newitem i_ethereal_undeadhorse
new.bounce
src.message @0b52 Congrulations!!!

On=12
src.newitem i_ethereal_swampdragon
new.bounce
src.message @0b52 Congrulations!!!

On=13
src.newitem i_ethereal_cusidhe
new.bounce
src.message @0b52 Congrulations!!!

[itemdef i_ticket_ethymount]
ID=i_deed
NAME=Ethereal Mount Ticket
WEIGHT=1
TYPE=t_script

ON=@CREATE
COLOR=0900
ATTR=04

ON=@DCLICK
    IF ( <TOPOBJ.UID> != <SRC.UID> )
src.sysmessage @0b52 Deed must be in your backpack.
        RETURN 1
    ENDIF
src.dialog d_ethymount
remove
return 1

[itemdef i_et_horse]
name=Ethereal horse
id=i_mt_horse_gray
TDATA3=c_et
layer=25

on=@create
color=045e

on=@unequip
src.newitem i_ethereal_horse
src.act.color=<color>
src.act.bounce

[chardef c_et]
id=c_horse_gray
sound=0

on=@create
color=07ffffff
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_horse]
NAME=Ethereal Horse
id=i_pet_horse
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Horse
Value=0

on=@create
color=045e
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_horse
src.act.more1=c_et
src.act.color=0900
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef i_et_Llama]
name=Ethereal Llama
id=i_mt_llama
TDATA3=c_etl
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_llama
src.act.color=<color>
src.act.bounce


[chardef c_etl]
id=c_llama
sound=0

on=@create
color=00
str=1

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_llama]
NAME=Ethereal llama
id=i_pet_llama
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Llama
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_llama
src.act.more1=c_etl
src.act.more2=<src.uid>
src.act.color=<color>
src.act.equip
src.update
remove
return 1
endif

[itemdef i_et_ostie]
name=Ethereal ostie
id=i_mt_OSTARD_Zostrich
TDATA3=c_eto
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_ostard
src.act.color=<color>
src.act.bounce

[chardef c_eto]
id=c_OSTARD_Zostrich
sound=0

on=@create
color=00
str=1

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_ostard]
NAME=Ethereal Ostie
id=i_pet_ostard_zostrich
type=t_normal
Value=0

CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal ostie

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_ostie
src.act.more1=c_eto
src.act.more2=<src.uid>
src.act.color=<color>
src.act.equip
src.update
remove
return 1
endif

[itemdef i_et_ridgeback]
name=Ethereal ridgeback
id=i_mt_ridgeback
TDATA3=c_etr
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_ridgeback
src.act.color=<color>
src.act.bounce

[chardef c_etr]
id=c_ridgeback
sound=0

on=@create
color=00
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_ridgeback]
NAME=Ethereal Ridgeback
id=i_pet_ridgeback
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Ridgeback
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_ridgeback
src.act.more1=c_etr
src.act.color=<color>
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef 03EBA]
name=Rigdeback mount item
defname=i_mt_ridgeback
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=c_ridgeback

ON=@EQUIP
LINK=<SRC.UID>
attr=08010

[itemdef i_et_kirin]
name=Ethereal kirin
id=i_mt_kirin
TDATA3=c_etk
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_kirin
src.act.color=<color>
src.act.bounce

[chardef c_etk]
id=c_kirin
sound=0

on=@create
color=00
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_kirin]
NAME=Ethereal Kirin
id=i_pet_kirin
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Kirin
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_kirin
src.act.more1=c_etk
src.act.color=<color>
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef 03ead]
name=Kirin mount item
defname=i_mt_kirin
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=c_kirin

ON=@EQUIP
LINK=<SRC.UID>
attr=08010

[itemdef i_et_armoredsteed]
name=Ethereal Armored Steed
id=i_mt_armoredsteed
TDATA3=c_etas
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_armoredsteed
src.act.color=<color>
src.act.bounce

[chardef c_etas]
id=c_m_armor_steed
sound=0

on=@create
color=00
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_armoredsteed]
NAME=Ethereal Armored Steed
id=i_pet_horse
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Armored Steed
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_armoredsteed
src.act.more1=c_etk
src.act.color=<color>
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef 03e92]
name=Armored Steed mount item
defname=i_mt_armoredsteed
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=c_m_armor_steed

ON=@EQUIP
LINK=<SRC.UID>
attr=08010

[itemdef i_et_Reptalon]
name=Ethereal Reptalon
id=i_mt_Reptalon
TDATA3=c_etReptalon
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_Reptalon
src.act.color=<color>
src.act.bounce

[chardef c_etReptalon]
id=c_m_Reptalon
sound=0

on=@create
color=00
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_Reptalon]
NAME=Ethereal Reptalon
id=i_pet_dragon
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Reptalon
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_Reptalon
src.act.more1=c_etReptalon
src.act.color=<color>
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef 03e90]
name=Reptalon mount item
defname=i_mt_Reptalon
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=c_m_Reptalon

ON=@EQUIP
LINK=<SRC.UID>
attr=08010

[itemdef i_et_beetle]
name=Ethereal Beetle
id=i_mt_beetle
TDATA3=c_etcs
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_beetle
src.act.color=<color>
src.act.bounce

[chardef c_etbe]
id=c_giant_beetle
sound=0

on=@create
color=00
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_beetle]
NAME=Ethereal Beetle
id=i_pet_giantbeetle
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Beetle
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_beetle
src.act.more1=c_etbe
src.act.color=<color>
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef 03ebc]
name=Beetle mount item
defname=i_mt_beetle
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=c_giant_beetle

ON=@EQUIP
LINK=<SRC.UID>
attr=08010

[itemdef i_et_unicorn]
name=Ethereal Unicorn
id=i_mt_unicorn
TDATA3=c_etun
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_unicorn
src.act.color=<color>
src.act.bounce

[chardef c_etun]
id=c_m_unicorn
sound=0

on=@create
color=00
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_unicorn]
NAME=Ethereal Unicorn
id=i_pet_unicorn
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Unicorn
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_unicorn
src.act.more1=c_etun
src.act.color=<color>
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef 03eb4]
name=Unicorn mount item
defname=i_mt_unicorn
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=c_m_unicorn

ON=@EQUIP
LINK=<SRC.UID>
attr=08010

[itemdef i_et_Hiryu]
name=Ethereal Hiryu
id=i_mt_Hiryu
TDATA3=c_ethi
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_Hiryu
src.act.color=<color>
src.act.bounce

[chardef c_ethi]
id=c_m_Hiryu
sound=0

on=@create
color=00
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_Hiryu]
NAME=Ethereal Hiryu
id=i_pet_Hiryu
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Hiryu
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_Hiryu
src.act.more1=c_ethi
src.act.color=<color>
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef 03e94]
name=Hiryu mount item
defname=i_mt_Hiryu
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=c_m_Hiryu

ON=@EQUIP
LINK=<SRC.UID>
attr=08010

[itemdef i_et_undeadhorse]
name=Ethereal Undead Horse
id=i_mt_undeadhorse
TDATA3=c_etuh
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_undeadhorse
src.act.color=<color>
src.act.bounce

[chardef c_etuh]
id=c_skeletal_mount
sound=0

on=@create
color=00
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_undeadhorse]
NAME=Ethereal Undead Horse
id=i_pet_skeletalmount
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Undead Horse
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_undeadhorse
src.act.more1=c_etuh
src.act.color=<color>
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef 03ebb]
name=Undead Horse mount item
defname=i_mt_undeadhorse
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=c_skeletal_mount

ON=@EQUIP
LINK=<SRC.UID>
attr=08010

[itemdef i_et_swampdragon]
name=Ethereal Swamp Dragon
id=i_mt_swampdragon
TDATA3=c_etsd
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_swampdragon
src.act.color=<color>
src.act.bounce

[chardef c_etsd]
id=c_armored_swamp_dragon
sound=0

on=@create
color=00
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_swampdragon]
NAME=Ethereal Swamp Dragon
id=i_pet_swampdragon
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Swamp Dragon
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_swampdragon
src.act.more1=c_etsd
src.act.color=<color>
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef 03ebe]
name=Swamp Dragon mount item
defname=i_mt_swampdragon
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=c_armored_swamp_dragon

ON=@EQUIP
LINK=<SRC.UID>
attr=08010

[itemdef 02d96]
name=Cu Sidhe Statuet
Defname=i_pet_cusidhe

[itemdef i_et_cusidhe]
name=Ethereal Cu Sidhe
id=i_mt_cusidhe
TDATA3=c_etcs
layer=25

on=@create
color=00

on=@unequip
src.newitem i_ethereal_Cusidhe
src.act.color=<color>
src.act.bounce

[chardef c_etcs]
id=c_cu_sidhe
sound=0

on=@create
color=00
str=1
food=10000

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

[itemdef i_ethereal_cusidhe]
NAME=Ethereal Cu Sidhe
id=i_pet_cusidhe
type=t_normal
CATEGORY=Ethereal
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Cu Sidhe
Value=0

on=@create
color=00
attr=14

on=@dclick
if (<SRC.FLAGS>&000000400)
src.sysmessage you can not use this right now.
return 1
elseif (<SRC.FLAGS>&080000000)
src.sysmessage you are already mounted
return 1
else
src.newitem i_et_cusidhe
src.act.more1=c_etcs
src.act.color=<color>
src.act.more2=<src.uid>
src.act.equip
src.update
remove
return 1
endif

[itemdef 03e91]
name=Cu Sidhe mount item
defname=i_mt_cusidhe
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=c_cu_sidhe

ON=@EQUIP
LINK=<SRC.UID>
attr=08010


--------------------
По тихоньку возрождаю The Odyssey.
Пользователь в офлайнеDelete PostОтправить личное сообщение
Вернуться в начало страницы
+Ответить с цитированием данного сообщения

Ответить в эту темуОткрыть новую тему
1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0

 

- Текстовая версия | Версия для КПК Сейчас: 19.4.2024, 7:21
Designed by Nickostyle