/////////////////////////////////////
//Created by Soulless
//Send bugs/feedback to [email protected]
//v2.1
//
[defname ethy_settings]
mount_delay 1 //Ethereal Mountun çıkartılma süresi
[events e_ethereal_mounts] //Bunun fix gibi tüm playerlara verilmesi lazım.
on=@dismount
if <argo.tag0.ethereal_mount>
serv.newitem <argo.tag0.ethereal_mount>
new.cont=<src.uid>
argo.remove
return 1
endif
[itemdef i_ethereal_horse]
name=Ethereal Horse Statuette
id=i_pet_horse
type=t_ethereal_statuette
tdata1=c_horse_tan
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Horse Statuette
[itemdef i_ethereal_llama]
name=Ethereal Llama Statuette
id=i_pet_llama
type=t_ethereal_statuette
tdata1=c_llama
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Llama Statuette
[itemdef i_ethereal_ostard]
name=Ethereal Ostard Statuette
id=i_pet_ostard_zostrich
type=t_ethereal_statuette
tdata1=c_ostard_desert
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Ostard Statuette
[itemdef i_ethereal_unicorn]
name=Ethereal Unicorn Statuette
id=i_pet_unicorn
type=t_ethereal_statuette
tdata1=c_m_unicorn
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Unicorn Statuette
[itemdef i_ethereal_ridgeback]
name=Ethereal Ridgeback Statuette
id=i_pet_ridgeback
type=t_ethereal_statuette
tdata1=c_ridgeback
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Ridgeback Statuette
[itemdef i_ethereal_kirin]
name=Ethereal Kirin Statuette
id=i_pet_kirin
type=t_ethereal_statuette
tdata1=c_kirin
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Kirin Statuette
[itemdef i_ethereal_beetle]
name=Ethereal Beetle Statuette
id=i_pet_giantbeetle
type=t_ethereal_statuette
tdata1=c_giant_beetle
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Beetle Statuette
[itemdef i_ethereal_swamp_dragon]
name=Ethereal Swamp Dragon Statuette
id=i_pet_swampdragon
type=t_ethereal_statuette
tdata1=c_swamp_dragon
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Swamp Dragon Statuette
[itemdef i_ethereal_hiryu]
name=Ethereal Hiryu Statuette
id=i_pet_hiryu
type=t_ethereal_statuette
tdata1=c_m_hiryu
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Hiryu Statuette
[itemdef i_ethereal_cusidhe]
name=Ethereal Cu Sidhe Statuette
id=i_pet_wolf
type=t_ethereal_statuette
tdata1=c_cu_sidhe
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Cu Sidhe Statuette
[itemdef i_ethereal_polar_bear]
name=Ethereal Polar Bear Statuette
id=i_pet_bear_polar
type=t_ethereal_statuette
tdata1=c_bear_polar
on=@create
color=0455
attr=04
category=Ethereal
subsection=Ethereal pets
description=Ethereal Polar Bear Statuette
[typedef t_ethereal_statuette]
on=@dclick
if <cant_mount>
return 1
else
src.tag.nomovetill <eval (<serv.time>+(<def0.mount_delay>*10))>
src.loop_anim,16,<eval (<def0.mount_delay>/2)>,2
timerf <def0.mount_delay>,mount_ethy <tdata1>
return 1
endif
[function mount_ethy]
if <cant_mount>
return 1
else
serv.newnpc <args>
ref1=<new.uid>
serv.newitem i_memory
new.color=memory_ipet
new.link=<src.uid>
new.cont=<ref1.uid>
ref1.color 0ffff
ref1.tag0.ethereal_mount=<baseid>
ref1.mount <src>
consume
endif
[function cant_mount]
if (<topobj.isplayer>)
if (<topobj.uid>!=<src.uid>)
src.sysmessage Bu sizin değil.
return 1
elseif (<src.flags>&statf_dead)
src.sysmessage Şuan kullanamazsınız.
return 1
elseif (<src.flags>&statf_polymorph)
src.sysmessage Polymorph olmuşken kullanamazsınız.
return 1
elseif (<src.findlayer.25.uid>)
src.sysmessage Zaten bir bineğe biniyorsunuz.
return 1
else
return 0
endif
else
src.sysmessage Şuan olduğu yerde bunu kullanamazsınız.
return 1
endif
[function loop_anim]
if <argv[1]>>1
for <eval (<argv[1]>-1)>
timerf <eval (<local._for>*<argv[2]>)>,anim <eval <argv[0]>>
endfor
endif
anim <argv[0]>
[eof]
Total votes: 0
Sunucular 14 saat önce
Ultima Online 14 saat önce
Sunucular 4 gün önce
Ultima Online 2 hafta önce
Counter-Strike 2 hafta önce
Sunucular 1 ay önce
Sunucular 1 ay önce
Ultima Online 1 ay önce
Sunucular 1 ay önce
Sohbet & Geyik 1 ay önce
Sunucular 1 ay önce
Ultima Online 2 ay önce
Ultima Online 2 ay önce
2024-10-31 22:47
2024-10-14 17:45
2024-09-26 14:21
2024-07-08 22:50
2024-07-08 22:34
2024-06-19 22:05
2024-06-01 02:19
2024-05-31 21:17
Yorumlar (0)