Arkadaslar Ben server kurdum Pwp serverı ama poison tası yapamıyorum yardımcı olabilcek biri varmı?
poison taşıda nedir?
İçinde poison silahlar olcak ornegin poison katana gibi
Silindi
Banned
0
memoli : poison taşıda nedir?

Tıklayınca tüm server'a deadly veriyorsun.
Nasıl bilmezsin o.O
Novice
-14.8
Poison Taşı :O_o:lol Ahahah Gülmekten Ölecem:lol Arkadaşın Yeterli Düzeyde Bilgisi Olmadığından Genç Scripterimiz Ragnar Arkadaşımızın Kendi Serverinde Yazdığı Poison Silah Stonesini Kast Ediyor Sanırım ?_
sitede itemstone scpti olacak onu editle
butona basıldıgında mesela katana wersin
zehirli yapmak için morez kullanılıyordu sanrm

on=1
serv.newitem i_katana
new.morez 105
new.bounce

istersen ayrıca bi itemde yapablrsn poison katana gibi onuda kendn yap bi zahmet
[Itemdef poilestone]
id i_grave_stone
name herkesi poiler
on=@create
color 07c5//poi tarzı bi renk :D
On=@dclick
poileherkesi
return 1
[function poileherkesi]
serv.allclients cast 20
targetself
:D
:D targetself olurmu bilmiyorumda geyik olsn :P
Memolinin dedigi dogru bak poison sürülü bir silaha info çek
2. sayfada orda morep yazar 3. kısım 105dir.. Morezde 3. kısmı temsil eder
newitem i_katana_Vanq
new.morez 105
new.bounce
new.name Poili Katana
yazdınmı katanaya poi sürmüş halde düşürür hatta isminide Poili katana yapar :D
[itemdef i_poi]
defname=i_poi
id=i_grave_stone
weight=999
type=t_eq_script
name=Poison Weapon

on=@create
attr=010
color=0455


on=@click
message @0713,1,1 <name>
return 1




on=@dclick
IF (<DISTANCE><=3)
src.dialog d_poi
src.sysmessage  @0713,1,1 <serv.name> Silah Menusu.
return 1
else
src.sysmessage  @0713,1,1 Tas&&#35039;a Ulasamiorsunuz.
return 1



[Dialog d_poi]
150,150
nomove
resizepic 0 0 3600 330 210

text 95 10 38 0
text 50 25 <eval 0481> 1
text 50 50 <eval 0481> 2
text 50 75 <eval 0481> 3
text 50 100 <eval 0481> 4
text 50 125 <eval 0481> 5
text 50 150 <eval 0481> 6
text 50 175 <eval 0481> 7
text 180 25 38 8
text 180 50 38 9
text 180 75 38 10
text 180 100 38 11
text 180 125 38 12
text 180 150 38 13
text 180 175 38 14

button 25 25 55 56 2 0 1
button 25 50 55 56 3 0 2
button 25 75 55 56 3 0 3
button 25 100 55 56 4 0 4
button 25 125 55 56 5 0 5
button 25 150 55 56 6 0 6
button 25 175 55 56 7 0 7

[Dialog d_poi TEXT]
<serv.name> Poison Menusu
Poison Katana 
Poison Bow 
Poison War Fork 
Poison Spear 
Poison Cutlass 
Poison War Axe 
Poison Scimitar
2800 PvP Bileti
2700 PvP Bileti
2600 PvP Bileti
2500 PvP Bileti
2400 PvP Bileti
2300 PvP Bileti
2300 PvP Bileti
                   
                    


[DIALOG d_poi BUTTON]
onbutton=1
if !(<src.restest 2800 i_fctn_silver>) 
	SRC.SYSMESSAGE  @0713,1,1 Bu Silahi alabilmek icin cantanizda 2800 PvP Bileti olmali.
	return 1
ELSE
	src.consume 2800 i_fctn_silver
	src.newitem i_katana_poi
	src.act.bounce
ENDIF


onbutton=2
if !(<src.restest 2700 i_fctn_silver>) 
	SRC.SYSMESSAGE  @0713,1,1 Bu Silahi alabilmek icin cantanizda 2700 PvP Bileti olmali.
	return 1
ELSE
	src.consume 2700 i_fctn_silver
	src.newitem i_bow_poison
	src.act.bounce
ENDIF

onbutton=3
if !(<src.restest 2600 i_fctn_silver>) 
	SRC.SYSMESSAGE @0713,1,1 Bu Silahi alabilmek icin cantanizda 2600 PvP Bileti olmali.
	return 1
ELSE
	src.consume 2600 i_fctn_silver
	src.newitem i_war_poi
	src.act.bounce
ENDIF

onbutton=4
if !(<src.restest 2500 i_fctn_silver>) 
	SRC.SYSMESSAGE  @0713,1,1 Bu Silahi alabilmek icin cantanizda 2500 PvP Bileti olmali.
	return 1
ELSE
	src.consume 2500 i_fctn_silver
	src.newitem i_spear_poi
	src.act.bounce
ENDIF

onbutton=5
if !(<src.restest 2400 i_fctn_silver>) 
	SRC.SYSMESSAGE  @0713,1,1 Bu Silahi alabilmek icin cantanizda 2400 PvP Bileti olmali.
	return 1
ELSE
	src.consume 2400 i_fctn_silver
	src.newitem i_cutlass_poi
	src.act.bounce
ENDIF

onbutton=6
if !(<src.restest 2300 i_fctn_silver>) 
	SRC.SYSMESSAGE  @0713,1,1 Bu Silahi alabilmek icin cantanizda 2300 PvP Bileti olmali.
	return 1
ELSE
	src.consume 2300 i_fctn_silver
	src.newitem i_axe_poi
	src.act.bounce
ENDIF

onbutton=7
if !(<src.restest 2300 i_fctn_silver>) 
	SRC.SYSMESSAGE  @0713,1,1 Bu Silahi alabilmek icin cantanizda 2300 PvP Bileti olmali.
	return 1
ELSE
	src.consume 2300 i_fctn_silver
	src.newitem i_scimitar_poi
	src.act.bounce
ENDIF


Al Şimdi Bunun İtemleride Lazımdır Sana ?
@TheRaskol

ahahaha komedi :D tüm server&&#35039;a deadly verior

Üye Ol veya Giriş Yap

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