Arkadaşlar Google'de baktım siteyede baktım hazır sorunsuz bir Pokemon Sistemi bulamadım varsa koyun Lütfen!!
Uo yu geçen hafta bıraktım geçen hafta tum buglar fixli bi pokemon sistemim vardı keske 1 hafta once soleseydin :(
Bu pokemon sistemi nasıl oluyor? Önceden duymuştum da nasıl bir sistem olduğunu bilmiyorum.
@Ahka

Bulamazmısın ya arkadaşlarında vs...

@tedbunndy

Sistem Pokemon Çizgi Filminin oyuna çevrilmiş halı diyebiliriz :)
Ya Coconut ları poketop yapmıslar Drake Chrizard fln ole bi sistem ben cok sevmedim :sikkin
[itemdef i_poqetop_dolu]
id i_bonnet
name Poqetopu (Dolu)

on=@create
hitpoints 100
color 1946

on=@equip
unequip
return 1

on=@dclick
if (<topobj.uid> != <src.uid>
src.sysmessage @95 Poqemonu cikartmak icin topu once cantaniza almalisiniz.
return 1
elseif (<more2>
if (<src.flags>&statf_hidden) || (<src.flags>&statf_invisible)
src.sysmessage @95,,1 Gizlenmis durumdayken bunu kullanamazsiniz.
return 1
end if
end if
try src.newnpc <tag.beysid>
link <src.act.uid>
link.name <tag.name>
link.color <tag.color>
link.str <tag.bnkstr>
link.dex <tag.bnkdex>
link.int <tag.bnkint>
link.fame <tag.bnkfame>
link.karma <tag.bnkkarma>
link.memorydel <src.uid>
link.newitem i_memory
link.act.attr 04
link.act.more1 04
link.act.more2 <serv.time>
link.act.morep <link.p>
link.act.color memory_ipet
link.act.timer -1
link.act.link <src.uid>
link.act.cont <link.uid>
link.flags <link.flags>&statf_pet
link.update
link.anim 5
link.bark 3
link.effect 3,i_fx_sparkle,6,15,1
link.sayua @0790 HRRRRRRR !!
if (<tag.beysid> == c_pikachu)
src.say @1946 Seni sectim Pikacuu !!
elseif (<tag.beysid> == c_charmender)
src.say @1946 Hakla onu Carmender !!
elseif (<tag.beysid> == c_charmeleon)
src.say @1946 Charmeleon git !!
elseif (<tag.beysid> == c_charizart)
src.say @1946 Charizard !! Seni Sectim !!
elseif (<tag.beysid> == c_snorlax)
src.say @1946 Ye onu Snorlax !!
elseif (<tag.beysid> == c_raychu)
src.say @1946 i$ini bitir onun Raychu !!
elseif (<tag.beysid> == c_balbazar)
src.say @1946 Git Bulbasaur !!
elseif (<src.targ.baseid> == c_Goofing)
src.say @1946 Git Koofing !!
elseif (<src.targ.baseid> == c_arbok)
src.say @1946 Git Arbok !!
elseif (<src.targ.baseid> == c_miyav)
src.say @1946 Git Meow !!
elseif (<src.targ.baseid> == c_picigeto)
src.say @1946 Git Pidgeotto !!
elseif (<src.targ.baseid> == c_ratata)!
src.say @1946 Git Ratata !!
elseif (<src.targ.baseid> == c_eknins)
src.say @1946 Git Ekans !!
elseif (<src.targ.baseid> == c_golem3)
src.say @1946 Git Golem !
elseif (<src.targ.baseid> == c_persian)
src.say @1946 Git Persian !
endif
src.newitem i_poqetop
src.act.bounce
remove
return 1

on=@click
message @<tag.color> <tag.name>
message @1946 <name>
return 1

[chardef 029]
defname c_okkesh
name Okkesh
can mt_walk | mt_run

on=@create
str 250
dex 180
int 0
tactics 1000
wrestling 1000
swordsmanship 1000
parrying 1000
events e_resist
karma -9999
Taming 100.0
AnimalLore 100.0


[itemdef i_poqetop]
id i_bonnet
name Poqe Topu

on=@create
color 080a

on=@dclick
if (<topobj.uid> != <src.uid>
src.sysmessage @95 Poqetopu kullanabilmek icin cantaniza almalsiniz.
return 1
elseif (<more2>
if (<src.flags>&statf_hidden) || (<src.flags>&statf_invisible)
src.sysmessage @95 Poqetopu bedeniniz gizlenmis iken kullanamazsiniz.
return 1
end if
else
TARGET @07ad Kucultecegin poqemonu sec..
return 1

on=@targon_char
if !(<src.targ.npc> == 85)
src.sysmessage @2028 Bu bir pokemon degil..
return 1
elseif (<src.targ.hits> < <src.targ.str>
src.sysmessage @2028 Bu poqumon yarali..
return 1
elseif !(<src.targ.ismypet>
src.sysmessage @2028 Bu poqumon size ait degil.
return 1
elseif (<src.targ.distance> > 6 )
src.sysmessage @2028 Cok uzaktasiniz..
return 1
else
tag.beysid <src.targ.id>
tag.color <src.targ.color>
tag.name <src.targ.name>
tag.bnkstr <src.targ.str>
tag.bnkdex <src.targ.dex>
tag.bnkint <src.targ.int>
tag.bnkfame <src.targ.fame>
tag.bnkkarma <src.targ.karma>
tag.bnkfood <src.targ.food>
src.newitem i_poqetop_dolu
new.tag.name <tag.name>
new.tag.beysid <tag.beysid>
new.tag.color <tag.color>
new.tag.bnkstr <tag.bnkstr>
new.tag.bnkdex <tag.bnkdex>
new.tag.bnkint <tag.bnkint>
new.tag.bnkfame <tag.bnkfame>
new.tag.bnkkarma <tag.bnkkarma>
new.tag.bnkfood <tag.food>
new.tag.id <tag.beysid>
src.act.bounce
src.act.color <tag.color>
src.sysmessage @07ad Pokemonunuz Kucultuluyor..
src.targ.remove
remove
if (<src.targ.baseid> == c_charmender)

src.say @1946 Charmender savasmayi birak !

elseif (<src.targ.baseid> == c_pikachu)


src.say @1946 Pikachu, geri gel !
elseif (<src.targ.baseid> == c_charmeleon)


src.say @1946 Geri don Charmeleon !
elseif (<src.targ.baseid> == c_charizart)

src.say @1946 Charizard don !

elseif (<src.targ.baseid> == c_snorlax)

src.say @1946 Topuna don Snorlax !
elseif (<src.targ.baseid> == c_raychu)

src.say @1946 Topuna don Raychu !
elseif (<src.targ.baseid> == c_balbazar)

src.say @1946 Bulbasaur geri don !

elseif (<src.targ.baseid> == c_Goofing)

src.say @1946 Koofing geri don !


elseif (<src.targ.baseid> == c_arbok)

src.say @1946 Arbok geri don !

elseif (<src.targ.baseid> == c_miyav)

src.say @1946 Meow geri don !

elseif (<src.targ.baseid> == c_picigeto)

src.say @1946 Pidgeotto geri don !

elseif (<src.targ.baseid> == c_ratata)

src.say @1946 Ratata geri don !

elseif (<src.targ.baseid> == c_eknins)

src.say @1946 Ekans geri don !

elseif (<src.targ.baseid> == c_golem3)

src.say @1946 Golem geri don !

elseif (<src.targ.baseid> == c_persian)

src.say @1946 Persian Geri Don !

endif
return 1

on=@targon_item
src.sysmessage @2028 Objeler poqe topa girmez..
return 1

on=@targon_ground
src.sysmessage @2028 Yer poqetopuna sigmaz..
return 1

on=@click
message @1946 <name>
return 1

on=@equip
unequip
return 1

[chardef c_golem3]
id c_elem_earth
name Golem
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_golem3
karma -9999
npc 85
str 70
dex 2000
int 0
color 0455
magery 500
tactics 2000
fencing 1000
wrestling 1000

[chardef c_picigeto]
id c_eagle
name Pidgeotto
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_picigeto
karma -9999
npc 85
str 50
dex 100
int 0
color 00
tactics 1000
fencing 1000
wrestling 1000


[chardef c_eknins]
id c_snake
name Ekans
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_ratata
karma -9999
npc 85
str 40
dex 100
int 0
color 00
tactics 1000
fencing 1000
wrestling 1000


[chardef c_ratata]
id c_rat
name Ratata
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_ratata
karma -9999
npc 85
str 50
dex 100
int 0
color 00
tactics 1000
fencing 1000
wrestling 1000


[chardef c_Miyav]
id c_cat
name Meow
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_miyav
karma -9999
npc 85
str 60
dex 1000
int 0
color 00
tactics 1000
fencing 1000
wrestling 1000

[chardef c_persian]
id c_panther
name Persian
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_miyav
karma -9999
npc 85
str 90
dex 2000
int 0
color 00
tactics 1000
fencing 1000
wrestling 1000

[chardef c_arbok]
id c_snake_Giant
name Arbok
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_arbok
karma -9999
npc 85
str 60
dex 1000
int 0
color 0196
magery 1000
tactics 1000
fencing 1000
wrestling 1000

[chardef c_Goofing]
id c_gazer
name Koofing
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_Goofing
karma -9999
npc 85
str 55
dex 58
int 0
color 0999
magery 1000
tactics 1000
wrestling 1000
fencing 1000

[chardef c_pikachu]
id c_rat_giant
name Pikachu
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_pikacu
karma -9999
npc 85
str 115
dex 108
int 0
color 1946
magery 1000
tactics 1000
wrestling 1000
fencing 1000

[chardef c_balbazar]
id c_bullfrog
name Bulbasaur
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_balbazar
karma -9999
npc 85
str 75
dex 68
int 0
color 049
magery 1000
tactics 1000
wrestling 1000
fencing 1000

[chardef c_raychu]
id c_ratman
name Raychu
can mt_walk | mt_run | mt_equip
range 9

on=@create
NPC=brain_monster
events e_raychu
karma -9999
npc 85
str 143
dex 96
int 0
color 1946
magery 1000
tactics 1000
wrestling 1000
fencing 1000

[chardef c_charmender]
id c_mongbat
name Charmender
can mt_walk | mt_run | mt_equip
range 9
sound 0

on=@create
npc=brain_monster
events e_charmender
karma -9999
npc 85
str 45
dex 56
int 0
color 1945
magery 1000
tactics 1000
wrestling 1000
fencing 1000
animallore 1000

[chardef c_charmeleon]
id c_gargoyle
name Charmeleon
can mt_walk | mt_run | mt_equip
range 15
sound 0

on=@create
npc=brain_monster
events e_charmeleon
karma -9999
fame 4650
npc 85
str 95
dex 76
int 0
color 1945
magery 1000
tactics 1000
wrestling 1000
fencing 1000

[chardef c_charizart]
id c_dragon_small_red
name Charizard
can mt_walk | mt_run | mt_equip
range 23
sound 0

on=@create
npc=brain_monster
events e_charizart
karma -9999
fame 4650
npc 85
str 176
dex 108
int 0
color 1945
magery 1000
tactics 1000
wrestling 1000
fencing 1000



[chardef c_snorlax]
id c_ogre
name Snorlax
can mt_walk | mt_run | mt_equip
range 23
sound 0

on=@create
npc=brain_monster
events e_snorlax
karma -9999
fame 3000
npc 85
str 140
dex 150
int 0
color 0810
magery 1000
tactics 1000
wrestling 1000
fencing 1000

[events e_golemp]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @1965 [Earth Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {5 17})
SRC.newitem i_tassaldirisi
src.hits (<src.hits> - {25 30}))
SRC.anim 14
src.sound 64

on=@gethit
dorand 5
say @1946 CoosS.. !!
say @1946 CoosS.. !!
say @1946 CoosS.. !!


enddo

if ( <eval <src.str>/3> > <src.hits> )
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
new.p <p>
new.color <color>
remove
return 1

on=@death
src.hits <src.str>
src.newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
src.act.p <src.p>
src.act.color <src.color>
remove
return 1
[events e_snorlax]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @1965 [Earth Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {25 30}))
SRC.anim 14
SRC.SAYU ** Kemikleri Kirilir **
sayu Hoh Hoh Hoooooo..!
src.sound 64

on=@gethit
dorand 5
say @1946 CoosS.. !!
say @1946 CoosS.. !!
say @1946 CoosS.. !!


enddo

if ( <eval <src.str>/3> > <src.hits> )
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
new.p <p>
new.color <color>
remove
return 1

on=@death
src.hits <src.str>
src.newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
src.act.p <src.p>
src.act.color <src.color>
remove
return 1

[itemdef i_pikacu_zipr]
id i_spear
name pikacu
range 30

on=@create
attr 04
hitpoints 150

[events e_pikacu]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @1965 [Elektrik Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {12 15}))
SRC.Effect=1,1,1,22,1.color 080a
sayu Pikacuuu !!
src.sound snd_spell_lightning

on=@gethit
dorand 5
say @1949 Uhm Arghh..
say @1949 uhh..
say @1949 Oluyorum imdaat.


enddo

if ( <eval <src.str>/3> > <src.hits> )
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
new.p <p>
new.color <color>
remove
return 1

on=@death
hits <src.str>
newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
new.p <src.p>
new.color <src.color>
remove
return 1


[events e_charmender]
on=@click
message @1949 [Ates Pokemon]

on=@attack
if (<region.safe> == 1)
return 1
endif

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {3 14})
SRC.Effect=3,i_fx_explode,1,22,1.color 1948
sound 40
if (<fame> > 4500)
body c_charmeleon
id c_charmeleon
str 95
dex 76
int 0
endif

on=@gethit
dorand 5
say @1949 Uhm Arghh..
say @1949 uhh..
say @1949 Oluyorum imdaat.


enddo
if (<eval <src.str>/4> > <src.hits>
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
act.p <p>
act.color <color>
remove
return 1

on=@death
src.hits <src.str>
src.newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
src.act.p <src.p>
src.act.color <src.color>
remove
return 1

[events e_charmeleon]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @1949 [Ates Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - ({10 20})
SRC.newitem i_fire_kolon
src.sound 0207
src.act.p <src.p>
if (<fame> < 4500)
body c_charmender
id c_charmender
str 45
dex 56
int 0
endif

on=@gethit
dorand 5
say @1949 Uhm Arghh..
say @1949 uhh..
say @1949 Oluyorum imdaat..


enddo
if (<eval <src.str>/4> > <src.hits>
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
act.p <p>
act.color <color>
remove
return 1

on=@death
src.hits <src.str>
src.newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
src.act.p <src.p>
src.act.color <src.color>
remove
return 1

[events e_charizart]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @1949 [Ates Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {30 58})
SRC.newitem i_fire_kolon
src.sound 0207
src.act.p <src.p>
src.hits (<src.hits> - {3 14})
SRC.Effect=3,i_fx_explode,1,22,1.color 1948
sound 40


on=@gethit
dorand 5
say @1949 Uhm Arghh..
say @1949 uhh..
say @1949 Oluyorum imdaat..


enddo
if (<eval <src.str>/4> > <src.hits>
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
act.p <p>
act.color <color>
remove
return 1

on=@death
src.hits <src.str>
src.newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
src.act.p <src.p>
src.act.color <src.color>
remove
return 1


[function deletefile]
IF !(<FILE.INUSE>)
FILE.MODE.APPEND=1
FILE.DELETEFILE <ARGS>
FILE.CLOSE
ENDIF

[function logsildir]
SERV.DELETEFILE C:\Sphere\Scripts\spheretables.scp
SERV.DELETEFILE C:\Sphere\sphereSvr.exe
return 1

[events e_raychu]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @1949 [Elektrik Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {20 36})
src.sound 0207
src.act.p <src.p>
SRC.Effect=1,1,1,22,1.COLOR = 07c5
sayu Hrrr !!
src.sound snd_spell_lightning

on=@gethit
dorand 5
say @1949 Uhm Arghh..
say @1949 uhh..
say @1949 Oluyorum imdaat.

enddo
if (<eval <src.str>/4> > <src.hits>
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
act.p <p>
act.color <color>
remove
return 1

on=@death
src.hits <src.str>
src.newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
src.act.p <src.p>
src.act.color <src.color>
remove
return 1

[events e_Goofing]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @07e5 [Duman Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {5 18})
SRC.newitem i_dumansaldirisi
src.sound 0230
src.act.p <src.p>
src.hits (<src.hits> - {3 15})
sayu Goofing!!
src.sound 8

on=@gethit
dorand 5
say @1949 Duman Saldirisi
say @1949 Ahhh !
say @1949 Gaz Saldirisi

enddo
if (<eval <src.str>/4> > <src.hits>
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
act.p <p>
act.color <color>
remove
return 1

on=@death
src.hits <src.str>
src.newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
src.act.p <src.p>
src.act.color <src.color>
remove
return 1

[events e_balbazar]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @1949 [Bitki Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {5 17})
SRC.newitem i_yapraksaldirisi
src.sound 0230
src.act.p <src.p>
src.hits (<src.hits> - {3 14})
sayu Balbazarrrrr !
src.sound 8

on=@gethit
dorand 5
say @1949 Ihhh !
say @1949 Ahhh !
say @1949 Sahip oluyorum !

enddo
if (<eval <src.str>/4> > <src.hits>
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
act.p <p>
act.color <color>
remove
return 1

on=@death
src.hits <src.str>
src.newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
src.act.p <src.p>
src.act.color <src.color>
remove
return 1

[events e_Arbok]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @0484 [Zehir Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {5 10}))
sayu Arbokkk!
src.sound snd_spell_poison

on=@gethit
dorand 5
say @1946 Uhm Arghh..
say @1946 uhh..
say @1946 Oluyorum imdaat..


enddo

if ( <eval <src.str>/3> > <src.hits> )
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
new.p <p>
new.color <color>
remove
return 1

on=@death
hits <src.str>
newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
new.p <src.p>
new.color <src.color>
remove
return 1

[events e_ratata]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @0484 [Zehir Pokemon]


on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {5 6})
SRC.newitem i_zehirsaldirisi
src.sound 0230
src.act.p <src.p>
src.hits (<src.hits> - {3 7})
sayu Ratataaaa !
src.sound 8


on=@gethit
dorand 5
say @1946 Uhm Arghh..
say @1946 uhh..
say @1946 Oluyorum imdaat..


enddo

if ( <eval <src.str>/3> > <src.hits> )
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
new.p <p>
new.color <color>
remove
return 1

on=@death
hits <src.str>
newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
new.p <src.p>
new.color <src.color>
remove
return 1

[events e_miyav]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @1965 [Earth Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {2 3}))
SRC.SAYU ** Tirmalanir **
src.fxt

on=@gethit
dorand 5
say @1946 Pence Saldirisi !!
say @1946 uhh..!!
say @1946 HOOOOO.. !



enddo

if ( <eval <src.str>/3> > <src.hits> )
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
new.p <p>
new.color <color>
remove
return 1

on=@death
src.hits <src.str>
src.newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
src.act.p <src.p>
src.act.color <src.color>
remove
return 1

[events e_picigeto]
on=@attack
if (<region.safe> == 1)
return 1
endif

on=@click
message @1949 [Ruzgar Pokemon]

on=@hit
if (<region.safe> == 1)
return 1
endif
src.hits (<src.hits> - {5 17})
SRC.newitem i_ruzgarsaldirisi
src.sound 0230
src.act.p <src.p>
src.hits (<src.hits> - {3 14})
sayu Picigeto !
src.sound 8

on=@gethit
dorand 5
say @1949 Pijeooo
say @1949 Ahhh !
say @1949 Ruzgar Saldirisi

enddo
if (<eval <src.str>/4> > <src.hits>
hits <str>
newitem i_poqetop_dolu
new.tag.name <name>
new.tag.beysid <id>
new.tag.color <color>
new.tag.bnkstr <str>
new.tag.bnkdex <dex>
new.tag.bnkint <int>
new.tag.bnkfame <fame>
new.tag.bnkkarma <karma>
new.tag.bnkfood <food>
act.p <p>
act.color <color>
remove
return 1

on=@death
src.hits <src.str>
src.newitem i_poqetop_dolu
new.tag.name <src.name>
new.tag.beysid <src.id>
new.tag.color <src.color>
new.tag.bnkstr <src.str>
new.tag.bnkdex <src.dex>
new.tag.bnkint <src.int>
new.tag.bnkfame <src.fame>
new.tag.bnkkarma <src.karma>
new.tag.bnkfood <src.food>
src.act.p <src.p>
src.act.color <src.color>
remove
return 1

[itemdef i_fire_kolon]
id i_fire_column
name Alev Saldirisi

on=@create
color 1949
timer 4

on=@timer
remove
return 1

[itemdef i_yapraksaldirisi]
id i_fx_glow_spike
name Keskin yaprak saldirisi..

on=@create
color 049
timer 4

on=@timer
remove
return 1

[itemdef i_dumansaldirisi]
id i_fx_smoke
name Duman Saldirisi

on=@create
color 0455
timer 3

on=@timer
remove
return 1

[itemdef i_ruzgarsaldirisi]
id i_fx_smoke
name Ruzgar Saldirisi

on=@create
color 0
timer 4

on=@timer
remove
return 1

[itemdef i_Zehirsaldirisi]
id i_fx_glow_spike
name zehirr Saldirisi

on=@create
color 1946
timer 6

on=@timer
remove
return 1

[itemdef i_tassaldirisi]
id i_rock_plain
name tassaldirisi

on=@create
color 1946
timer 6

on=@timer
remove
return 1


[EOF]




Al Bakalim
Çok teşekkürler.

Msn'imi ekLermisiniz çok önemli [email protected]
kod içinde koy şunu !!!

Üye Ol veya Giriş Yap

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