Hesabına erişemeyen eski üyeler Discord üzerinden yardım alabilir.
Bu sekil bir scp si olan varsa gonderebilirmi acaba..!!!!Zehirli Silahi takmak 100.0 Arms Lore istiyecek sekilde olursa sevinirim birde onu nereye ekliyecez...Simdiden Tşkler...

Bu konu Chayton tarafından düzenlendi(2009-01-08 12:24, 15 yıl önce)
Expert
34.0001

on=@itemequiptest
if (<act.morez> > 0) && (<src.magery> > 40.0) && (<act.attr>&attr_magic)
src.sysmessage Zehirli bir silahı elinize almak için Magery en fazla 40.0 Olmalıdır.
return 1
endif

fix.scp sine..
Üzgünüm olmadi :-(
KeLL :

on=@itemequiptest
if (<act.morez> > 0) && (<src.magery> > 40.0) && (<act.attr>&attr_magic)
src.sysmessage Zehirli bir silahı elinize almak için Magery en fazla 40.0 Olmalıdır.
return 1
endif

fix.scp sine..



test yazan yeri kaldirmak gerekiyormu attrde poison degeri verilmemis saniyorum Yani Olmadi Gene
biraz uğraşilirsa cok güzel bir sekilde yapılabilir.
wolcano : biraz uğraşilirsa cok güzel bir sekilde yapılabilir.
Yardim Edermisin Yapalim ben bir türlü yapamadim
Expert
34.0001
üstteki şekliyle bende çalışıyor morez i silersen hiç çalışmaz morez zzaten silahın poison değerini belirtir.
sphere 56b değil mi ?
[events e_zehirolmaz]
on=@itemclick
if (<src.act.morez> > 0)
if (<act.type> == t_weapon_axe) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_sword) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_mace_smith)|| (<act.type> == t_weapon_mace_sharp) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_axe)
src.sysmessage @54,1,1 Silahta poison var.
endif
return 1

on=@itemdclick
if (<src.act.morez> > 0)
ENDIF
IF ( <SRC.magery> > 30.0 )
SRC.SYSMESSAGE @0481 Zehirli Silah Kullanmak Icin 30.0 dan fazla magery skilliniz olmamali.

UNEQUIP
RETURN 1
ENDIF



Soyle Yaptim Fakat Tüm itemlerde gecerli oluyor on=equip de yemiyor sphere versiyon 0.55r 4.0.2

Bu konu Chayton tarafından düzenlendi(2009-01-08 19:26, 15 yıl önce)
[events e_zehirolmaz]
on=@itemclick
if (<src.act.morez> > 0)
if (<act.type> == t_weapon_axe) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_sword) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_mace_smith)|| (<act.type> == t_weapon_mace_sharp) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_axe)
src.sysmessage @54,1,1 Silahta poison var.
endif
endif


on=@itemdclick
if (<src.act.morez> < 1) && ( <SRC.magery> < 30.0 )
if !(<act.type> == t_weapon_axe) || !(<act.type> == t_weapon_mace_staff) || !(<act.type> == t_weapon_fence) || !(<act.type> == t_weapon_sword) || !(<act.type> == t_weapon_mace_pick) || !(<act.type> == t_weapon_mace_smith)|| !(<act.type> == t_weapon_mace_sharp) || !(<act.type> == t_weapon_bow) || !(<act.type> == t_weapon_mace_staff) || !(<act.type> == t_weapon_axe)
SRC.SYSMESSAGE @0481 Zehirli Silah Kullanmak Icin 30.0 dan fazla magery skilliniz olmamali.
ENDIF

Böyle dene olması lazım fakat 55r hiç kullanma 56b denemeye çalış benden sana tavsiye.
on=@itemequiptest
if (<act.morez> > 0) && (<src.armslore> < 100.0 ) && (<act.isweapon>)
src.sysmessage @38,,1 100.0 armslore
return 1
endif
Expert
34.0001
he ben mageyi düşürmüşüm ya :D

Üye Ol veya Giriş Yap

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