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

Skill Menüleri Hakkında


Sebastian71

Öne çıkan mesajlar

Çok tutulan konularima bir yenisi daha :D eheheheh walla benim açtıgım konulari okuyan dk de bi server açabilir. Şaka şaka No Geyik Yes Yardımlaşma !!!
Şincik , Zebula scriptlerinden skill menülerini buldum degistirdim bütün hazırcılar gibi yaptım bişiler orasını geçelim :D Sonra bir baktım olmadı niye olabilir birde şu vbendorları geberticem buy yazyorsun hep aynı vendor atlıyor bi serverda 2 kere tıklayınca menüsü açılan vendorlar wardı bulan bilen war mı birde şu vendorların satacagı şeyi yapabiliyormuyuz tabiiki yapıyoruz da nasıl yapılıyor. Mesela bir Mage Vendorun Reg Cristali satmasini gibi bir animal tamer in shrink satması gibi ??? Ama önemli olan şu menüler gıcık oldum HELP Paticik.com ve Saz arkadaşlari :D
Link to comment
Sosyal ağlarda paylaş

önce aratsan olurdu ya neyse :)
vendorlara buy dedkiten sonrra bye de digerinin yanına git buy de :)
2 - vendorların olduğu scriptin içine gir
BUy=i_katana,999//bu satırda 999 kaçtane satın alabileceği i_katana ne satın aldığı
SELL=i_katana,999//bu satırda 999 kaçtane sattığı i_katana ne sattığıdır.[signature][hline]Her Avcı Avını Tutkuyla Avlar .
Bense Ötesinde Bir Av Yaparım .
Grandmaster zgrw
[Bu imza zgrw tarafından 07 July 2004 23:18 tarihinde değiştirilmiştir]
Link to comment
Sosyal ağlarda paylaş

bak şimdi elinde menu varsa onu direk script olarak kaydet .
script şöle başlıyodur
[DIALOG d_menu]
.
.
.

şimdi skille item diğlkimki black staff .
scriptlerin arasından black staffı arayıp bulacan , scriptini aççan ve onun koduna şunu ekleyecen

ON=@DCLICK
dialog d_menu
return 1

bunu yaparsan menu isi tamamdır :)[signature][hline]Her Avcı Avını Tutkuyla Avlar .
Bense Ötesinde Bir Av Yaparım .
Grandmaster zgrw
[Bu imza zgrw tarafından 07 July 2004 23:18 tarihinde değiştirilmiştir]
Link to comment
Sosyal ağlarda paylaş

Skill bu ,satiri ekledim olmadi ???



// ----------------------------
// SKILL_TAILORING.SCP - TAILOR MENUSU
// SON GUNCELLENME TARIHI: 17 Ocak 2002 - Infinity
// ----------------------------
VERSION=0.55

[FUNCTION f_skill_tailoring]
DIALOG d_skill_tailoring

[DIALOG d_skill_tailoring]
10,10
page 0
ON=@DCLICK
dialog d_menu
return 1

// main borders
resizepic 0 0 5054 515 300
resizepic 155 30 3000 350 240

// menu header borders
resizepic 10 30 3000 110 24
resizepic 10 55 3000 110 24
resizepic 10 80 3000 110 24
resizepic 10 105 3000 110 24
resizepic 10 130 3000 110 24
resizepic 10 155 3000 110 24
resizepic 10 180 3000 110 24
resizepic 10 205 3000 110 24
resizepic 10 230 3000 110 24

// menu buttons
button 120 30 4006 4007 0 1 1
button 120 55 4006 4007 0 2 2
button 120 80 4006 4007 0 3 3
button 120 105 4006 4007 0 4 4
button 120 130 4006 4007 0 5 5
button 120 155 4006 4007 0 6 6
button 120 180 4006 4007 0 7 7
button 120 205 4006 4007 0 8 8
button 120 230 4006 4007 0 9 9


button 245 270 4006 4007 1 0 99 // Make Last Button
button 360 270 4006 4007 1 0 9 // Ok button
button 475 270 4006 4007 1 0 0 // Cancel button

text 155 270 0 2 // Tekar
text 415 270 0 1 // Cancel
text 305 270 0 3 // Tamam


text 185 5 0 0
text 15 32 0 60
text 15 57 0 61
text 15 82 0 62
text 15 107 0 63
text 15 132 0 64
text 15 157 0 65
text 15 182 0 66
text 15 207 0 67
text 15 232 0 68

