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

Hatali Satirlar


wolcano

Öne çıkan mesajlar

Arkadaşlar ya ben burada adamlari banlama talebi ve speed sucundan jail e atiyorum ama üstlerine tek tikladigimda mesaj cikmiyo hangi satirlari yanliş ayarlamişim bakarmisiniz acaba ben baktim ama bir hata bulamadim.

// ----------------------------
// JAIL.SCP - JAIL SISTEMI
// SON GUNCELLENME TARIHI: 08 Eylül 2002 -Bronx
// ----------------------------

VERSION=0.55

[function hapis ] // process 1
if ()
findid.i_jc_target.remove
endif

if (strmatch("","kufur"))
newitem i_jc_target
act.more1 1
act.equip
elseif (strmatch("","abuse"))
if (0 < 3)
sysmessage Henuz bu jail tipine yetkiniz yok.
else
newitem i_jc_target
act.more1 2
act.equip
endif
elseif (strmatch("","flood"))
newitem i_jc_target
act.more1 3
act.equip
elseif (strmatch("","page"))
newitem i_jc_target
act.more1 4
act.equip
elseif (strmatch("","alan"))
if (0 < 3)
sysmessage Henuz bu jail tipine yetkiniz yok.
else
newitem i_jc_target
act.more1 5
act.equip
endif
elseif (strmatch("","macro"))
if (0 < 3)
sysmessage Henuz bu jail tipine yetkiniz yok.
else
newitem i_jc_target
act.more1 6
act.equip
endif

elseif (strmatch("","ban"))
if (0 < 3)
sysmessage Henuz bu jail tipine yetkiniz yok.
else
newitem i_jailtime_ban
act.more1 7
act.equip
endif

elseif (strmatch("","speed"))
if (0 < 3)
sysmessage Henuz bu jail tipine yetkiniz yok.
else
newitem i_jailtime_speed
act.more1 8
act.equip
endif

else
var.smsgx 0482
smsgx ERROR 980: user is too stupid.
smsgx ERROR 982: jl_sys no text to send.
smsgx AVAILABLE PARAMS: kufur/abuse/flood/page/alan/macro/ban/speed
endif

[ITEMDEF i_jc_target] // process 2
ID=i_fence_iron
NAME=jail target
TYPE=t_eq_script
WEIGHT=0
LAYER=layer_special

On=@Create
attr 096
timer 10

On=@Equip
if ( == 1)
target 'Kufur' sucundan kim jaillenmeli?
elseif ( == 2)
target 'Bug Abuse' sucundan kim jaillenmeli?
elseif ( == 3)
target 'Flood' sucundan kim jaillenmeli?
elseif ( == 4)
target 'Hatali Page' sucundan kim jaillenmeli?
elseif ( == 5)
target 'Alan Ihlali' sucundan kim jaillenmeli?
elseif ( == 6)
target 'Unattended Macro' sucundan kim jaillenmeli?
else
target Kimi jaillemek istiyorsunuz, sayin ?
endif

On=@Targon_Item
return 1

On=@Targon_Char
link
if ()
cont.sysmessage Hata: sadece oyuncular jaillenebilir.
return 1
endif

if ()
cont.sysmessage Hata: jail'da duran biri jaillenemez.
return 1
endif

if (0> > 1)
cont.sysmessage Hata: staff uyeleri jaillenemez.
return 1
endif

link.stone 0
link.tag.jailor
link.events +jailed

if ( == 1) // jaile girince adama hemen jcheck yapiliyor
link.tag.jail 1
link.go jail7
elseif ( == 2)
link.tag.jail 2
link.go jail8
elseif ( == 3)
link.tag.jail 3
link.go jail3
elseif ( == 4)
link.tag.jail 4
link.go jail2
elseif ( == 5)
link.tag.jail 5
link.go 5286 1174
elseif ( == 6)
link.tag.jail 6
link.go 5306 1162
endif

cont.sysmessage jaillenmistir. Elinize saglik.
remove
return 1

On=@Timer
remove

[function jcheck] // process 3
if ()
jailme >
dialog d_jail
endif

[function jailme] // process 4 (main)
if ( == 0)
return 1
endif

if ( == 1)
if (0)
tag.jkufur (> + 1)
if (> > 4)
var.jtimer
else
var.jtimer )>
endif
newitem i_jail
act.timer
act.equip
else
tag.jkufur 1
newitem i_jail
act.timer 43200
act.equip
endif
elseif ( == 2)
if (0)
tag.jabuse (> + 1)
if (> > 4)
var.jtimer
else
var.jtimer )>
endif
newitem i_jail
act.timer
act.equip
else
tag.jabuse 1
newitem i_jail
act.timer 345600
act.equip
endif
elseif ( == 3)
if (0)
tag.jflood (> + 1)
if (> > 4)
var.jtimer
else
var.jtimer )>
endif
newitem i_jail
act.timer
act.equip
else
tag.jflood 1
newitem i_jail
act.timer 10800
act.equip
endif
elseif ( == 4)
if (0)
tag.jpage (> + 1)
if (> > 4)
var.jtimer
else
var.jtimer )>
endif
newitem i_jail
act.timer
act.equip
else
tag.jpage 1
newitem i_jail
act.timer 10800
act.
Link to comment
Sosyal ağlarda paylaş

Sorun şurada; Aşşağıdakini...
elseif (strmatch("","ban")
if (0 < 3)
sysmessage Henuz bu jail tipine yetkiniz yok.
else
newitem i_jailtime_ban
act.more1 7
act.equip
endif

elseif (strmatch("","speed")
if (0 < 3)
sysmessage Henuz bu jail tipine yetkiniz yok.
else
newitem i_jailtime_speed
act.more1 8
act.equip
endif


Bununla değiştir. Script içinde bul
elseif (strmatch("","ban")
if (0 < 3)
sysmessage Henuz bu jail tipine yetkiniz yok.
else
newitem i_jc_target
act.more1 7
act.equip
endif

elseif (strmatch("","speed")
if (0 < 3)
sysmessage Henuz bu jail tipine yetkiniz yok.
else
newitem i_jc_target
act.more1 8
act.equip
endif


kolay gelsin.
edit:smile ):

Yalnız scripti yine bir inceledim:) Çok eksik var dierlerine gore baka baka yapsaydın olurmuş ben sana bir tanesini soyledim biraz dikkatli incelersen olur. şimdi burada sana düzeltmek uzatır işi :([signature][hline]Tanık Olsun Mavi Gozlu Istanbul FirardayIm..
Xhearon UO Shard


[Bu mesaj Lyn tarafından 10 Temmuz 2004 19:58 tarihinde değiştirilmiştir]
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...