Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

magical isimleri


whissinn

Öne çıkan mesajlar

tmm beyler magical mage robelerde ve magical weaponlarda ve magical armorlarda o mesajlar cikiyor bidaha duzeltiyim bunu koyun .. :
[Events e_magicalarm]
ON=@itemclick
IF !(==&~020) && (=t_armor) && (=t_clothing) && (=t_shield)
else
IF (==100.0)
act.message
act.message [invulnerability]
return 1
else
IF (==80.0)
act.message
act.message [fortification]
return 1
else
IF (==60.0)
act.message
act.message [hardening]
return 1
else
IF (==40.0)
act.message
act.message [guarding]
return 1
else
IF (==20.0)
act.message
act.message [defense]
return 1
endif






[Events e_magicalweap]
ON=@itemclick

IF !(==&~020) && (=t_weapon_mace_smith) && (=t_weapon_mace_sharp) && (=t_weapon_sword) && (=t_weapon_fence) && (=t_weapon_bow) && (=t_weapon_mace_staff) && (=t_weapon_mace_crook) && (=t_weapon_mace_pick) && (=t_weapon_axe) && (=t_weapon_xbow) && (=t_fish_pole))
else
IF (==100.0)
act.message
act.message [vanquishing]
return 1
else
IF (==80.0)
act.message
act.message [power]
return 1
else
IF (==60.0)
act.message
act.message [force]
return 1
else
IF (==40.0)
act.message
act.message [might]
return 1
else
IF (==20.0)
act.message
act.message [ruin]
return 1
endif
Link to comment
Sosyal ağlarda paylaş

Şunu dene...

[Events e_magicalarm]
ON=@itemclick
IF !(==&~020) && (=t_armor) || (=t_clothing) || (=t_shield)
IF (==100.0)
act.message [invulnerability]
return 1
else
IF (==80.0)
act.message [fortification]
return 1
else
IF (==60.0)
act.message [hardening]
return 1
else
IF (==40.0)
act.message [guarding]
return 1
else
IF (==20.0)
act.message [defense]
return 1
endif

[Events e_magicalweap]
ON=@itemclick

IF !(==&~020) && (=t_weapon_mace_smith) ||(=t_weapon_mace_sharp) || (=t_weapon_sword) || (=t_weapon_fence) || (=t_weapon_bow) || (=t_weapon_mace_staff) || (=t_weapon_mace_crook) || (=t_weapon_mace_pick) || (=t_weapon_axe) || (=t_weapon_xbow) || (=t_fish_pole))
IF (==100.0)
act.message [vanquishing]
return 1
else
IF (==80.0)
act.message [power]
return 1
else
IF (==60.0)
act.message [force]
return 1
else
IF (==40.0)
act.message [might]
return 1
else
IF (==20.0)
act.message [ruin]
return 1
endif
[hline]Mail:mailto:[email protected]
Asp,Visual Basic,Delphi,Sphere Scripter,Web Design
Bilgi Paylaştıkça Değerlidir...
Link to comment
Sosyal ağlarda paylaş

Söylediklerini aynen bende uyguladım ama
hatalar aynen böyle sıralanıyor =

ERROR:(sphereitem_magicweap.scp,305)Duplicate trigger '@Create' in 'i_BRONZE_SHIELD_DEFENSE'
ERROR:(sphereitem_magicweap.scp,408)Bad chars in DEFNAME=ATTR=attr_magic
ERROR:(sphereitem_magicweap.scp,723)Duplicate trigger '@Create' in 'i_METAL_KITE_SHIELD_FORTIFICATION'
ERROR:(sphereitem_magicweap.scp,1043)Duplicate trigger '@Create' in 'i_HEATER_SHIELD_FORTIFICATION'
ERROR:(sphereitem_magicweap.scp,1263)Duplicate trigger '@Create' in 'i_PLATEMAIL_leggings_DEFENSE'
ERROR:(sphereitem_magicweap.scp,1683)Duplicate trigger '@Create' in 'i_platemail_HELM_FORTIFICATION'
ERROR:(sphereitem_magicweap.scp,2099)Duplicate trigger '@Create' in 'i_PLATEMAIL_GUARDING_FEMALE'
ERROR:(sphereitem_magicweap.scp,2611)Duplicate trigger '@Create' in 'i_CHAINMAIL_TUNIC_HARDENING'
ERROR:(sphereitem_magicweap.scp,3121)Duplicate trigger '@Create' in 'i_RINGMAIL_GLOVES_FORTIFICATION'