//---------------------------------------------------
Page 1 // Hats
// row 1
text 180 35 0 4
text 280 35 0 5
text 380 35 0 6

// row 2
text 180 90 0 7
text 280 90 0 8
text 380 90 0 9

// row 3
text 180 145 0 10
text 260 145 0 11
text 380 145 0 12

// row 4
text 180 200 0 13
text 280 200 0 14
text 380 200 0 15

// row 1
tilepic 200 60 5443
tilepic 300 60 5440
tilepic 400 60 5907
// row 2
tilepic 200 115 5908
tilepic 300 115 5911
tilepic 400 115 5910
// row 3
tilepic 200 170 5913
tilepic 300 170 5914
tilepic 400 170 5915
// row 4
tilepic 200 225 5916
tilepic 300 225 5909
tilepic 400 225 5912

// row 1
button 180 55 210 211 1 0 11
button 280 55 210 211 1 0 12
button 380 55 210 211 1 0 13
// row 2
button 180 110 210 211 1 0 14
button 280 110 210 211 1 0 15
button 380 110 210 211 1 0 16
// row 3
button 180 165 210 211 1 0 17
button 280 165 210 211 1 0 18
button 380 165 210 211 1 0 19
// row 4
button 180 220 210 211 1 0 20
button 280 220 210 211 1 0 21
button 380 220 210 211 1 0 22

//---------------------------------------------------
Page 2 // Shirts
// row 1
text 180 35 0 16
text 280 35 0 17
text 380 35 0 18

// row 2
text 180 90 0 19
text 280 90 0 20
text 380 90 0 21

// row 3
text 180 145 0 22
text 280 145 0 23
text 380 145 0 24

// row 4
text 180 208 0 25

// row 1
tilepic 185 55 8059
tilepic 305 55 5399
tilepic 405 55 7933
// row 2
tilepic 195 105 8097
tilepic 290 105 8189
tilepic 400 110 7937
// row 3
tilepic 190 163 7935
tilepic 300 160 5397
tilepic 400 165 7939
// row 4
tilepic 180 225 8095

// row 1
button 180 55 210 211 1 0 23
button 280 55 210 211 1 0 24
button 380 55 210 211 1 0 25
// row 2
button 180 110 210 211 1 0 26
button 280 110 210 211 1 0 27
button 380 110 210 211 1 0 28
// row 3
button 180 165 210 211 1 0 29
button 280 165 210 211 1 0 30
button 380 165 210 211 1 0 31
// row 4
button 180 230 210 211 1 0 32

//---------------------------------------------------
Page 3 // Pants
// row 1
text 180 35 0 26
text 280 35 0 27
text 380 35 0 28

// row 2
text 180 90 0 29

// row 1
tilepic 200 60 5422
tilepic 300 60 5433
tilepic 400 60 5431
// row 2
tilepic 200 105 5398

// row 1
button 180 55 210 211 1 0 33
button 280 55 210 211 1 0 34
button 380 55 210 211 1 0 35
// row 2
button 180 110 210 211 1 0 36

//---------------------------------------------------
Page 4 // foot
// row 1
text 180 35 0 30
text 280 35 0 31
text 380 35 0 32

// row 2
text 180 90 0 33

// row 1
tilepic 200 60 5901
tilepic 300 60 5903
tilepic 400 60 5899
// row 2
tilepic 200 115 5905

// row 1
button 180 55 210 211 1 0 37
button 280 55 210 211 1 0 38
button 380 55 210 211 1 0 39
// row 2
button 180 110 210 211 1 0 40

//---------------------------------------------------
Page 5 // Leather
// row 1
text 180 35 0 34
text 280 35 0 35
text 380 35 0 36

// row 2
text 180 90 0 37
text 280 90 0 38
text 380 90 0 39


// row 1
tilepic 200 60 5063
tilepic 300 60 7609
tilepic 400 60 5062
// row 2
tilepic 190 115 5061
tilepic 290 115 5067
tilepic 390 115 5068

// row 1
button 180 55 210 211 1 0 41
button 280 55 210 211 1 0 42
button 380 55 210 211 1 0 43
// row 2
button 180 110 210 211 1 0 44
button 280 110 210 211 1 0 45
button 380 110 210 211 1 0 46

//------------------------------------
Link to comment
Sosyal ağlarda paylaş

