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

Baydi belki ama YOK


Dobroski

Öne çıkan mesajlar

arkadaşlar taming staff dicem herkez küfür edicek yanlız
gerçekten denedım fix lenmiş staff ları aradım tek tek smillt olmuş yerler düzeltim olmadı olmadı :(
sanırım söle bişi yapmak lazım mış form da okudum.

[Function tamecheck]
if ( > 3)
src.findid.i_taming_staff.timer -1
return 1
else
return 0
endif

bunu her say ın başına ekliyicekmişiz.
nasıl eklicez yardım edersenız cok sevinirim.

if ()
dorand 6
cont.rap Seni incitmeyecegim ...
cont.rap Gel gel bana...
cont.rap Neden benden korkuyorsun ?
cont.rap Seni hep sevecegim
cont.rap Gel bitanem, gel canim...
cont.rap Hep senin gibi bir istemi$imdir...
enddo
cont.anim 15
more1 - 1>
timer { + 2>}
return 1
else

saylerde bunlar nasıl yapcaz anlıyamadım :(
Link to comment
Sosyal ağlarda paylaş

tmm da
[Function tamecheck]
if ( > 3)
src.findid.i_taming_staff.timer -1
return 1
else
return 0
endif
bunu nasıl eklicem o say lerın başına ? veya taming staff adam akıll fixlenmiş bi staff yokmu bir sürü serv pack ını ındırdım orta dünya nın bıle fixi doru degil nedır bu işkence :D
Link to comment
Sosyal ağlarda paylaş

şimdi baktım scriptlere
böyle yapmışız biz

[spo1=böyle][function distcheck]//taz
if ( > )
if ( - 3> > )
sysmessage You are too far away from the creature.
tag.animalaway=1
return 1
endif
else
if ( + 3> < )
sysmessage You are too far away from the creature.
tag.animalaway=1
return 1
endif
endif
if ( > )
if ( - 3> > )
sysmessage You are too far away from the creature.
tag.animalaway=1
return 1
endif
else
if ( + 3> < )
sysmessage You are too far away from the creature.
tag.animalaway=1
return 1
endif
endif

[ITEMDEF i_staff_taming]//burdan aşası brnx
ID=i_staff_gnarled
NAME=taming staff
TYPE=t_weapon_mace_staff
VALUE=254
TWOHANDS=Y
LAYER=2
WEIGHT=10
DAM=5,10

On=@Create
color 0456
more2 0
timer -1
hitpoints 5

On=@DClick
if ( != )
src.sysmessage You don't own the staff.
elseif (&statf_hidden) || (&statf_invisible)
src.sysmessage You are invisible!
elseif ( == a_townZoo)
src.sysmessage Taming in that region is not allowed!
elseif ( == -1)
equip
target Tame which animal?
endif
return 1

On=@UnEquip
more2 0
timer -1
link -1

On=@Timer
cont.tag.animalaway=0
cont.tag.hayvanx=
cont.tag.hayvany=
cont.distcheck
if (0)
more2 0
return 1
endif
if ( < 6)
dorand 7
cont.say Come here ..
cont.say I won't hurt you.
cont.say Here my friend...
cont.say I always wanted a like you.
cont.say You are so sweet .
cont.say Don't scare .
cont.say I want to be your friend, .
enddo
dorand 3
cont.anim 17
cont.anim 18
cont.anim 19
enddo
timer 2
more2 ( + 1)
return 1
endif
more2 0

if !( == 1)
cont.sysmessage You can't tame this.
return 1
endif

if (rand(100) < 75)
if ()
link.memoryfindtype.memory_ispawned.remove
endif
link.karma -50
link.memorydel
link.newitem i_memory
link.act.attr 04
link.act.more1 04
link.act.more2
link.act.morep
link.act.color memory_ipet
link.act.timer -1
link.act.link
link.act.cont
link.flags &statf_pet
cont.sysmessage seems to accept you as master.
if ((> == 0) && ( < 7000))
if ( < 30.0)
if (rand(2) == 1)
cont.taming ( + 1)
endif
elseif ( < 50.0)
if (rand(4) == 1)
cont.taming ( + 1)
endif
elseif ( < 75.0)
if (rand(7) == 1)
cont.taming ( + 1)
endif
elseif ( < 100.0)
if (rand(9) == 1)
cont.taming ( + 1)
endif
endif
endif

if ((> == 0) && ( < 7000))
if ( < 30.0)
if (rand(2) == 1)
cont.animallore ( + 1)
endif
elseif ( < 50.0)
if (rand(3) == 1)
cont.animallore ( + 1)
endif
elseif ( < 75.0)
if (rand(6) == 1)
cont.animallore ( + 1)
endif
elseif ( < 100.0)
if (rand(8) == 1)
cont.animallore ( + 1)
endif
endif
endif


link.tag.tamer
link -1
else
cont.sysmessage You failed to tame the creature.
link -1
endif
return 1

On=@TargOn_Char
if !( == a_townZoo)
if (( == 1) && ( != c_pv))
if !()
src.sysmessage You can't see the creature.
elseif ( > 3)
src.sysmessage You can't reach the creature.
elseif ()
if ( == )
src.sysmessage is already yours.
src.targ.flags &statf_pet
else
src.sysmessage is already tamed.
endif
elseif ()
src.sysmessage The creature is busy.
elseif ( == )
src.sysmessage The creature is too angry to you.
elseif ()
src.sysmessage You can't tame summoned creatures.
elseif (0 == 0) // tamerlar elele bug-free dunyaya
src.sysmessage The creature ignores you.
elseif ( < )
src.anim 19
src.sysmessage You need taming skill to tame .
elseif ( < )
src.anim 19
src.sysmessage You need animal lore skill to tame .
else // tame'e
Link to comment
Sosyal ağlarda paylaş

×
  • Yeni Oluştur...