ve

ERROR:(sphereitem_magicarm.scp,305)Duplicate trigger '@Create' in 'i_BRONZE_SHIELD_DEFENSE'
ERROR:(sphereitem_magicarm.scp,408)Bad chars in DEFNAME=ATTR=attr_magic
ERROR:(sphereitem_magicarm.scp,723)Duplicate trigger '@Create' in 'i_METAL_KITE_SHIELD_FORTIFICATION'
ERROR:(sphereitem_magicarm.scp,1043)Duplicate trigger '@Create' in 'i_HEATER_SHIELD_FORTIFICATION'
ERROR:(sphereitem_magicarm.scp,1263)Duplicate trigger '@Create' in 'i_PLATEMAIL_leggings_DEFENSE'
ERROR:(sphereitem_magicarm.scp,1683)Duplicate trigger '@Create' in 'i_platemail_HELM_FORTIFICATION'
ERROR:(sphereitem_magicarm.scp,2099)Duplicate trigger '@Create' in 'i_PLATEMAIL_GUARDING_FEMALE'
ERROR:(sphereitem_magicarm.scp,2611)Duplicate trigger '@Create' in 'i_CHAINMAIL_TUNIC_HARDENING'
ERROR:(sphereitem_magicarm.scp,3121)Duplicate trigger '@Create' in 'i_RINGMAIL_GLOVES_FORTIFICATION'

[Bu mesaj OwnerRavenLoft tarafından 25 May 2003 22:26 tarihinde değiştirilmiştir]
Link to comment
Sosyal ağlarda paylaş

Buda bende olan sorunsuz calisiyor ve nebuladaki gibi :)

ON=@itemclick
if ( & 04)
Src.act.message [newbified]
return 0

elseif (=1000) && ( == 01) || ( == t_weapon_mace_smith) || ( == t_weapon_mace_sharp) || ( == t_weapon_sword) || ( == t_weapon_fence) || ( == t_weapon_bow)

src.act.message
src.act.message [vanquishing]

return 1

elseif (=800) && ( == 01) || ( == t_weapon_mace_smith) || ( == t_weapon_mace_sharp) || ( == t_weapon_sword) || ( == t_weapon_fence) || ( == t_weapon_bow)

src.act.message
SRC.act.message [power]

return 1

elseif (=600) && ( == 01) || ( == t_weapon_mace_smith) || ( == t_weapon_mace_sharp) || ( == t_weapon_sword) || ( == t_weapon_fence) || ( == t_weapon_bow)

src.act.message
SRC.act.message [force]

return 1

elseif (=400) && ( == 01) || ( == t_weapon_mace_smith) || ( == t_weapon_mace_sharp) || ( == t_weapon_sword) || ( == t_weapon_fence) || ( == t_weapon_bow)

src.act.message
SRC.act.message [might]

return 1

elseif (=200) && ( == 01) || ( == t_weapon_mace_smith) || ( == t_weapon_mace_sharp) || ( == t_weapon_sword) || ( == t_weapon_fence) || ( == t_weapon_bow)

src.act.message
SRC.act.message [ruin]

return 1

elseif (=1000) && ( == 01) || ( == t_Armor) || ( == t_armor_leather) || ( == t_shield)

src.act.message
SRC.act.message [invulnerability]

= t_weapon_fence) || ( == t_weapon_bow)

src.act.message
SRC.act.message [force]

return 1

elseif (=400) && ( == 01) || ( == t_weapon_mace_smith) || ( == t_weapon_mace_sharp) || ( == t_weapon_sword) || ( == t_weapon_fence) || ( == t_weapon_bow)

src.act.message
SRC.act.message [might]

return 1

elseif (=200) && ( == 01) || ( == t_weapon_mace_smith) || ( == t_weapon_mace_sharp) || ( == t_weapon_sword) || ( == t_weapon_fence) || ( == t_weapon_bow)

src.act.message
SRC.act.message [ruin]

return 1

elseif (=1000) && ( == 01) || ( == t_Armor) || ( == t_armor_leather) || ( == t_shield)

src.act.message
SRC.act.message [invulnerability]

return 1

elseif (=800) && ( == 01) || ( == t_Armor) || ( == t_armor_leather) || ( == t_shield)

src.act.message
SRC.act.message [fortification]

return 1

elseif (=600) && ( == 01) || ( == t_Armor) || ( == t_armor_leather) || ( == t_shield)

src.act.message
SRC.act.message [hardening]

return 1

elseif (=400) && ( == 01) || ( == t_Armor) || ( == t_armor_leather) || ( == t_shield)

src.act.message
SRC.act.message [guarding]

return 1

elseif (=200) && ( == 01) || ( == t_Armor) || ( == t_armor_leather) || ( == t_shield)

src.act.message
SRC.act.message [defense]

return 1

endif[hline]God send death end misery
Preach no love of ministry
Link to comment
Sosyal ağlarda paylaş

said:
Asmodeus, 21 April 2003 16:47 tarihinde demiş ki:
Söylediklerini aynen bende uyguladım ama
hatalar aynen böyle sıralanıyor =

ERROR:(sphereitem_magicweap.scp,305)Duplicate trigger '@Create' in 'i_BRONZE_SHIELD_DEFENSE'
ERROR:(sphereitem_magicweap.scp,408)Bad chars in DEFNAME=ATTR=attr_magic
ERROR:(sphereitem_magicweap.scp,723)Duplicate trigger '@Create' in 'i_METAL_KITE_SHIELD_FORTIFICATION'
ERROR:(sphereitem_magicweap.scp,1043)Duplicate trigger '@Create' in 'i_HEATER_SHIELD_FORTIFICATION'
ERROR:(sphereitem_magicweap.scp,1263)Duplicate trigger '@Create' in 'i_PLATEMAIL_leggings_DEFENSE'
ERROR:(sphereitem_magicweap.scp,1683)Duplicate trigger '@Create' in 'i_platemail_HELM_FORTIFICATION'
ERROR:(sphereitem_magicweap.scp,2099)Duplicate trigger '@Create' in 'i_PLATEMAIL_GUARDING_FEMALE'
ERROR:(sphereitem_magicweap.scp,2611)Duplicate trigger '@Create' in 'i_CHAINMAIL_TUNIC_HARDENING'
ERROR:(sphereitem_magicweap.scp,3121)Duplicate trigger '@Create' in 'i_RINGMAIL_GLOVES_FORTIFICATION'

ve

ERROR:(sphereitem_magicarm.scp,305)Duplicate trigger '@Create' in 'i_BRONZE_SHIELD_DEFENSE'
ERROR:(sphereitem_magicarm.scp,408)Bad chars in DEFNAME=ATTR=attr_magic
ERROR:(sphereitem_magicarm.scp,723)Duplicate trigger '@Create' in 'i_METAL_KITE_SHIELD_FORTIFICATION'
ERROR:(sphereitem_magicarm.scp,1043)Duplicate trigger '@Create' in 'i_HEATER_SHIELD_FORTIFICATION'
ERROR:(sphereitem_magicarm.scp,1263)Duplicate trigger '@Create' in 'i_PLATEMAIL_leggings_DEFENSE'
ERROR:(sphereitem_magicarm.scp,1683)Duplicate trigger '@Create' in 'i_platemail_HELM_FORTIFICATION'
ERROR:(sphereitem_magicarm.scp,2099)Duplicate trigger '@Create' in 'i_PLATEMAIL_GUARDING_FEMALE'
ERROR:(sphereitem_magicarm.scp,2611)Duplicate trigger '@Create' in 'i_CHAINMAIL_TUNIC_HARDENING'
ERROR:(sphereitem_magicarm.scp,3121)Duplicate trigger '@Create' in 'i_RINGMAIL_GLOVES_FORTIFICATION'


