Arkadaşlar 56bde çalışacak bir staff horse scp si arıyorum yardım edin lütfen
cok ararsın :)
Silindi
Members
0
WhiteDewiL : cok ararsın :)
Bu scripti kendine gore duzenliyebilirsin.. refresh sorunuyla halledildi..


[itemdef i_staff_horse]
NAME=Staff Horse
id=i_pet_horse_brown_dk
type=t_normal
CATEGORY=eth
SUBSECTION=Staff Horse
DESCRIPTION=Staff Horse

on=@create
color=00      
attr=14

on=@dclick
if !(<src.findlayer.25.uid>)
src.newitem i_us_horse
src.act.link <src.uid>
src.act.more2 <src.uid>
src.act.more1=c_staff
src.act.equip
src.update
remove
return 1
else
src.message @38,1,1 Zaten bir at uzerindesiniz..
return 1
endif 

[itemdef i_us_horse]
name=Staff Horse
id=i_mt_horse_brown_dk
TDATA3=c_staff
layer=25

on=@create
color=00

on=@equip
link=<src.uid>

on=@unequip
src.newitem i_staff_horse
src.act.bounce

[chardef c_staff]
id=c_horse_brown_lt

on=@create
color=12

on=@click
remove
return 1

on=@npcrestock
return 1

on=@death
remove
return 1
Al :) Scp işlerine ilk başladığımda hazırlamıştım.Gayet de güzel :D Kendine göre düzenlersin artık. src.account xxx bölümüne de acc&#39;ini yaz.






[itemdef i_gmhorse] 
name Staff horse
id i_pet_horse_brown_lt
type t_script 

On=@Create 
color 0450
attr 14

On=@DClick 
if !((<src.body> == c_man) || (<src.body> == c_woman) || (<src.body> == c_man_gm))
	src.sysmessage Napion sormasi ayip?
elseif !(<src.findlayer(25)>)
	src.newitem i_mt_horse_staff
	src.act.link <src.uid>
	src.act.more2 <src.uid>
	src.act.more1 c_gmhorse
	src.act.equip
	src.update
	remove
else 
	src.sysmessage @1 Bi tanesi yetmio mu?
endif
return 1

[itemdef i_mt_horse_staff] 
name Staff horse
id i_mt_horse_brown_lt
type t_eq_horse
layer 25
tdata3 c_gmhorse

On=@Equip
if (<src.account.plevel> > 5)
	if (strmatch(&&&&#35;35;35;39;<src.account>&&&&#35;35;35;39;,&&&&#35;35;35;39;xxx&&&&#35;35;35;39;))
		color 1
		dispid i_mt_horse_brown_lt
		update
	else
		color 07b5
	endif
elseif (<src.account.plevel> > 3)
color 2
elseif (<src.account.plevel> > 2)
	color 3
elseif (<src.account.plevel> > 1)
	color 1
else
	remove
	return 1
endif

On=@UnEquip
cont.newitem i_gmhorse
cont.act.bounce
return 1

[events e_gmhorse]
On=@EnvirOnChange
events -e_gmhorse

[chardef c_gmhorse]
defname c_gmhorse
name Staff Horse

On=@SkillStart 
remove 
return 1

On=@EnvironChange
remove
return 1




Bu konu neo75 tarafından düzenlendi(2007-12-12 19:01, 16 yıl önce)

Üye Ol veya Giriş Yap

Bu forum başlığına mesaj atmak istiyorsanız hemen üye olun veya giriş yapın.