Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.36 KB | None | 0 0
  1. [dialog d_page_postala]
  2. -200,200
  3. resizepic 190 175 5054 643 100
  4. resizepic 200 185 9300 623 80
  5. htmlgump 211 200 290 20 0 0 0
  6. resizepic 208 221 9300 590 26
  7. textentry 211 225 555 25 0 0 1
  8. button 785 223 4024 4025 1 0 1
  9.  
  10. [dialog d_page_postala TEXT]
  11. Atacaginiz Page'i Imla Kurallarina Gore Atiniz.
  12. <tag.pg_reason>
  13.  
  14. [dialog d_page_postala BUTTON]
  15. On=0
  16. src.smg Pg Iptal Edildi
  17.  
  18. On=1
  19. if (strmatch('<argtxt[0]>',''))
  20. src.smg Sorununuzu belirtmediniz.
  21. dialog d_gmpage
  22. elseif ((strlen(<argtxt[0]>)) > 110)
  23. sysmessage @0481,,1 110 karakteri gecmemesine ozen gosteriniz.
  24. tag.pg_reason <argtxt[0]>
  25. dialog d_page_postala
  26. tag.pg_reason
  27. else
  28. pg_call *Page* <argtxt[0]>
  29. src.new.equip
  30. endif
  31.  
  32.  
  33. [function pg_smsgx]
  34. var.act <act>
  35. var.p <p>
  36. newitem i_memory
  37. act.p 6000 2000
  38. var.regfla <act.region.flags>
  39. act.region.flags <region.flags>
  40. p 6000 2000
  41. act.sayua 01eb 0 0 1 <args>
  42. p <var.p>
  43. act.region.flags <var.regfla>
  44. act.remove
  45. act <var.act>
  46.  
  47. [function pg_call]
  48. var.pg_box 04000586d
  49. if !(strmatch('<tag.pg_call>',''))
  50. if (<uid.<tag.pg_call>.baseid> == i_page) && (<uid.<tag.pg_call>.link> == <uid>)
  51. try uid.<tag.pg_call>.more1 <serv.time>
  52. try uid.<tag.pg_call>.morep <p>
  53. try uid.<tag.pg_call>.tag.reason <args>
  54. serv.allclients pg_announce guncelleme. <name> [<uid>]: <args>
  55. sysmessage @0450,1,1 Mesajini yeniledin.
  56. return 2
  57. endif
  58. endif
  59.  
  60. if (<uid.<var.pg_box>.rescount> > 100)
  61. sysmessage @0481 Su an <uid.<var.pg_box>.rescount> cevapsiz cagri bulunmakta, cagriniz iletilemedi, lutfen daha sonra tekrar deneyiniz.
  62. return 0
  63. endif
  64.  
  65. newitem i_page
  66. tag.pg_call <act.uid>
  67. act.more1 <serv.time>
  68. act.link <uid>
  69. act.name page: <name>
  70. act.morep <p>
  71. act.tag.reason <args>
  72. act.cont <var.pg_box>
  73. act.cont.morex <eval (<act.cont.morex> + 1)>
  74. serv.allclients pg_announce yeni. <name> [<uid>]: <args>
  75. try sysmessage @45,1,1 Mesajiniz iletildi, <uid.<tag.pg_call>.cont.rescount>. siradasiniz.
  76. var.wtpage <eval <uid.<tag.pg_call>.cont.rescount>>
  77. src.newitem i_pageyasak1
  78. src.act.attr attr_decay
  79. src.act.timer 60*60
  80. src.act.new.equip
  81. if (<var.wtpage> == 00)
  82. var.wtpage Yok
  83. endif
  84. return 1
  85.  
  86. [function pg_announce]
  87. if (0<account.plevel> > 1)
  88. pg_smsgx * Page: <args>
  89. endif
  90.  
  91. [function pg_wipe]
  92. if !(<var.pg_wipe>)
  93. if (<var.pg_nowipe>)
  94. pg_smsgx * Su an bakilmakta olan <eval <var.pg_nowipe>> tanesi disinda tum page'ler silindi.
  95. else
  96. pg_smsgx * Tum page'ler silindi.
  97. endif
  98. else
  99. var.pg_wipe <eval (<var.pg_wipe> - 1)>
  100. if !(<uid.<uid.<var.pg_box>.findcont.<eval <var.pg_wipe>>.more2>.region>) || (<uid.<uid.<var.pg_box>.findcont.<eval <var.pg_wipe>>.more2>.findtype.t_eq_client_linger>)
  101. try uid.<var.pg_box>.findcont.<eval <var.pg_wipe>>.link.tag.pg_call
  102. try uid.<var.pg_box>.findcont.<eval <var.pg_wipe>>.remove
  103. else
  104. if (strmatch('<var.pg_nowipe>',''))
  105. var.pg_nowipe 1
  106. else
  107. var.pg_nowipe <eval (<var.pg_nowipe> + 1)>
  108. endif
  109. endif
  110. pg_wipe <var.pg_wipe>
  111. endif
  112.  
  113. [function pg]
  114. var.pg_box 04000586d
  115. if (strmatch('<args>','h')) || (strmatch('<args>','help'))
  116. pg_smsgx * Pg list: page'leri listeler.
  117. pg_smsgx * Pg go: page sahibine gider.
  118. pg_smsgx * Pg summon: page sahibini getirir.
  119. pg_smsgx * Pg origin: page'in atildigi yere gider.
  120. pg_smsgx * Pg message: page sahibine mesaj atar.
  121. pg_smsgx * Pg delete: page'i siler.
  122. pg_smsgx * Pg jail: page sahibini jailler.
  123. pg_smsgx * Pg queue: page'i listeye geri koyar.
  124. pg_smsgx * Pg wipe: tum page'leri siler ve duyurur.
  125. return 1
  126. elseif !(<uid.<var.pg_box>.rescount>)
  127. sysmessage @185 Aktif page yok.
  128. elseif (strmatch('<args>','w')) || (strmatch('<args>','wipe'))
  129. if !(<src.isgm>)
  130. pg_smsgx * Bu komutu sadece GM veya daha ust rutbedekiler kullanabilir.
  131. else
  132. var.pg_nowipe 0
  133. var.pg_wipe <uid.<var.pg_box>.rescount>
  134. pg_wipe
  135. endif
  136. elseif (strmatch('<uid.<tag.pg_answer>.cont.uid>','<var.pg_box>'))
  137. try act <tag.pg_answer>
  138. if (strmatch('<args>','g')) || (strmatch('<args>','go'))
  139. gouid <act.link.uid>
  140. elseif (strmatch('<args>','s')) || (strmatch('<args>','summon'))
  141. if (0<account.plevel> < 4)
  142. if !(<act.link.region>) || (<act.link.findtype.t_eq_client_linger>)
  143. pg_smsgx * Bagli olmayan bir kullaniciyi sadece GM veya daha ust rutbedekiler summon edebilir.
  144. endif
  145. else
  146. act.link.summonto
  147. endif
  148. elseif (strmatch('<args>','m')) || (strmatch('<args>','message'))
  149. if !(<act.link.region>) || (<act.link.findtype.t_eq_client_linger>)
  150. pg_smsgx * <act.link.name> su an bagli olmadigi icin ona mesaj atamazsiniz.
  151. act.more2 0
  152. act 0
  153. tag.pg_answer
  154. pg list
  155. else
  156. dialog d_pg_message
  157. endif
  158. elseif (strmatch('<args>','o')) || (strmatch('<args>','origin'))
  159. goplace <act.morep>
  160. elseif (strmatch('<args>','j')) || (strmatch('<args>','jail'))
  161. if !(<act.link.region>) || (<act.link.findtype.t_eq_client_linger>)
  162. pg_smsgx * <act.link.name> su an bagli olmadigi icin onu jail'leyemezsiniz.
  163. act.more2 0
  164. act 0
  165. tag.pg_answer
  166. pg list
  167. elseif (0<act.link.account.plevel> > 1)
  168. pg_smsgx * Hata: staff uyeleri Yasaklanamaz
  169. else
  170. act.link.newitem i_pageyasak1
  171. act.link.equip
  172. act.link.syshata 1 Saat Page Atamama Yasagi Aldiniz..!
  173. try act <tag.pg_answer>
  174. pg_smsgx * <act.link.name> 1 saat page atamayacaktir, elinize saglik.
  175. pg delete
  176. endif
  177. elseif (strmatch('<args>','q')) || (strmatch('<args>','queue'))
  178. act.more2 0
  179. act 0
  180. tag.pg_answer
  181. pg_smsgx * Page bakilmamis olarak isaretlendi.
  182. pg list
  183. elseif (strmatch('<args>','d')) || (strmatch('<args>','delete'))
  184. act.link.tag.pg_call
  185. act.remove
  186. tag.pg_answer
  187. pg_smsgx * Page silindi.
  188. var.wtpage <eval <uid.<tag.pg_call>.cont.rescount>>
  189. if (<var.wtpage> == 00)
  190. var.wtpage Yok
  191. endif
  192. if (<uid.<var.pg_box>.rescount>)
  193. pg list
  194. endif
  195. else
  196. pg_smsgx * Page aktif, [<act.link.account>] <act.link.name> [<act.link.uid>]: <act.tag.reason>
  197. if !(<act.link.region>) || (<act.link.findtype.t_eq_client_linger>)
  198. pg_smsgx * Bu kullanici su an <serv.name>'a bagli degil.
  199. endif
  200. endif
  201. else
  202. var.pg_font <basefont color=#203040
  203. var.pg_font1 <basefont color=#aaaaaa
  204. var.pg_font2 <basefont color=#90aa40
  205. if (<uid.<var.pg_box>.rescount> == 1)
  206. try tag.pg_1 <uid.<var.pg_box>.findcont(0).uid>
  207. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  208. var.pg_1 [+]
  209. else
  210. var.pg_1 [-]
  211. endif
  212. dialog d_pg_list1
  213. elseif (<uid.<var.pg_box>.rescount> == 2)
  214. try tag.pg_1 <uid.<var.pg_box>.findcont(1).uid>
  215. try tag.pg_2 <uid.<var.pg_box>.findcont(0).uid>
  216. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  217. var.pg_1 [+]
  218. else
  219. var.pg_1 [-]
  220. endif
  221. if (<uid.<tag.pg_2>.link.region>) && !(<uid.<tag.pg_2>.link.findtype.t_eq_client_linger>)
  222. var.pg_2 [+]
  223. else
  224. var.pg_2 [-]
  225. endif
  226. dialog d_pg_list2
  227. elseif (<uid.<var.pg_box>.rescount> == 3)
  228. try tag.pg_1 <uid.<var.pg_box>.findcont(2).uid>
  229. try tag.pg_2 <uid.<var.pg_box>.findcont(1).uid>
  230. try tag.pg_3 <uid.<var.pg_box>.findcont(0).uid>
  231. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  232. var.pg_1 [+]
  233. else
  234. var.pg_1 [-]
  235. endif
  236. if (<uid.<tag.pg_2>.link.region>) && !(<uid.<tag.pg_2>.link.findtype.t_eq_client_linger>)
  237. var.pg_2 [+]
  238. else
  239. var.pg_2 [-]
  240. endif
  241. if (<uid.<tag.pg_3>.link.region>) && !(<uid.<tag.pg_3>.link.findtype.t_eq_client_linger>)
  242. var.pg_3 [+]
  243. else
  244. var.pg_3 [-]
  245. endif
  246. dialog d_pg_list3
  247. elseif (<uid.<var.pg_box>.rescount> == 4)
  248. try tag.pg_1 <uid.<var.pg_box>.findcont(3).uid>
  249. try tag.pg_2 <uid.<var.pg_box>.findcont(2).uid>
  250. try tag.pg_3 <uid.<var.pg_box>.findcont(1).uid>
  251. try tag.pg_4 <uid.<var.pg_box>.findcont(0).uid>
  252. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  253. var.pg_1 [+]
  254. else
  255. var.pg_1 [-]
  256. endif
  257. if (<uid.<tag.pg_2>.link.region>) && !(<uid.<tag.pg_2>.link.findtype.t_eq_client_linger>)
  258. var.pg_2 [+]
  259. else
  260. var.pg_2 [-]
  261. endif
  262. if (<uid.<tag.pg_3>.link.region>) && !(<uid.<tag.pg_3>.link.findtype.t_eq_client_linger>)
  263. var.pg_3 [+]
  264. else
  265. var.pg_3 [-]
  266. endif
  267. if (<uid.<tag.pg_4>.link.region>) && !(<uid.<tag.pg_4>.link.findtype.t_eq_client_linger>)
  268. var.pg_4 [+]
  269. else
  270. var.pg_4 [-]
  271. endif
  272. dialog d_pg_list4
  273. elseif (<uid.<var.pg_box>.rescount> == 5)
  274. try tag.pg_1 <uid.<var.pg_box>.findcont(4).uid>
  275. try tag.pg_2 <uid.<var.pg_box>.findcont(3).uid>
  276. try tag.pg_3 <uid.<var.pg_box>.findcont(2).uid>
  277. try tag.pg_4 <uid.<var.pg_box>.findcont(1).uid>
  278. try tag.pg_5 <uid.<var.pg_box>.findcont(0).uid>
  279. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  280. var.pg_1 [+]
  281. else
  282. var.pg_1 [-]
  283. endif
  284. if (<uid.<tag.pg_2>.link.region>) && !(<uid.<tag.pg_2>.link.findtype.t_eq_client_linger>)
  285. var.pg_2 [+]
  286. else
  287. var.pg_2 [-]
  288. endif
  289. if (<uid.<tag.pg_3>.link.region>) && !(<uid.<tag.pg_3>.link.findtype.t_eq_client_linger>)
  290. var.pg_3 [+]
  291. else
  292. var.pg_3 [-]
  293. endif
  294. if (<uid.<tag.pg_4>.link.region>) && !(<uid.<tag.pg_4>.link.findtype.t_eq_client_linger>)
  295. var.pg_4 [+]
  296. else
  297. var.pg_4 [-]
  298. endif
  299. if (<uid.<tag.pg_5>.link.region>) && !(<uid.<tag.pg_5>.link.findtype.t_eq_client_linger>)
  300. var.pg_5 [+]
  301. else
  302. var.pg_5 [-]
  303. endif
  304. dialog d_pg_list5
  305. elseif (<uid.<var.pg_box>.rescount> > 5)
  306. try tag.pg_x 0 // page multiplier
  307. try tag.pg_pc
  308. try tag.pg_pt
  309. try tag.pg_1 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (1 + <tag.pg_x>))>).uid>
  310. try tag.pg_2 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (2 + <tag.pg_x>))>).uid>
  311. try tag.pg_3 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (3 + <tag.pg_x>))>).uid>
  312. try tag.pg_4 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (4 + <tag.pg_x>))>).uid>
  313. try tag.pg_5 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (5 + <tag.pg_x>))>).uid>
  314. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  315. var.pg_1 [+]
  316. else
  317. var.pg_1 [-]
  318. endif
  319. if (<uid.<tag.pg_2>.link.region>) && !(<uid.<tag.pg_2>.link.findtype.t_eq_client_linger>)
  320. var.pg_2 [+]
  321. else
  322. var.pg_2 [-]
  323. endif
  324. if (<uid.<tag.pg_3>.link.region>) && !(<uid.<tag.pg_3>.link.findtype.t_eq_client_linger>)
  325. var.pg_3 [+]
  326. else
  327. var.pg_3 [-]
  328. endif
  329. if (<uid.<tag.pg_4>.link.region>) && !(<uid.<tag.pg_4>.link.findtype.t_eq_client_linger>)
  330. var.pg_4 [+]
  331. else
  332. var.pg_4 [-]
  333. endif
  334. if (<uid.<tag.pg_5>.link.region>) && !(<uid.<tag.pg_5>.link.findtype.t_eq_client_linger>)
  335. var.pg_5 [+]
  336. else
  337. var.pg_5 [-]
  338. endif
  339. dialog d_pg_listx
  340. endif
  341. endif
  342.  
  343. [dialog d_pg_list1]
  344. 170,200
  345. nomove
  346.  
  347. page 0
  348. resizepic 60 10 5054 370 184
  349.  
  350. htmlgump 85 27 120 20 0 0 0
  351. resizepic 75 20 3000 342 30
  352. button 215 24 4006 4007 1 0 1 // take
  353. button 254 24 4015 4016 1 0 2 // summon
  354. button 295 24 4030 4031 1 0 3 // message
  355. button 335 24 4018 4019 1 0 4 // delete
  356. button 375 24 4003 4004 1 0 5 // jail
  357.  
  358. radio 80 72 5605 2092 0 1
  359. htmlgump 101 70 310 20 2 0 0
  360. htmlgump 83 90 330 46 3 0 0
  361.  
  362. resizepic 75 150 3000 342 30
  363. htmlgump 88 156 320 20 1 0 0
  364.  
  365. [dialog d_pg_list1 text]
  366. <var.pg_font>><uid.<var.pg_box>.rescount> page listeleniyor.
  367. <var.pg_font>>Staff islevselligi: <eval ((<uid.<var.pg_box>.more1> * 100) / <uid.<var.pg_box>.morex>)>%
  368. <var.pg_font1>><uid.<tag.pg_1>.link.account>: <uid.<tag.pg_1>.link.name> <var.pg_1> [<uid.<tag.pg_1>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_1>.more1>) / 600)>m
  369. <var.pg_font2>><uid.<tag.pg_1>.tag.reason>
  370.  
  371. [dialog d_pg_list1 button]
  372. On=1
  373. if (<argchk[1]>)
  374. act <uid.<tag.pg_1>.uid>
  375. endif
  376. if (<act.baseid> != i_page)
  377. pg_smsgx * Bu islem icin bir page secmelisiniz.
  378. return 1
  379. endif
  380.  
  381. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  382. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  383. act 0
  384. pg list
  385. else
  386. if !(<act.color>)
  387. act.color 1 // bu page istatistiklere girdi
  388. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  389. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  390. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  391. endif
  392. act.more2 <uid>
  393. tag.pg_answer <act.uid>
  394. pg
  395. pg go
  396. endif
  397.  
  398. On=2
  399. if (<argchk[1]>)
  400. act <uid.<tag.pg_1>.uid>
  401. endif
  402. if (<act.baseid> != i_page)
  403. pg_smsgx * Bu islem icin bir page secmelisiniz.
  404. return 1
  405. endif
  406.  
  407. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  408. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  409. act 0
  410. pg list
  411. else
  412. if !(<act.color>)
  413. act.color 1 // bu page istatistiklere girdi
  414. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  415. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  416. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  417. endif
  418. act.more2 <uid>
  419. tag.pg_answer <act.uid>
  420. pg
  421. pg summon
  422. endif
  423.  
  424. On=3
  425. if (<argchk[1]>)
  426. act <uid.<tag.pg_1>.uid>
  427. endif
  428. if (<act.baseid> != i_page)
  429. pg_smsgx * Bu islem icin bir page secmelisiniz.
  430. return 1
  431. endif
  432.  
  433. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  434. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  435. act 0
  436. pg list
  437. else
  438. act.more2 <uid>
  439. tag.pg_answer <act.uid>
  440. pg message
  441. endif
  442.  
  443. On=4
  444. if (<argchk[1]>)
  445. act <uid.<tag.pg_1>.uid>
  446. endif
  447. if (<act.baseid> != i_page)
  448. pg_smsgx * Bu islem icin bir page secmelisiniz.
  449. return 1
  450. endif
  451.  
  452. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  453. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  454. act 0
  455. pg list
  456. else
  457. if !(<act.color>)
  458. act.color 1 // bu page istatistiklere girdi
  459. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  460. endif
  461. tag.pg_answer <act.uid>
  462. pg delete
  463. endif
  464.  
  465. On=5
  466. if (<argchk[1]>)
  467. act <uid.<tag.pg_1>.uid>
  468. endif
  469. if (<act.baseid> != i_page)
  470. pg_smsgx * Bu islem icin bir page secmelisiniz.
  471. return 1
  472. endif
  473.  
  474. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  475. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  476. act 0
  477. pg list
  478. else
  479. if !(<act.color>)
  480. act.color 1 // bu page istatistiklere girdi
  481. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  482. endif
  483. tag.pg_answer <act.uid>
  484. pg jail
  485. endif
  486.  
  487. [dialog d_pg_list2]
  488. 170,177
  489. nomove
  490.  
  491. page 0
  492. resizepic 60 10 5054 370 250
  493.  
  494. htmlgump 85 27 120 20 0 0 0
  495. resizepic 75 20 3000 342 30
  496. button 215 24 4006 4007 1 0 1 // take
  497. button 254 24 4015 4016 1 0 2 // summon
  498. button 295 24 4030 4031 1 0 3 // message
  499. button 335 24 4018 4019 1 0 4 // delete
  500. button 375 24 4003 4004 1 0 5 // jail
  501.  
  502. radio 80 72 5605 2092 0 1
  503. htmlgump 101 70 310 20 2 0 0
  504. htmlgump 83 90 330 46 3 0 0
  505.  
  506. radio 80 138 5605 2092 0 2
  507. htmlgump 101 136 310 20 4 0 0
  508. htmlgump 83 156 330 46 5 0 0
  509.  
  510. resizepic 75 216 3000 342 30
  511. htmlgump 88 222 320 20 1 0 0
  512.  
  513. [dialog d_pg_list2 text]
  514. <var.pg_font>><uid.<var.pg_box>.rescount> page listeleniyor.
  515. <var.pg_font>>Staff islevselligi: <eval ((<uid.<var.pg_box>.more1> * 100) / <uid.<var.pg_box>.morex>)>% || Averaj cevap suresi: <eval (<uid.<var.pg_box>.more2> / <uid.<var.pg_box>.morey>)>,<eval ((<uid.<var.pg_box>.more2> / (<uid.<var.pg_box>.morey> / 10)) - ((<uid.<var.pg_box>.more2> / <uid.<var.pg_box>.morey>) * 10))>m
  516. <var.pg_font1>><uid.<tag.pg_1>.link.account>: <uid.<tag.pg_1>.link.name> <var.pg_1> [<uid.<tag.pg_1>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_1>.more1>) / 600)>m
  517. <var.pg_font2>><uid.<tag.pg_1>.tag.reason>
  518. <var.pg_font1>><uid.<tag.pg_2>.link.account>: <uid.<tag.pg_2>.link.name> <var.pg_2> [<uid.<tag.pg_2>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_2>.more1>) / 600)>m
  519. <var.pg_font2>><uid.<tag.pg_2>.tag.reason>
  520.  
  521. [dialog d_pg_list2 button]
  522. On=1
  523. if (<argchk[1]>)
  524. act <uid.<tag.pg_1>.uid>
  525. elseif (<argchk[2]>)
  526. act <uid.<tag.pg_2>.uid>
  527. endif
  528. if (<act.baseid> != i_page)
  529. pg_smsgx * Bu islem icin bir page secmelisiniz.
  530. return 1
  531. endif
  532.  
  533. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  534. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  535. act 0
  536. pg list
  537. else
  538. if !(<act.color>)
  539. act.color 1 // bu page istatistiklere girdi
  540. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  541. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  542. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  543. endif
  544. act.more2 <uid>
  545. tag.pg_answer <act.uid>
  546. pg
  547. pg go
  548. endif
  549.  
  550. On=2
  551. if (<argchk[1]>)
  552. act <uid.<tag.pg_1>.uid>
  553. elseif (<argchk[2]>)
  554. act <uid.<tag.pg_2>.uid>
  555. endif
  556. if (<act.baseid> != i_page)
  557. pg_smsgx * Bu islem icin bir page secmelisiniz.
  558. return 1
  559. endif
  560.  
  561. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  562. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  563. act 0
  564. pg list
  565. else
  566. if !(<act.color>)
  567. act.color 1 // bu page istatistiklere girdi
  568. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  569. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  570. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  571. endif
  572. act.more2 <uid>
  573. tag.pg_answer <act.uid>
  574. pg
  575. pg summon
  576. endif
  577.  
  578. On=3
  579. if (<argchk[1]>)
  580. act <uid.<tag.pg_1>.uid>
  581. elseif (<argchk[2]>)
  582. act <uid.<tag.pg_2>.uid>
  583. endif
  584. if (<act.baseid> != i_page)
  585. pg_smsgx * Bu islem icin bir page secmelisiniz.
  586. return 1
  587. endif
  588.  
  589. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  590. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  591. act 0
  592. pg list
  593. else
  594. act.more2 <uid>
  595. tag.pg_answer <act.uid>
  596. pg message
  597. endif
  598.  
  599. On=4
  600. if (<argchk[1]>)
  601. act <uid.<tag.pg_1>.uid>
  602. elseif (<argchk[2]>)
  603. act <uid.<tag.pg_2>.uid>
  604. endif
  605. if (<act.baseid> != i_page)
  606. pg_smsgx * Bu islem icin bir page secmelisiniz.
  607. return 1
  608. endif
  609.  
  610. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  611. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  612. act 0
  613. pg list
  614. else
  615. if !(<act.color>)
  616. act.color 1 // bu page istatistiklere girdi
  617. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  618. endif
  619. tag.pg_answer <act.uid>
  620. pg delete
  621. endif
  622.  
  623. On=5
  624. if (<argchk[1]>)
  625. act <uid.<tag.pg_1>.uid>
  626. elseif (<argchk[2]>)
  627. act <uid.<tag.pg_2>.uid>
  628. endif
  629. if (<act.baseid> != i_page)
  630. pg_smsgx * Bu islem icin bir page secmelisiniz.
  631. return 1
  632. endif
  633.  
  634. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  635. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  636. act 0
  637. pg list
  638. else
  639. if !(<act.color>)
  640. act.color 1 // bu page istatistiklere girdi
  641. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  642. endif
  643. tag.pg_answer <act.uid>
  644. pg jail
  645. endif
  646.  
  647. [dialog d_pg_list3]
  648. 170,144
  649. nomove
  650.  
  651. page 0
  652. resizepic 60 10 5054 370 316
  653.  
  654. htmlgump 85 27 120 20 0 0 0
  655. resizepic 75 20 3000 342 30
  656. button 215 24 4006 4007 1 0 1 // take
  657. button 254 24 4015 4016 1 0 2 // summon
  658. button 295 24 4030 4031 1 0 3 // message
  659. button 335 24 4018 4019 1 0 4 // delete
  660. button 375 24 4003 4004 1 0 5 // jail
  661.  
  662. radio 80 72 5605 2092 0 1
  663. htmlgump 101 70 310 20 2 0 0
  664. htmlgump 83 90 330 46 3 0 0
  665.  
  666. radio 80 138 5605 2092 0 2
  667. htmlgump 101 136 310 20 4 0 0
  668. htmlgump 83 156 330 46 5 0 0
  669.  
  670. radio 80 204 5605 2092 0 3
  671. htmlgump 101 202 310 20 6 0 0
  672. htmlgump 83 222 330 46 7 0 0
  673.  
  674. resizepic 75 282 3000 342 30
  675. htmlgump 88 288 320 20 1 0 0
  676.  
  677. [dialog d_pg_list3 text]
  678. <var.pg_font>><uid.<var.pg_box>.rescount> page listeleniyor.
  679. <var.pg_font>>Staff islevselligi: <eval ((<uid.<var.pg_box>.more1> * 100) / <uid.<var.pg_box>.morex>)>% || Averaj cevap suresi: <eval (<uid.<var.pg_box>.more2> / <uid.<var.pg_box>.morey>)>,<eval ((<uid.<var.pg_box>.more2> / (<uid.<var.pg_box>.morey> / 10)) - ((<uid.<var.pg_box>.more2> / <uid.<var.pg_box>.morey>) * 10))>m
  680. <var.pg_font1>><uid.<tag.pg_1>.link.account>: <uid.<tag.pg_1>.link.name> <var.pg_1> [<uid.<tag.pg_1>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_1>.more1>) / 600)>m
  681. <var.pg_font2>><uid.<tag.pg_1>.tag.reason>
  682. <var.pg_font1>><uid.<tag.pg_2>.link.account>: <uid.<tag.pg_2>.link.name> <var.pg_2> [<uid.<tag.pg_2>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_2>.more1>) / 600)>m
  683. <var.pg_font2>><uid.<tag.pg_2>.tag.reason>
  684. <var.pg_font1>><uid.<tag.pg_3>.link.account>: <uid.<tag.pg_3>.link.name> <var.pg_3> [<uid.<tag.pg_3>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_3>.more1>) / 600)>m
  685. <var.pg_font2>><uid.<tag.pg_3>.tag.reason>
  686.  
  687. [dialog d_pg_list3 button]
  688. On=1
  689. if (<argchk[1]>)
  690. act <uid.<tag.pg_1>.uid>
  691. elseif (<argchk[2]>)
  692. act <uid.<tag.pg_2>.uid>
  693. elseif (<argchk[3]>)
  694. act <uid.<tag.pg_3>.uid>
  695. endif
  696. if (<act.baseid> != i_page)
  697. pg_smsgx * Bu islem icin bir page secmelisiniz.
  698. return 1
  699. endif
  700.  
  701. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  702. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  703. act 0
  704. pg list
  705. else
  706. if !(<act.color>)
  707. act.color 1 // bu page istatistiklere girdi
  708. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  709. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  710. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  711. endif
  712. act.more2 <uid>
  713. tag.pg_answer <act.uid>
  714. pg
  715. pg go
  716. endif
  717.  
  718. On=2
  719. if (<argchk[1]>)
  720. act <uid.<tag.pg_1>.uid>
  721. elseif (<argchk[2]>)
  722. act <uid.<tag.pg_2>.uid>
  723. elseif (<argchk[3]>)
  724. act <uid.<tag.pg_3>.uid>
  725. endif
  726. if (<act.baseid> != i_page)
  727. pg_smsgx * Bu islem icin bir page secmelisiniz.
  728. return 1
  729. endif
  730.  
  731. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  732. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  733. act 0
  734. pg list
  735. else
  736. if !(<act.color>)
  737. act.color 1 // bu page istatistiklere girdi
  738. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  739. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  740. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  741. endif
  742. act.more2 <uid>
  743. tag.pg_answer <act.uid>
  744. pg
  745. pg summon
  746. endif
  747.  
  748. On=3
  749. if (<argchk[1]>)
  750. act <uid.<tag.pg_1>.uid>
  751. elseif (<argchk[2]>)
  752. act <uid.<tag.pg_2>.uid>
  753. elseif (<argchk[3]>)
  754. act <uid.<tag.pg_3>.uid>
  755. endif
  756. if (<act.baseid> != i_page)
  757. pg_smsgx * Bu islem icin bir page secmelisiniz.
  758. return 1
  759. endif
  760.  
  761. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  762. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  763. act 0
  764. pg list
  765. else
  766. act.more2 <uid>
  767. tag.pg_answer <act.uid>
  768. pg message
  769. endif
  770.  
  771. On=4
  772. if (<argchk[1]>)
  773. act <uid.<tag.pg_1>.uid>
  774. elseif (<argchk[2]>)
  775. act <uid.<tag.pg_2>.uid>
  776. elseif (<argchk[3]>)
  777. act <uid.<tag.pg_3>.uid>
  778. endif
  779. if (<act.baseid> != i_page)
  780. pg_smsgx * Bu islem icin bir page secmelisiniz.
  781. return 1
  782. endif
  783.  
  784. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  785. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  786. act 0
  787. pg list
  788. else
  789. if !(<act.color>)
  790. act.color 1 // bu page istatistiklere girdi
  791. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  792. endif
  793. tag.pg_answer <act.uid>
  794. pg delete
  795. endif
  796.  
  797. On=5
  798. if (<argchk[1]>)
  799. act <uid.<tag.pg_1>.uid>
  800. elseif (<argchk[2]>)
  801. act <uid.<tag.pg_2>.uid>
  802. elseif (<argchk[3]>)
  803. act <uid.<tag.pg_3>.uid>
  804. endif
  805. if (<act.baseid> != i_page)
  806. pg_smsgx * Bu islem icin bir page secmelisiniz.
  807. return 1
  808. endif
  809.  
  810. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  811. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  812. act 0
  813. pg list
  814. else
  815. if !(<act.color>)
  816. act.color 1 // bu page istatistiklere girdi
  817. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  818. endif
  819. tag.pg_answer <act.uid>
  820. pg jail
  821. endif
  822.  
  823. [dialog d_pg_list4]
  824. 170,111
  825. nomove
  826.  
  827. page 0
  828. resizepic 60 10 5054 370 382
  829.  
  830. htmlgump 85 27 120 20 0 0 0
  831. resizepic 75 20 3000 342 30
  832. button 215 24 4006 4007 1 0 1 // take
  833. button 254 24 4015 4016 1 0 2 // summon
  834. button 295 24 4030 4031 1 0 3 // message
  835. button 335 24 4018 4019 1 0 4 // delete
  836. button 375 24 4003 4004 1 0 5 // jail
  837.  
  838. radio 80 72 5605 2092 0 1
  839. htmlgump 101 70 310 20 2 0 0
  840. htmlgump 83 90 330 46 3 0 0
  841.  
  842. radio 80 138 5605 2092 0 2
  843. htmlgump 101 136 310 20 4 0 0
  844. htmlgump 83 156 330 46 5 0 0
  845.  
  846. radio 80 204 5605 2092 0 3
  847. htmlgump 101 202 310 20 6 0 0
  848. htmlgump 83 222 330 46 7 0 0
  849.  
  850. radio 80 270 5605 2092 0 4
  851. htmlgump 101 268 310 20 8 0 0
  852. htmlgump 83 288 330 46 9 0 0
  853.  
  854. resizepic 75 348 3000 342 30
  855. htmlgump 88 354 320 20 1 0 0
  856.  
  857. [dialog d_pg_list4 text]
  858. <var.pg_font>><uid.<var.pg_box>.rescount> page listeleniyor.
  859. <var.pg_font>>Staff islevselligi: <eval ((<uid.<var.pg_box>.more1> * 100) / <uid.<var.pg_box>.morex>)>% || Averaj cevap suresi: <eval (<uid.<var.pg_box>.more2> / <uid.<var.pg_box>.morey>)>,<eval ((<uid.<var.pg_box>.more2> / (<uid.<var.pg_box>.morey> / 10)) - ((<uid.<var.pg_box>.more2> / <uid.<var.pg_box>.morey>) * 10))>m
  860. <var.pg_font1>><uid.<tag.pg_1>.link.account>: <uid.<tag.pg_1>.link.name> <var.pg_1> [<uid.<tag.pg_1>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_1>.more1>) / 600)>m
  861. <var.pg_font2>><uid.<tag.pg_1>.tag.reason>
  862. <var.pg_font1>><uid.<tag.pg_2>.link.account>: <uid.<tag.pg_2>.link.name> <var.pg_2> [<uid.<tag.pg_2>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_2>.more1>) / 600)>m
  863. <var.pg_font2>><uid.<tag.pg_2>.tag.reason>
  864. <var.pg_font1>><uid.<tag.pg_3>.link.account>: <uid.<tag.pg_3>.link.name> <var.pg_3> [<uid.<tag.pg_3>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_3>.more1>) / 600)>m
  865. <var.pg_font2>><uid.<tag.pg_3>.tag.reason>
  866. <var.pg_font1>><uid.<tag.pg_4>.link.account>: <uid.<tag.pg_4>.link.name> <var.pg_4> [<uid.<tag.pg_4>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_4>.more1>) / 600)>m
  867. <var.pg_font2>><uid.<tag.pg_4>.tag.reason>
  868.  
  869. [dialog d_pg_list4 button]
  870. On=1
  871. if (<argchk[1]>)
  872. act <uid.<tag.pg_1>.uid>
  873. elseif (<argchk[2]>)
  874. act <uid.<tag.pg_2>.uid>
  875. elseif (<argchk[3]>)
  876. act <uid.<tag.pg_3>.uid>
  877. elseif (<argchk[4]>)
  878. act <uid.<tag.pg_4>.uid>
  879. endif
  880. if (<act.baseid> != i_page)
  881. pg_smsgx * Bu islem icin bir page secmelisiniz.
  882. return 1
  883. endif
  884.  
  885. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  886. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  887. act 0
  888. pg list
  889. else
  890. if !(<act.color>)
  891. act.color 1 // bu page istatistiklere girdi
  892. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  893. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  894. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  895. endif
  896. act.more2 <uid>
  897. tag.pg_answer <act.uid>
  898. pg
  899. pg go
  900. endif
  901.  
  902. On=2
  903. if (<argchk[1]>)
  904. act <uid.<tag.pg_1>.uid>
  905. elseif (<argchk[2]>)
  906. act <uid.<tag.pg_2>.uid>
  907. elseif (<argchk[3]>)
  908. act <uid.<tag.pg_3>.uid>
  909. elseif (<argchk[4]>)
  910. act <uid.<tag.pg_4>.uid>
  911. endif
  912. if (<act.baseid> != i_page)
  913. pg_smsgx * Bu islem icin bir page secmelisiniz.
  914. return 1
  915. endif
  916.  
  917. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  918. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  919. act 0
  920. pg list
  921. else
  922. if !(<act.color>)
  923. act.color 1 // bu page istatistiklere girdi
  924. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  925. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  926. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  927. endif
  928. act.more2 <uid>
  929. tag.pg_answer <act.uid>
  930. pg
  931. pg summon
  932. endif
  933.  
  934. On=3
  935. if (<argchk[1]>)
  936. act <uid.<tag.pg_1>.uid>
  937. elseif (<argchk[2]>)
  938. act <uid.<tag.pg_2>.uid>
  939. elseif (<argchk[3]>)
  940. act <uid.<tag.pg_3>.uid>
  941. elseif (<argchk[4]>)
  942. act <uid.<tag.pg_4>.uid>
  943. endif
  944. if (<act.baseid> != i_page)
  945. pg_smsgx * Bu islem icin bir page secmelisiniz.
  946. return 1
  947. endif
  948.  
  949. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  950. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  951. act 0
  952. pg list
  953. else
  954. act.more2 <uid>
  955. tag.pg_answer <act.uid>
  956. pg message
  957. endif
  958.  
  959. On=4
  960. if (<argchk[1]>)
  961. act <uid.<tag.pg_1>.uid>
  962. elseif (<argchk[2]>)
  963. act <uid.<tag.pg_2>.uid>
  964. elseif (<argchk[3]>)
  965. act <uid.<tag.pg_3>.uid>
  966. elseif (<argchk[4]>)
  967. act <uid.<tag.pg_4>.uid>
  968. endif
  969. if (<act.baseid> != i_page)
  970. pg_smsgx * Bu islem icin bir page secmelisiniz.
  971. return 1
  972. endif
  973.  
  974. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  975. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  976. act 0
  977. pg list
  978. else
  979. if !(<act.color>)
  980. act.color 1 // bu page istatistiklere girdi
  981. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  982. endif
  983. tag.pg_answer <act.uid>
  984. pg delete
  985. endif
  986.  
  987. On=5
  988. if (<argchk[1]>)
  989. act <uid.<tag.pg_1>.uid>
  990. elseif (<argchk[2]>)
  991. act <uid.<tag.pg_2>.uid>
  992. elseif (<argchk[3]>)
  993. act <uid.<tag.pg_3>.uid>
  994. elseif (<argchk[4]>)
  995. act <uid.<tag.pg_4>.uid>
  996. endif
  997. if (<act.baseid> != i_page)
  998. pg_smsgx * Bu islem icin bir page secmelisiniz.
  999. return 1
  1000. endif
  1001.  
  1002. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1003. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1004. act 0
  1005. pg list
  1006. else
  1007. if !(<act.color>)
  1008. act.color 1 // bu page istatistiklere girdi
  1009. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  1010. endif
  1011. tag.pg_answer <act.uid>
  1012. pg jail
  1013. endif
  1014.  
  1015. [dialog d_pg_list5]
  1016. 170,68
  1017. nomove
  1018.  
  1019. page 0
  1020. resizepic 60 10 5054 370 448
  1021.  
  1022. htmlgump 85 27 120 20 0 0 0
  1023. resizepic 75 20 3000 342 30
  1024. button 215 24 4006 4007 1 0 1 // take
  1025. button 254 24 4015 4016 1 0 2 // summon
  1026. button 295 24 4030 4031 1 0 3 // message
  1027. button 335 24 4018 4019 1 0 4 // delete
  1028. button 375 24 4003 4004 1 0 5 // jail
  1029.  
  1030. radio 80 72 5605 2092 0 1
  1031. htmlgump 101 70 310 20 2 0 0
  1032. htmlgump 83 90 330 46 3 0 0
  1033.  
  1034. radio 80 138 5605 2092 0 2
  1035. htmlgump 101 136 310 20 4 0 0
  1036. htmlgump 83 156 330 46 5 0 0
  1037.  
  1038. radio 80 204 5605 2092 0 3
  1039. htmlgump 101 202 310 20 6 0 0
  1040. htmlgump 83 222 330 46 7 0 0
  1041.  
  1042. radio 80 270 5605 2092 0 4
  1043. htmlgump 101 268 310 20 8 0 0
  1044. htmlgump 83 288 330 46 9 0 0
  1045.  
  1046. radio 80 333 5605 2092 0 5
  1047. htmlgump 101 331 310 20 10 0 0
  1048. htmlgump 83 351 330 46 11 0 0
  1049.  
  1050. resizepic 75 414 3000 342 30
  1051. htmlgump 88 420 320 20 1 0 0
  1052.  
  1053. [dialog d_pg_list5 text]
  1054. <var.pg_font>><uid.<var.pg_box>.rescount> page listeleniyor.
  1055. <var.pg_font>>Staff islevselligi: <eval ((<uid.<var.pg_box>.more1> * 100) / <uid.<var.pg_box>.morex>)>% || Averaj cevap suresi: <eval (<uid.<var.pg_box>.more2> / <uid.<var.pg_box>.morey>)>,<eval ((<uid.<var.pg_box>.more2> / (<uid.<var.pg_box>.morey> / 10)) - ((<uid.<var.pg_box>.more2> / <uid.<var.pg_box>.morey>) * 10))>m
  1056. <var.pg_font1>><uid.<tag.pg_1>.link.account>: <uid.<tag.pg_1>.link.name> <var.pg_1> [<uid.<tag.pg_1>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_1>.more1>) / 600)>m
  1057. <var.pg_font2>><uid.<tag.pg_1>.tag.reason>
  1058. <var.pg_font1>><uid.<tag.pg_2>.link.account>: <uid.<tag.pg_2>.link.name> <var.pg_2> [<uid.<tag.pg_2>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_2>.more1>) / 600)>m
  1059. <var.pg_font2>><uid.<tag.pg_2>.tag.reason>
  1060. <var.pg_font1>><uid.<tag.pg_3>.link.account>: <uid.<tag.pg_3>.link.name> <var.pg_3> [<uid.<tag.pg_3>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_3>.more1>) / 600)>m
  1061. <var.pg_font2>><uid.<tag.pg_3>.tag.reason>
  1062. <var.pg_font1>><uid.<tag.pg_4>.link.account>: <uid.<tag.pg_4>.link.name> <var.pg_4> [<uid.<tag.pg_4>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_4>.more1>) / 600)>m
  1063. <var.pg_font2>><uid.<tag.pg_4>.tag.reason>
  1064. <var.pg_font1>><uid.<tag.pg_5>.link.account>: <uid.<tag.pg_5>.link.name> <var.pg_5> [<uid.<tag.pg_5>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_5>.more1>) / 600)>m
  1065. <var.pg_font2>><uid.<tag.pg_5>.tag.reason>
  1066.  
  1067. [dialog d_pg_list5 button]
  1068. On=1
  1069. if (<argchk[1]>)
  1070. act <uid.<tag.pg_1>.uid>
  1071. elseif (<argchk[2]>)
  1072. act <uid.<tag.pg_2>.uid>
  1073. elseif (<argchk[3]>)
  1074. act <uid.<tag.pg_3>.uid>
  1075. elseif (<argchk[4]>)
  1076. act <uid.<tag.pg_4>.uid>
  1077. elseif (<argchk[5]>)
  1078. act <uid.<tag.pg_5>.uid>
  1079. endif
  1080. if (<act.baseid> != i_page)
  1081. pg_smsgx * Bu islem icin bir page secmelisiniz.
  1082. return 1
  1083. endif
  1084.  
  1085. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1086. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1087. act 0
  1088. pg list
  1089. else
  1090. if !(<act.color>)
  1091. act.color 1 // bu page istatistiklere girdi
  1092. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  1093. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  1094. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  1095. endif
  1096. act.more2 <uid>
  1097. tag.pg_answer <act.uid>
  1098. pg
  1099. pg go
  1100. endif
  1101.  
  1102. On=2
  1103. if (<argchk[1]>)
  1104. act <uid.<tag.pg_1>.uid>
  1105. elseif (<argchk[2]>)
  1106. act <uid.<tag.pg_2>.uid>
  1107. elseif (<argchk[3]>)
  1108. act <uid.<tag.pg_3>.uid>
  1109. elseif (<argchk[4]>)
  1110. act <uid.<tag.pg_4>.uid>
  1111. elseif (<argchk[5]>)
  1112. act <uid.<tag.pg_5>.uid>
  1113. endif
  1114. if (<act.baseid> != i_page)
  1115. pg_smsgx * Bu islem icin bir page secmelisiniz.
  1116. return 1
  1117. endif
  1118.  
  1119. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1120. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1121. act 0
  1122. pg list
  1123. else
  1124. if !(<act.color>)
  1125. act.color 1 // bu page istatistiklere girdi
  1126. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  1127. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  1128. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  1129. endif
  1130. act.more2 <uid>
  1131. tag.pg_answer <act.uid>
  1132. pg
  1133. pg summon
  1134. endif
  1135.  
  1136. On=3
  1137. if (<argchk[1]>)
  1138. act <uid.<tag.pg_1>.uid>
  1139. elseif (<argchk[2]>)
  1140. act <uid.<tag.pg_2>.uid>
  1141. elseif (<argchk[3]>)
  1142. act <uid.<tag.pg_3>.uid>
  1143. elseif (<argchk[4]>)
  1144. act <uid.<tag.pg_4>.uid>
  1145. elseif (<argchk[5]>)
  1146. act <uid.<tag.pg_5>.uid>
  1147. endif
  1148. if (<act.baseid> != i_page)
  1149. pg_smsgx * Bu islem icin bir page secmelisiniz.
  1150. return 1
  1151. endif
  1152.  
  1153. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1154. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1155. act 0
  1156. pg list
  1157. else
  1158. act.more2 <uid>
  1159. tag.pg_answer <act.uid>
  1160. pg message
  1161. endif
  1162.  
  1163. On=4
  1164. if (<argchk[1]>)
  1165. act <uid.<tag.pg_1>.uid>
  1166. elseif (<argchk[2]>)
  1167. act <uid.<tag.pg_2>.uid>
  1168. elseif (<argchk[3]>)
  1169. act <uid.<tag.pg_3>.uid>
  1170. elseif (<argchk[4]>)
  1171. act <uid.<tag.pg_4>.uid>
  1172. elseif (<argchk[5]>)
  1173. act <uid.<tag.pg_5>.uid>
  1174. endif
  1175. if (<act.baseid> != i_page)
  1176. pg_smsgx * Bu islem icin bir page secmelisiniz.
  1177. return 1
  1178. endif
  1179.  
  1180. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1181. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1182. act 0
  1183. pg list
  1184. else
  1185. if !(<act.color>)
  1186. act.color 1 // bu page istatistiklere girdi
  1187. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  1188. endif
  1189. tag.pg_answer <act.uid>
  1190. pg delete
  1191. endif
  1192.  
  1193. On=5
  1194. if (<argchk[1]>)
  1195. act <uid.<tag.pg_1>.uid>
  1196. elseif (<argchk[2]>)
  1197. act <uid.<tag.pg_2>.uid>
  1198. elseif (<argchk[3]>)
  1199. act <uid.<tag.pg_3>.uid>
  1200. elseif (<argchk[4]>)
  1201. act <uid.<tag.pg_4>.uid>
  1202. elseif (<argchk[5]>)
  1203. act <uid.<tag.pg_5>.uid>
  1204. endif
  1205. if (<act.baseid> != i_page)
  1206. pg_smsgx * Bu islem icin bir page secmelisiniz.
  1207. return 1
  1208. endif
  1209.  
  1210. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1211. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1212. act 0
  1213. pg list
  1214. else
  1215. if !(<act.color>)
  1216. act.color 1 // bu page istatistiklere girdi
  1217. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  1218. endif
  1219. tag.pg_answer <act.uid>
  1220. pg jail
  1221. endif
  1222.  
  1223. [dialog d_pg_listx]
  1224. 170,68
  1225. nomove
  1226.  
  1227. page 0
  1228. resizepic 60 10 5054 370 468
  1229.  
  1230. htmlgump 85 27 120 20 0 0 0
  1231. resizepic 75 20 3000 342 30
  1232. button 215 24 4006 4007 1 0 1 // take
  1233. button 254 24 4015 4016 1 0 2 // summon
  1234. button 295 24 4030 4031 1 0 3 // message
  1235. button 335 24 4018 4019 1 0 4 // delete
  1236. button 375 24 4003 4004 1 0 5 // jail
  1237.  
  1238. radio 80 72 5605 2092 0 1
  1239. htmlgump 101 70 310 20 2 0 0
  1240. htmlgump 83 90 330 46 3 0 0
  1241.  
  1242. radio 80 138 5605 2092 0 2
  1243. htmlgump 101 136 310 20 4 0 0
  1244. htmlgump 83 156 330 46 5 0 0
  1245.  
  1246. radio 80 204 5605 2092 0 3
  1247. htmlgump 101 202 310 20 6 0 0
  1248. htmlgump 83 222 330 46 7 0 0
  1249.  
  1250. radio 80 270 5605 2092 0 4
  1251. htmlgump 101 268 310 20 8 0 0
  1252. htmlgump 83 288 330 46 9 0 0
  1253.  
  1254. radio 80 333 5605 2092 0 5
  1255. htmlgump 101 331 310 20 10 0 0
  1256. htmlgump 83 351 330 46 11 0 0
  1257.  
  1258. resizepic 335 408 3000 82 24
  1259. htmlgump 348 411 40 20 12 0 0
  1260. button 392 413 2224 2104 1 0 99
  1261.  
  1262. resizepic 75 434 3000 342 30
  1263. htmlgump 88 440 320 20 1 0 0
  1264.  
  1265. [dialog d_pg_listx text]
  1266. <var.pg_font>><uid.<var.pg_box>.rescount> page listeleniyor.
  1267. <var.pg_font>>Staff islevselligi: <eval ((<uid.<var.pg_box>.more1> * 100) / <uid.<var.pg_box>.morex>)>% || Averaj cevap suresi: <eval (<uid.<var.pg_box>.more2> / <uid.<var.pg_box>.morey>)>,<eval ((<uid.<var.pg_box>.more2> / (<uid.<var.pg_box>.morey> / 10)) - ((<uid.<var.pg_box>.more2> / <uid.<var.pg_box>.morey>) * 10))>m
  1268. <var.pg_font1>><uid.<tag.pg_1>.link.account>: <uid.<tag.pg_1>.link.name> <var.pg_1> [<uid.<tag.pg_1>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_1>.more1>) / 600)>m
  1269. <var.pg_font2>><uid.<tag.pg_1>.tag.reason>
  1270. <var.pg_font1>><uid.<tag.pg_2>.link.account>: <uid.<tag.pg_2>.link.name> <var.pg_2> [<uid.<tag.pg_2>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_2>.more1>) / 600)>m
  1271. <var.pg_font2>><uid.<tag.pg_2>.tag.reason>
  1272. <var.pg_font1>><uid.<tag.pg_3>.link.account>: <uid.<tag.pg_3>.link.name> <var.pg_3> [<uid.<tag.pg_3>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_3>.more1>) / 600)>m
  1273. <var.pg_font2>><uid.<tag.pg_3>.tag.reason>
  1274. <var.pg_font1>><uid.<tag.pg_4>.link.account>: <uid.<tag.pg_4>.link.name> <var.pg_4> [<uid.<tag.pg_4>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_4>.more1>) / 600)>m
  1275. <var.pg_font2>><uid.<tag.pg_4>.tag.reason>
  1276. <var.pg_font1>><uid.<tag.pg_5>.link.account>: <uid.<tag.pg_5>.link.name> <var.pg_5> [<uid.<tag.pg_5>.link.uid>] <eval ((<serv.time> - <uid.<tag.pg_5>.more1>) / 600)>m
  1277. <var.pg_font2>><uid.<tag.pg_5>.tag.reason>
  1278. <var.pg_font>><eval (<tag.pg_x> + 1)>..<eval (<tag.pg_x> + 5)>
  1279.  
  1280. [dialog d_pg_listx button]
  1281. On=99
  1282. if !(<uid.<var.pg_box>.rescount> > 5)
  1283. pg list
  1284. else
  1285. if (<uid.<var.pg_box>.rescount> > <eval (<tag.pg_x> + 10)>)
  1286. try tag.pg_x <eval (<tag.pg_x> + 5)>
  1287. try tag.pg_1 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (1 + <tag.pg_x>))>).uid>
  1288. try tag.pg_2 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (2 + <tag.pg_x>))>).uid>
  1289. try tag.pg_3 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (3 + <tag.pg_x>))>).uid>
  1290. try tag.pg_4 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (4 + <tag.pg_x>))>).uid>
  1291. try tag.pg_5 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (5 + <tag.pg_x>))>).uid>
  1292. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  1293. var.pg_1 [+]
  1294. else
  1295. var.pg_1 [-]
  1296. endif
  1297. if (<uid.<tag.pg_2>.link.region>) && !(<uid.<tag.pg_2>.link.findtype.t_eq_client_linger>)
  1298. var.pg_2 [+]
  1299. else
  1300. var.pg_2 [-]
  1301. endif
  1302. if (<uid.<tag.pg_3>.link.region>) && !(<uid.<tag.pg_3>.link.findtype.t_eq_client_linger>)
  1303. var.pg_3 [+]
  1304. else
  1305. var.pg_3 [-]
  1306. endif
  1307. if (<uid.<tag.pg_4>.link.region>) && !(<uid.<tag.pg_4>.link.findtype.t_eq_client_linger>)
  1308. var.pg_4 [+]
  1309. else
  1310. var.pg_4 [-]
  1311. endif
  1312. if (<uid.<tag.pg_5>.link.region>) && !(<uid.<tag.pg_5>.link.findtype.t_eq_client_linger>)
  1313. var.pg_5 [+]
  1314. else
  1315. var.pg_5 [-]
  1316. endif
  1317. dialog d_pg_listx
  1318. elseif (<uid.<var.pg_box>.rescount> == <eval (<tag.pg_x> + 10)>)
  1319. try tag.pg_x <eval (<tag.pg_x> + 5)>
  1320. try tag.pg_1 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (1 + <tag.pg_x>))>).uid>
  1321. try tag.pg_2 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (2 + <tag.pg_x>))>).uid>
  1322. try tag.pg_3 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (3 + <tag.pg_x>))>).uid>
  1323. try tag.pg_4 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (4 + <tag.pg_x>))>).uid>
  1324. try tag.pg_5 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (5 + <tag.pg_x>))>).uid>
  1325. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  1326. var.pg_1 [+]
  1327. else
  1328. var.pg_1 [-]
  1329. endif
  1330. if (<uid.<tag.pg_2>.link.region>) && !(<uid.<tag.pg_2>.link.findtype.t_eq_client_linger>)
  1331. var.pg_2 [+]
  1332. else
  1333. var.pg_2 [-]
  1334. endif
  1335. if (<uid.<tag.pg_3>.link.region>) && !(<uid.<tag.pg_3>.link.findtype.t_eq_client_linger>)
  1336. var.pg_3 [+]
  1337. else
  1338. var.pg_3 [-]
  1339. endif
  1340. if (<uid.<tag.pg_4>.link.region>) && !(<uid.<tag.pg_4>.link.findtype.t_eq_client_linger>)
  1341. var.pg_4 [+]
  1342. else
  1343. var.pg_4 [-]
  1344. endif
  1345. if (<uid.<tag.pg_5>.link.region>) && !(<uid.<tag.pg_5>.link.findtype.t_eq_client_linger>)
  1346. var.pg_5 [+]
  1347. else
  1348. var.pg_5 [-]
  1349. endif
  1350. dialog d_pg_list5
  1351. elseif (<uid.<var.pg_box>.rescount> == <eval (<tag.pg_x> + 9)>)
  1352. try tag.pg_x <eval (<tag.pg_x> + 5)>
  1353. try tag.pg_1 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (1 + <tag.pg_x>))>).uid>
  1354. try tag.pg_2 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (2 + <tag.pg_x>))>).uid>
  1355. try tag.pg_3 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (3 + <tag.pg_x>))>).uid>
  1356. try tag.pg_4 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (4 + <tag.pg_x>))>).uid>
  1357. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  1358. var.pg_1 [+]
  1359. else
  1360. var.pg_1 [-]
  1361. endif
  1362. if (<uid.<tag.pg_2>.link.region>) && !(<uid.<tag.pg_2>.link.findtype.t_eq_client_linger>)
  1363. var.pg_2 [+]
  1364. else
  1365. var.pg_2 [-]
  1366. endif
  1367. if (<uid.<tag.pg_3>.link.region>) && !(<uid.<tag.pg_3>.link.findtype.t_eq_client_linger>)
  1368. var.pg_3 [+]
  1369. else
  1370. var.pg_3 [-]
  1371. endif
  1372. if (<uid.<tag.pg_4>.link.region>) && !(<uid.<tag.pg_4>.link.findtype.t_eq_client_linger>)
  1373. var.pg_4 [+]
  1374. else
  1375. var.pg_4 [-]
  1376. endif
  1377. dialog d_pg_list4
  1378. elseif (<uid.<var.pg_box>.rescount> == <eval (<tag.pg_x> + 8)>)
  1379. try tag.pg_x <eval (<tag.pg_x> + 5)>
  1380. try tag.pg_1 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (1 + <tag.pg_x>))>).uid>
  1381. try tag.pg_2 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (2 + <tag.pg_x>))>).uid>
  1382. try tag.pg_3 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (3 + <tag.pg_x>))>).uid>
  1383. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  1384. var.pg_1 [+]
  1385. else
  1386. var.pg_1 [-]
  1387. endif
  1388. if (<uid.<tag.pg_2>.link.region>) && !(<uid.<tag.pg_2>.link.findtype.t_eq_client_linger>)
  1389. var.pg_2 [+]
  1390. else
  1391. var.pg_2 [-]
  1392. endif
  1393. if (<uid.<tag.pg_3>.link.region>) && !(<uid.<tag.pg_3>.link.findtype.t_eq_client_linger>)
  1394. var.pg_3 [+]
  1395. else
  1396. var.pg_3 [-]
  1397. endif
  1398. dialog d_pg_list3
  1399. elseif (<uid.<var.pg_box>.rescount> == <eval (<tag.pg_x> + 7)>)
  1400. try tag.pg_x <eval (<tag.pg_x> + 5)>
  1401. try tag.pg_1 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (1 + <tag.pg_x>))>).uid>
  1402. try tag.pg_2 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (2 + <tag.pg_x>))>).uid>
  1403. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  1404. var.pg_1 [+]
  1405. else
  1406. var.pg_1 [-]
  1407. endif
  1408. if (<uid.<tag.pg_2>.link.region>) && !(<uid.<tag.pg_2>.link.findtype.t_eq_client_linger>)
  1409. var.pg_2 [+]
  1410. else
  1411. var.pg_2 [-]
  1412. endif
  1413. dialog d_pg_list2
  1414. elseif (<uid.<var.pg_box>.rescount> == <eval (<tag.pg_x> + 6)>)
  1415. try tag.pg_x <eval (<tag.pg_x> + 5)>
  1416. try tag.pg_1 <uid.<var.pg_box>.findcont(<eval (<uid.<var.pg_box>.rescount> - (1 + <tag.pg_x>))>).uid>
  1417. if (<uid.<tag.pg_1>.link.region>) && !(<uid.<tag.pg_1>.link.findtype.t_eq_client_linger>)
  1418. var.pg_1 [+]
  1419. else
  1420. var.pg_1 [-]
  1421. endif
  1422. dialog d_pg_list1
  1423. endif
  1424. endif
  1425.  
  1426. On=1
  1427. if (<argchk[1]>)
  1428. act <uid.<tag.pg_1>.uid>
  1429. elseif (<argchk[2]>)
  1430. act <uid.<tag.pg_2>.uid>
  1431. elseif (<argchk[3]>)
  1432. act <uid.<tag.pg_3>.uid>
  1433. elseif (<argchk[4]>)
  1434. act <uid.<tag.pg_4>.uid>
  1435. elseif (<argchk[5]>)
  1436. act <uid.<tag.pg_5>.uid>
  1437. endif
  1438. if (<act.baseid> != i_page)
  1439. pg_smsgx * Bu islem icin bir page secmelisiniz.
  1440. return 1
  1441. endif
  1442.  
  1443. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1444. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1445. act 0
  1446. pg list
  1447. else
  1448. if !(<act.color>)
  1449. act.color 1 // bu page istatistiklere girdi
  1450. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  1451. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  1452. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  1453. endif
  1454. act.more2 <uid>
  1455. tag.pg_answer <act.uid>
  1456. pg
  1457. pg go
  1458. endif
  1459.  
  1460. On=2
  1461. if (<argchk[1]>)
  1462. act <uid.<tag.pg_1>.uid>
  1463. elseif (<argchk[2]>)
  1464. act <uid.<tag.pg_2>.uid>
  1465. elseif (<argchk[3]>)
  1466. act <uid.<tag.pg_3>.uid>
  1467. elseif (<argchk[4]>)
  1468. act <uid.<tag.pg_4>.uid>
  1469. elseif (<argchk[5]>)
  1470. act <uid.<tag.pg_5>.uid>
  1471. endif
  1472. if (<act.baseid> != i_page)
  1473. pg_smsgx * Bu islem icin bir page secmelisiniz.
  1474. return 1
  1475. endif
  1476.  
  1477. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1478. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1479. act 0
  1480. pg list
  1481. else
  1482. if !(<act.color>)
  1483. act.color 1 // bu page istatistiklere girdi
  1484. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  1485. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  1486. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  1487. endif
  1488. act.more2 <uid>
  1489. tag.pg_answer <act.uid>
  1490. pg
  1491. pg summon
  1492. endif
  1493.  
  1494. On=3
  1495. if (<argchk[1]>)
  1496. act <uid.<tag.pg_1>.uid>
  1497. elseif (<argchk[2]>)
  1498. act <uid.<tag.pg_2>.uid>
  1499. elseif (<argchk[3]>)
  1500. act <uid.<tag.pg_3>.uid>
  1501. elseif (<argchk[4]>)
  1502. act <uid.<tag.pg_4>.uid>
  1503. elseif (<argchk[5]>)
  1504. act <uid.<tag.pg_5>.uid>
  1505. endif
  1506. if (<act.baseid> != i_page)
  1507. pg_smsgx * Bu islem icin bir page secmelisiniz.
  1508. return 1
  1509. endif
  1510.  
  1511. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1512. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1513. act 0
  1514. pg list
  1515. else
  1516. act.more2 <uid>
  1517. tag.pg_answer <act.uid>
  1518. pg message
  1519. endif
  1520.  
  1521. On=4
  1522. if (<argchk[1]>)
  1523. act <uid.<tag.pg_1>.uid>
  1524. elseif (<argchk[2]>)
  1525. act <uid.<tag.pg_2>.uid>
  1526. elseif (<argchk[3]>)
  1527. act <uid.<tag.pg_3>.uid>
  1528. elseif (<argchk[4]>)
  1529. act <uid.<tag.pg_4>.uid>
  1530. elseif (<argchk[5]>)
  1531. act <uid.<tag.pg_5>.uid>
  1532. endif
  1533. if (<act.baseid> != i_page)
  1534. pg_smsgx * Bu islem icin bir page secmelisiniz.
  1535. return 1
  1536. endif
  1537.  
  1538. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1539. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1540. act 0
  1541. pg list
  1542. else
  1543. if !(<act.color>)
  1544. act.color 1 // bu page istatistiklere girdi
  1545. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  1546. endif
  1547. tag.pg_answer <act.uid>
  1548. pg delete
  1549. endif
  1550.  
  1551. On=5
  1552. if (<argchk[1]>)
  1553. act <uid.<tag.pg_1>.uid>
  1554. elseif (<argchk[2]>)
  1555. act <uid.<tag.pg_2>.uid>
  1556. elseif (<argchk[3]>)
  1557. act <uid.<tag.pg_3>.uid>
  1558. elseif (<argchk[4]>)
  1559. act <uid.<tag.pg_4>.uid>
  1560. elseif (<argchk[5]>)
  1561. act <uid.<tag.pg_5>.uid>
  1562. endif
  1563. if (<act.baseid> != i_page)
  1564. pg_smsgx * Bu islem icin bir page secmelisiniz.
  1565. return 1
  1566. endif
  1567.  
  1568. if (<uid.<act.more2>.ischar>) && (<uid.<act.more2>.region>) && !(<uid.<act.more2>.findtype.t_eq_client_linger>) && (<act.more2> != <uid>)
  1569. try pg_smsgx * Bu page ile <uid.<act.more2>.name> zaten ilgilenmekte.
  1570. act 0
  1571. pg list
  1572. else
  1573. if !(<act.color>)
  1574. act.color 1 // bu page istatistiklere girdi
  1575. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  1576. endif
  1577. tag.pg_answer <act.uid>
  1578. pg jail
  1579. endif
  1580.  
  1581. [dialog d_pg_message]
  1582. 170,160
  1583. nomove
  1584.  
  1585. page 0
  1586. resizepic 60 0 5054 370 304
  1587.  
  1588. htmlgump 83 20 300 20 0 0 0
  1589. htmlgump 83 40 330 65 1 0 0
  1590. htmlgump 83 105 330 20 3 0 0
  1591.  
  1592. resizepic 74 125 3000 345 160
  1593. textentry 83 130 330 35 1152 1 2
  1594. textentry 83 150 330 35 1152 2 2
  1595. textentry 83 170 330 35 1152 3 2
  1596. textentry 83 190 330 35 1152 4 2
  1597. textentry 83 210 330 35 1152 5 2
  1598. textentry 83 230 330 35 1152 6 2
  1599.  
  1600. button 340 255 4021 4022 1 0 0
  1601. button 380 255 4030 4031 1 0 1
  1602.  
  1603. [dialog d_pg_message text]
  1604. <var.pg_font1>><act.link.account>: <act.link.name> [<act.link.uid>] <eval ((<serv.time> - <act.more1>) / 600)>m
  1605. <var.pg_font2>><act.tag.reason>
  1606. <tag.pg_m>
  1607. <var.pg_font1>>Gonderilecek mesaj:
  1608.  
  1609. [dialog d_pg_message button]
  1610. On=0
  1611. pg undo
  1612.  
  1613. On=1
  1614. try act <uid.<tag.pg_answer>.link.uid>
  1615. if !(<act.region>) || (<act.findtype.t_eq_client_linger>)
  1616. pg_smsgx * <act.link.name> su an offline oldugu icin ona mesaj atamazsiniz.
  1617. pg undo
  1618. return 1
  1619. endif
  1620. act.findid.i_page_messager.remove
  1621. newitem i_page_messager
  1622. if (0<account.plevel> == 2)
  1623. act.tag.plvl Counselor
  1624. elseif (0<account.plevel> == 3)
  1625. act.tag.plvl Seer
  1626. elseif (0<account.plevel> == 4)
  1627. act.tag.plvl Gm
  1628. elseif (0<account.plevel> == 5)
  1629. act.tag.plvl Senior Gm
  1630. elseif (0<account.plevel> > 5)
  1631. act.tag.plvl Admin
  1632. endif
  1633. act.tag.time <serv.rtime>
  1634. act.tag.from <name>
  1635. act.tag.message1 <argtxt[1]>
  1636. act.tag.message2 <argtxt[2]>
  1637. act.tag.message3 <argtxt[3]>
  1638. act.tag.message4 <argtxt[4]>
  1639. act.tag.message5 <argtxt[5]>
  1640. act.tag.message6 <argtxt[6]>
  1641. act.tag.page <uid.<tag.pg_answer>.tag.reason>
  1642. act.cont <uid.<tag.pg_answer>.link.uid>
  1643. act.timer 1
  1644. pg_smsgx * Mesajiniz gonderildi.
  1645. act <tag.pg_answer>
  1646. if !(<act.color>)
  1647. act.color 1 // bu page istatistiklere girdi
  1648. try act.cont.more1 <eval (<act.cont.more1> + 1)> // yanitlandi
  1649. try act.cont.morey <eval (<act.cont.morey> + 1)> // ortalamaya katildi
  1650. try act.cont.more2 <eval (<act.cont.more2> + ((<serv.time> - <act.more1>) / 600)> // sure eklendi
  1651. endif
  1652. pg delete
  1653.  
  1654. [dialog d_pg_message_user]
  1655. 0,0
  1656. nomove
  1657. noclose
  1658. nodispose
  1659.  
  1660. page 1
  1661. button 15 15 30 30 0 2 1
  1662.  
  1663. page 2
  1664. resizepic 50 50 5054 337 335
  1665. button 362 62 3 4 1 0 0
  1666.  
  1667. htmlgump 63 60 250 20 0 0 0
  1668. htmlgump 63 80 250 20 1 0 0
  1669. htmlgump 63 100 250 20 2 0 0
  1670.  
  1671. resizepic 60 125 3000 320 130
  1672. htmlgump 65 130 310 20 3 0 0
  1673. htmlgump 65 150 310 20 4 0 0
  1674. htmlgump 65 170 310 20 5 0 0
  1675. htmlgump 65 190 310 20 6 0 0
  1676. htmlgump 65 210 310 20 7 0 0
  1677. htmlgump 65 230 310 20 8 0 0
  1678.  
  1679. htmlgump 65 270 310 20 9 0 0
  1680.  
  1681. resizepic 60 295 3000 320 70
  1682. htmlgump 65 300 310 60 10 0 0
  1683.  
  1684. [dialog d_pg_message_user text]
  1685. <var.pg_font2>>Mesajiniz Var!
  1686. <var.pg_font1>>Gonderen: <findid.i_page_messager.tag.plvl> <findid.i_page_messager.tag.from>
  1687. <var.pg_font1>>Tarih: <findid.i_page_messager.tag.time>
  1688. <findid.i_page_messager.tag.message1>
  1689. <findid.i_page_messager.tag.message2>
  1690. <findid.i_page_messager.tag.message3>
  1691. <findid.i_page_messager.tag.message4>
  1692. <findid.i_page_messager.tag.message5>
  1693. <findid.i_page_messager.tag.message6>
  1694. <var.pg_font2>>Atmis oldugunuz page;
  1695. <findid.i_page_messager.tag.page>
  1696.  
  1697. [dialog d_pg_message_user button]
  1698.  
  1699. [itemdef i_page_messager]
  1700. name Page Messager
  1701. id i_book_open
  1702. type t_eq_script
  1703. weight 0
  1704.  
  1705. On=@Create
  1706. attr attr_invis|attr_move_never|attr_newbie
  1707.  
  1708. On=@UnEquip
  1709. src.dialog d_pg_message_user
  1710.  
  1711. On=@Timer
  1712. remove
  1713. return 1
  1714.  
  1715. [itemdef i_page]
  1716. name Page
  1717. id i_book_open
  1718. type t_script
  1719. weight 0
  1720.  
  1721. On=@Create
  1722. attr attr_invis|attr_move_never
  1723.  
  1724. [itemdef i_page_box]
  1725. name Page Box
  1726. id i_basket_square
  1727. type t_container
  1728. weight 2000
  1729. tdata2 03f
  1730.  
  1731. On=@Create
  1732. attr attr_move_never
  1733. dispid i_grave_stone
  1734.  
  1735. On=@Click
  1736. sayua <serv.name> <name>
  1737. sayua 0482,0,0,0 [<rescount> cagri]
  1738. sayua 0482,0,0,0 [t: <morex> si: <eval ((<more1> * 100) / <morex>)>%
  1739. return 1
  1740.  
  1741. On=@PickUp_Ground
  1742. return 1
  1743.  
  1744.  
  1745. [eof]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement