//--------------------------
// Bug Abuse
//--------------------------
[defname Buglar]
bugbox 04000233b9
[Itemdef i_abusebox] //Kutumuz
Name Erador Bug Kutusu
ID=i_basket_square
Type=t_container
ON=@Create
name none
attr = attr_move_never
ON=@Click
message Abusebox [<rescount> bug]
return 1
ON=@Pickup_ground
return 1
[Function sendbug]
var.font <basefont color=1
var.font1 <basefont color=2020609
var.font2 <basefont color=white
var.br <br
dialog d_sendbug
[Dialog d_sendbug]
0,250
htmlgump 45 5 500 30 0 0 0
resizepic 0 0 5120 650 120
resizepic 20 25 3000 620 30
//-- Textentry posx posy x y 0 <argtext[num]> <line>
Textentry 30 30 520 30 0 1 1
Button 600 60 4006 4005 1 0 1
htmlgump 535 60 60 30 2 0 0
[Dialog d_sendbug TEXT]
<var.font2>><serv.name> bug gonder - Yazilacak hatayi kisaca belirtin.
<tag.bug>
<var.font2>>Bug bildir
[Dialog d_sendbug BUTTON]
ON=1
If (strmatch(<argtxt[1]>,))
src.sysmessage Hatayi yazmadiniz.
tag.bug <argtxt[1]>
sendbug
return 1
endif
IF (strlen(<argtxt[1]>)>120)
src.sysmessage lutfen 120 karekteri gecmemeye ozen gosterin.
tag.bug <argtxt[1]>
sendbug
return 1
endif
f_bugilet <argtxt[1]>
[Function f_bugilet]
If (<uid.bugbox.rescount> > 20)
sysmessage Ileti gonderilemedi.
return 1
endif
newitem i_bug
act.cont <uid.bugbox.uid>
act.link <uid>
act.tag.gonderen <name>
act.tag.konu <args>
act.more1 = <serv.time>
bug_anons <name> [t: <serv.time>, uid: <uid>]: <act.tag.konu>
tag.buguid <act.uid>
sysmessage Bug bildirisinde bulundugunuz icin tesekkur ederiz.
[Function Bug]
If (strmatch(<args>,temizle)) && (<uid.bugbox.rescount>>0)
try uid.bugbox.empty
bug_anons Tum istek listesi temizlenmistir.
elseIf !(<uid.bugbox.rescount>)
smsgx Hic istek yok.
elseif (strmatch(<args>,listele))
try buglistele
else
smsgx Available param: listele / temizle
endif
//-----------------ANONS--------------------
[Function bug_anons]
serv.allclients bug_anons1 <args>
[Function bug_anons1]
If (<account.plevel> >= 2)
smsgx <args>
endif
//-------------------------------------------
[Itemdef i_bug] //Buglar bunlarla gelecek
name Bug iletisi
ID = i_scroll_blank
type t_eq_script
[function buglistele]
try var.bug_1 <uid.bugbox.findcont(0).uid>
try var.bug_2 <uid.bugbox.findcont(1).uid>
try var.bug_3 <uid.bugbox.findcont(2).uid>
try var.bug_4 <uid.bugbox.findcont(3).uid>
try var.bug_5 <uid.bugbox.findcont(4).uid>
try var.bug_6 <uid.bugbox.findcont(5).uid>
try var.bug_7 <uid.bugbox.findcont(6).uid>
try var.bug_8 <uid.bugbox.findcont(7).uid>
try var.bug_9 <uid.bugbox.findcont(8).uid>
try var.bug_10 <uid.bugbox.findcont(9).uid>
try var.bug_11 <uid.bugbox.findcont(10).uid>
try var.bug_12 <uid.bugbox.findcont(11).uid>
try var.bug_13 <uid.bugbox.findcont(12).uid>
try var.bug_14 <uid.bugbox.findcont(13).uid>
try var.bug_15 <uid.bugbox.findcont(14).uid>
try var.bug_16 <uid.bugbox.findcont(15).uid>
try var.bug_17 <uid.bugbox.findcont(16).uid>
try var.bug_18 <uid.bugbox.findcont(17).uid>
try var.bug_19 <uid.bugbox.findcont(18).uid>
try var.bug_20 <uid.bugbox.findcont(19).uid>
dialog d_buglist
[DIALOG d_buglist]
10,50
PAGE 0
resizepic 0 0 5120 790 500
resizepic 65 25 3000 715 425
text 126 5 1052 0
text 80 40 0 1
text 80 60 0 2
text 80 80 0 3
text 80 100 0 4
text 80 120 0 5
text 80 140 0 6
text 80 160 0 7
text 80 180 0 8
text 80 200 0 9
text 80 220 0 10
text 80 240 0 11
text 80 260 0 12
text 80 280 0 13
text 80 300 0 14
text 80 320 0 15
text 80 340 0 16
text 80 360 0 17
text 80 380 0 18
text 80 400 0 19
text 80 420 0 20
checkbox 40 40 210 211 0 1
checkbox 40 60 210 211 0 2
checkbox 40 80 210 211 0 3
checkbox 40 100 210 211 0 4
checkbox 40 120 210 211 0 5
checkbox 40 140 210 211 0 6
checkbox 40 160 210 211 0 7
checkbox 40 180 210 211 0 8
checkbox 40 200 210 211 0 9
checkbox 40 220 210 211 0 10
checkbox 40 240 210 211 0 11
checkbox 40 260 210 211 0 12
checkbox 40 280 210 211 0 13
checkbox 40 300 210 211 0 14
checkbox 40 320 210 211 0 15
checkbox 40 340 210 211 0 16
checkbox 40 360 210 211 0 17
checkbox 40 380 210 211 0 18
checkbox 40 400 210 211 0 19
checkbox 40 420 210 211 0 20
//select
button 15 40 1209 1210 1 0 21
button 15 60 1209 1210 1 0 22
button 15 80 1209 1210 1 0 23
button 15 100 1209 1210 1 0 24
button 15 120 1209 1210 1 0 25
button 15 140 1209 1210 1 0 26
button 15 160 1209 1210 1 0 27
button 15 180 1209 1210 1 0 28
button 15 200 1209 1210 1 0 29
button 15 220 1209 1210 1 0 30
button 15 240 1209 1210 1 0 31
button 15 260 1209 1210 1 0 32
button 15 280 1209 1210 1 0 33
button 15 300 1209 1210 1 0 34
button 15 320 1209 1210 1 0 35
button 15 340 1209 1210 1 0 36
button 15 360 1209 1210 1 0 37
button 15 380 1209 1210 1 0 38
button 15 400 1209 1210 1 0 39
button 15 420 1209 1210 1 0 40
//onayla
text 610 465 1052 21
Button 575 465 4006 4005 1 0 41
//isaretler
text 20 475 1052 22
text 20 470 1052 23
text 20 455 1052 23
text 20 440 1052 23
text 48 455 1052 24
text 48 440 1052 23
[DIALOG d_buglist TEXT]
<serv.name> bug listesi
<uid.<var.bug_1>.tag.konu> / <uid.<var.bug_1>.link.name>
<uid.<var.bug_2>.tag.konu> / <uid.<var.bug_2>.link.name>
<uid.<var.bug_3>.tag.konu> / <uid.<var.bug_3>.link.name>
<uid.<var.bug_4>.tag.konu> / <uid.<var.bug_4>.link.name>
<uid.<var.bug_5>.tag.konu> / <uid.<var.bug_5>.link.name>
<uid.<var.bug_6>.tag.konu> / <uid.<var.bug_6>.link.name>
<uid.<var.bug_7>.tag.konu> / <uid.<var.bug_7>.link.name>
<uid.<var.bug_8>.tag.konu> / <uid.<var.bug_8>.link.name>
<uid.<var.bug_9>.tag.konu> / <uid.<var.bug_9>.link.name>
<uid.<var.bug_10>.tag.konu> / <uid.<var.bug_10>.link.name>
<uid.<var.bug_11>.tag.konu> / <uid.<var.bug_11>.link.name>
<uid.<var.bug_12>.tag.konu> / <uid.<var.bug_12>.link.name>
<uid.<var.bug_13>.tag.konu> / <uid.<var.bug_13>.link.name>
<uid.<var.bug_14>.tag.konu> / <uid.<var.bug_14>.link.name>
<uid.<var.bug_15>.tag.konu> / <uid.<var.bug_15>.link.name>
<uid.<var.bug_16>.tag.konu> / <uid.<var.bug_16>.link.name>
<uid.<var.bug_17>.tag.konu> / <uid.<var.bug_17>.link.name>
<uid.<var.bug_18>.tag.konu> / <uid.<var.bug_18>.link.name>
<uid.<var.bug_19>.tag.konu> / <uid.<var.bug_19>.link.name>
<uid.<var.bug_20>.tag.konu> / <uid.<var.bug_20>.link.name>
Secilen bug(lari) sil
Gonderen info
|
| Silmek icin secin
[DIALOG d_buglist BUTTON]
ON=41
If (<argchk[20]>==1)
bugsil 20
endif
If (<argchk[19]>==1)
bugsil 19
endif
If (<argchk[18]>==1)
bugsil 18
endif
If (<argchk[17]>==1)
bugsil 17
endif
If (<argchk[16]>==1)
bugsil 16
endif
If (<argchk[15]>==1)
bugsil 15
endif
If (<argchk[14]>==1)
bugsil 14
endif
If (<argchk[13]>==1)
bugsil 13
endif
If (<argchk[12]>==1)
bugsil 12
endif
If (<argchk[11]>==1)
bugsil 11
endif
If (<argchk[10]>==1)
bugsil 10
endif
If (<argchk[9]>==1)
bugsil 9
endif
If (<argchk[8]>==1)
bugsil 8
endif
If (<argchk[7]>==1)
bugsil 7
endif
If (<argchk[6]>==1)
bugsil 6
endif
If (<argchk[5]>==1)
bugsil 5
endif
If (<argchk[4]>==1)
bugsil 4
endif
If (<argchk[3]>==1)
bugsil 3
endif
If (<argchk[2]>==1)
bugsil 2
endif
If (<argchk[1]>==1)
bugsil 1
endif
try bug listele
ON=21
buginfo 1
ON=22
buginfo 2
ON=23
buginfo 3
ON=24
buginfo 4
ON=25
buginfo 5
ON=26
buginfo 6
ON=27
buginfo 7
ON=28
buginfo 8
ON=29
buginfo 9
ON=30
buginfo 10
ON=31
buginfo 11
ON=32
buginfo 12
ON=33
buginfo 13
ON=34
buginfo 14
ON=35
buginfo 15
ON=36
buginfo 16
ON=37
buginfo 17
ON=38
buginfo 18
ON=39
buginfo 19
ON=40
buginfo 20
[function bugsil]
If (<account.plevel>>=5)
try uid.bugbox.findcont.<eval (<argn>-1)>.remove
else
try sysmessage Bunu ancak Developer ve ustu kullanabilir.
endif
[Function buginfo]
If !(strmatch(<eval <var.bug_<argn>>>,0))
Try src.targ <uid.<var.bug_<argn>>.link.uid>
sysmessage <uid.<var.bug_<argn>>.link.name>
src.f_adminmenu
return 1
endif
sysmessage Bu slot bos.
return 1
[EOF]
Total votes: 0
Bulunamadı.
Ultima Online 3 hafta önce
Sphere Scripting 4 hafta önce
Sunucular 1 ay önce
Sunucular 2 ay önce
Sphere Scripting 2 ay önce
CS 1.6 3 ay önce
Sunucular 4 ay önce
Sunucular 4 ay önce
Sunucular 4 ay önce
Sunucular 4 ay önce
Sunucular 4 ay önce
Ultima Online 4 ay önce
2024-07-08 22:50
2024-07-08 22:34
2024-06-19 22:05
2024-06-01 02:19
2024-05-31 21:17
2024-04-09 16:53
2024-04-06 18:20
2024-04-06 17:43
Yorumlar (0)