buda trigger hatasi sanirim on=@click icinde on=@create kullanmissin yada tam tersi oyle biseyler iste :)
bidaha incele derim[hline]God send death end misery
Preach no love of ministry
Link to comment
Sosyal ağlarda paylaş

  • 7 ay sonra ...
ROR:(sphereitem_magicweap.scp,523)Duplicate trigger '@Create' in 'i_HALBERD_MIGHT'
ERROR:(sphereitem_magicweap.scp,748)Bad chars in DEFNAME=i_CUTLASS_MI Magic
ERROR:(sphereitem_magicweap.scp,875)Duplicate trigger '@Create' in 'i_CUTLASS_vanq'
ERROR:(sphereitem_magicweap.scp,1197)Duplicate trigger '@Create' in 'i_crossbow_heavy_vanq'
ERROR:(sphereitem_magicweap.scp,1794)Duplicate trigger '@Create' in 'i_BROADSWORD_POWER'
ERROR:(sphereitem_magicweap.scp,2463)Duplicate trigger '@Create' in 'i_crossbow_heavy_vanq_Daemon_Breath'
ERROR:(sphereitem_magicweap.scp,2663)Bad chars in DEFNAME=i_spear_PTION=Short Spear of Ruin
ERROR:(sphereitem_magicweap.scp,3396)Duplicate trigger '@Create' in 'i_mace_war_MIGHT'
ERROR:(sphereitem_magicweap.scp,3621)Duplicate trigger '@Create' in 'i_HAMMER_PICK_POWER'
ERROR:(sphereitem_magicweap.scp,3974)Duplicate trigger '@Create' in 'i_AXE_vanq'
ERROR:(sphereitem_magicweap.scp,4196)Duplicate trigger '@Create' in 'i_axe_battle_MIGHT'
ERROR:(sphereitem_magicweap.scp,4421)Duplicate trigger '@Create' in 'i_axe_double_POWER'
Loading file c:spherescriptssphereitem_magicarm.scp
ERROR:(sphereitem_magicarm.scp,305)Duplicate trigger '@Create' in 'i_BRONZE_SHIELD_DEFENSE'
ERROR:(sphereitem_magicarm.scp,408)Bad chars in DEFNAME=ATTR=attr_magic
ERROR:(sphereitem_magicarm.scp,723)Duplicate trigger '@Create' in 'i_METAL_KITE_SHIELD_FORTIFICATION'
ERROR:(sphereitem_magicarm.scp,1043)Duplicate trigger '@Create' in 'i_HEATER_SHIELD_FORTIFICATION'
ERROR:(sphereitem_magicarm.scp,1263)Duplicate trigger '@Create' in 'i_PLATEMAIL_leggings_DEFENSE'
ERROR:(sphereitem_magicarm.scp,1683)Duplicate trigger '@Create' in 'i_platemail_HELM_FORTIFICATION'
ERROR:(sphereitem_magicarm.scp,2099)Duplicate trigger '@Create' in 'i_PLATEMAIL_GUARDING_FEMALE'
ERROR:(sphereitem_magicarm.scp,2611)Duplicate trigger '@Create' in 'i_CHAINMAIL_TUNIC_HARDENING'
ERROR:(sphereitem_magicarm.scp,3121)Duplicate trigger '@Create' in 'i_RINGMAIL_GLOVES_FORTIFICATION'


hepsını aynen yaptım bu erorou werıo
Link to comment
Sosyal ağlarda paylaş

  • 8 ay sonra ...
her item'a tiklandiginda process edilecek bir islem yerine sadece magical silahlarin (armorları da istiyorsan armorlarında) sonuna
On=@Click
f_magicalclick

gibi bi event ekleyerek daha az yoracak bi yöntem kulalanbilirsin. raven'in verdigi eventide bi functiona cevireceksin tabi.[signature][hline]*2Corbeau
guess you don't like my shit, eh? sue me.
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...