şu şeyi small yap yaws :) servera resync yaptınmı ? sonra düzgün yazdınmı ?
ben denedim çalışıyor yanlış yazmış olmalısın[signature][hline]Her Avcı Avını Tutkuyla Avlar .
Bense Ötesinde Bir Av Yaparım .
Grandmaster zgrw
[Bu imza zgrw tarafından 07 July 2004 23:18 tarihinde değiştirilmiştir]

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

muhahah dialoga yazmayacan on=@dclick falan die :lol: kullandıracağın itemin scriptinin içine yazacan :)
yani dialog hiç değişmeyecek ve taşınmayacak sadece diyelimki black stafa çift tıklanınca bu açılsıın istion , ozaman black stafın scriptini bulacan
ON=@DCLICK
dialog d_dkill_tailoring
return 1
yazacan :)[signature][hline]Her Avcı Avını Tutkuyla Avlar .
Bense Ötesinde Bir Av Yaparım .
Grandmaster zgrw
[Bu imza zgrw tarafından 07 July 2004 23:18 tarihinde değiştirilmiştir]

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

böhhühühü olmuoyor yaw deli olcam yaptım öylede al bak bu original bunu düzeltip yazar mısın

// ----------------------------
// SKILL_TINKERING.SCP - TINKER MENUSU
// SON GUNCELLENME TARIHI: 17 Ocak 2002 - Infinity
// ----------------------------
VERSION=0.55

[function f_skill_tinkering]
var.notice yaninizdaki 'iron ingot' adedi: , tinkering bilginiz: %
tag.tinkering 1
if !(strmatch('',''))
tag.tinker
endif
dialog d_skill_tinkering

[dialog d_skill_tinkering]
0,40

page 0
resizepic 50 10 5120 595 310 // dis lacivert bg
resizepic 60 20 3000 575 290 // ust beyaz bg
resizepic 200 55 3000 420 170 // itemlarin cercevesi
resizepic 199 230 3000 421 40 // notices kismi
htmlgump 200 30 210 20 0 0 0 // baslik seysi
htmlgump 205 231 410 40 1 0 0 // notices tekst
htmlgump 233 278 100 20 2 0 0 // tekrar yap
htmlgump 558 278 25 20 9 0 0 // cikis
button 200 275 4030 4031 1 0 > // tekrar yap buttonu
button 589 275 4018 4019 1 0 0 // cikis butonu

button 70 75 4006 4007 0 1 1 // jewelry
button 70 95 4006 4007 0 2 1 // parts
button 70 115 4006 4007 0 3 1 // tools 1
button 70 135 4006 4007 0 4 1 // tools 2
button 70 155 4006 4007 0 5 1 // utensils
button 70 175 4006 4007 0 6 1 // misc
button 70 195 4006 4007 0 7 1 // decor
htmlgump 103 77 100 20 3 0 0 // jewelry
htmlgump 103 97 100 20 4 0 0 // parts
htmlgump 103 117 100 20 5 0 0 // tools 1
htmlgump 103 137 100 20 6 0 0 // tools 2
htmlgump 103 157 100 20 7 0 0 // utensils
htmlgump 103 177 100 20 8 0 0 // misc
htmlgump 103 197 100 20 53 0 0 // decor

page 1
tilepic 210 80 4234 // ring
button 210 100 2714 2715 1 0 101
htmlgump 230 100 80 20 10 0 0

tilepic 325 80 4229 // necklace
button 310 100 2714 2715 1 0 102
htmlgump 330 100 80 20 11 0 0

tilepic 425 80 4231 // earrings
button 410 100 2714 2715 1 0 103
htmlgump 430 100 80 20 12 0 0

tilepic 230 145 4233 // necklace
button 210 170 2714 2715 1 0 104
htmlgump 230 170 80 20 11 0 0

tilepic 325 150 4230 // bracelet
button 310 170 2714 2715 1 0 105
htmlgump 330 170 80 20 13 0 0

tilepic 425 150 4232 // necklace
button 410 170 2714 2715 1 0 106
htmlgump 430 170 80 20 11 0 0

page 2
tilepic 230 85 4181 // hinge
button 210 100 2714 2715 1 0 201
htmlgump 230 100 80 20 14 0 0

tilepic 330 80 4189 // springs
button 310 100 2714 2715 1 0 202
htmlgump 330 100 80 20 15 0 0

tilepic 435 80 4176 // clock parts
button 410 100 2714 2715 1 0 203
htmlgump 430 100 80 20 18 0 0

tilepic 245 150 4178 // axle & gears
button 210 170 2714 2715 1 0 204
htmlgump 230 170 80 20 19 0 0

tilepic 315 150 4188 // axle
button 310 170 2714 2715 1 0 205
htmlgump 330 170 80 20 20 0 0

tilepic 425 150 4179 // gears
button 410 170 2714 2715 1 0 206
htmlgump 430 170 80 20 21 0 0

tilepic 535 140 4185 // sextant parts
button 510 170 2714 2715 1 0 207
htmlgump 530 170 100 20 22 0 0

page 3
tilepic 215 75 4149 // saw
button 210 100 2714 2715 1 0 301
htmlgump 230 100 80 20 23 0 0

tilepic 320 75 3907 // hatchet
button 310 100 2714 2715 1 0 302
htmlgump 330 100 80 20 24 0 0

tilepic 225 145 3997 // sewing kit
button 210 170 2714 2715 1 0 303
htmlgump 230 170 80 20 25 0 0

tilepic 330 150 3999 // scissors
button 310 170 2714 2715 1 0 304
htmlgump 330 170 80 20 26 0 0

tilepic 440 150 3739 // mortar & pestle
button 410 170 2714 2715 1 0 305
htmlgump 430 170 80 20 27 0 0

page 4
tilepic 225 80 5374 // lockpick
button 210 100 2714 2715 1 0 401
htmlgump 230 100 80 20 28 0 0

tilepic 340 65 7868 // tinker's tools
button 310 100 2714 2715 1 0 402
htmlgump 330 100 80 20 29 0 0

tilepic 220 145 3718 // pickaxe
button 210 170 2714 2715 1 0 403
htmlgump 230 170 80 20 30 0 0

tilepic 315 140 3897 // shovel
button 310 170 2714 2715 1 0 404
htmlgump 330 170 80 20 31 0 0

tilepic 435 150 5092 // smith's hammer
button 410 170 2714 2715 1 0 405
htmlgump 430 170 80 20 32 0 0

page 5
tilepic 220 80 2458 // goblet
button 210 100 2714 2715 1 0 501
htmlgump 230 100 80 20 33 0 0

tilepic 320 80 3780 // skinning knife
button 310 100 2714 2715 1 0 502
htmlgump 330 100 80 20 34 0 0

tilepic 420 80 2519 // plate
button 410 100 2714 2715 1 0 503
htmlgump 430 100 80 20 35 0 0

tilepic 525 80 3779 // cleaver
button 510 100 2714 2715 1 0 504
htmlgump 530 100 80 20 36 0 0

tilepic 225 150 4096 // pewter mug
button 210 170 2714 2715 1 0 505
htmlgump 230 170 80 20 37 0 0

tilepic 315 150 2553 // spoon
button 310 170 2714 2715 1 0 506
htmlgump 330 170 80 20 38 0 0

tilepic 415 150 2549 // fork
button 410 170 2714 2715 1 0 507
htmlgump 430 170 80 20 39 0 0

tilepic 515 150 2551 // knife
button 510 170 2714 2715 1 0 508
htmlgump 530 170 100 20 40 0 0

page 6
tilepic 225 80 4113 // keyring
button 210 100 2714 2715 1 0 601
htmlgump 230 100 80 20 41 0 0

tilepic 340 80 4112 // iron key
button 310 100 2714 2715 1 0 602
htmlgump 330 100 80 20 42 0 0

tilepic 42
Link to comment
Sosyal ağlarda paylaş

said:
Sebastian71, 16 Temmuz 2004 18:51 tarihinde demiş ki:
Çok tutulan konularima bir yenisi daha :D eheheheh walla benim açtıgım konulari okuyan dk de bi server açabilir. Şaka şaka No Geyik Yes Yardımlaşma !!!
Şincik , Zebula scriptlerinden skill menülerini buldum degistirdim bütün hazırcılar gibi yaptım bişiler orasını geçelim :D Sonra bir baktım olmadı niye olabilir birde şu vbendorları geberticem buy yazyorsun hep aynı vendor atlıyor bi serverda 2 kere tıklayınca menüsü açılan vendorlar wardı bulan bilen war mı birde şu vendorların satacagı şeyi yapabili,yormuyuz tabiiki yapıyoruz da nasıl yapılıyor. Mesela bir Mage Vendorun Reg Cristali satmasini gibi bir animal tamer in shrink satması gibi ??? Ama önemli olan şu menüler gıcık oldum HELP Paticik.com ve Saz arkadaşlari :D
Sossaria UO Shard noldu ? :)[signature][hline]UOtr GM

The Life is here

It was a legend...
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...