Arkadaslar Söle Bir Scp Yazdım İlk Dialog Scpem Ama Çift Tıklayınca Çöküyor Sorunun Anlamadım Yardım Edebilecek varmı?

[itemdef i_silah_stone]
id=i_grave_stone_4
defname=i_silah
name= +15 Silah Stone
attr=0010


on=@click
<serv.name> +15 Silah Stone

on=@dclick
dialog d_silah

[dialog d_silah]
140, 90
nomove
page 0.0

resizepic 0 0 3500 250 295

page 0
text 50 40 <eval 800> 1
text 50 60 <eval 800> 2
text 50 80 <eval 800> 3
text 50 100 <eval 800> 4
text 50 120 <eval 800> 5



button 50 40 2103 1 0 1
button 50 60 2103 1 0 2
button 50 80 2103 1 0 3
button 50 100 2103 1 0 4
button 50 120 2103 1 0 5


[dialog d_silah text]
Katana
Spear
Short Spear
Halberd
Bardiche

[dialog d_silah button]
on=1
if !(<src.restest 5000 i_sepe>)
src.sysmessage @0bb5,,1 Hata:5000 SP'ye Sahip Degilsiniz.
else
src.consume 5000 i_sepe
src.newitem i_katana_vanq
src.act.bounce
endif
onbutton=2
if !(<src.restest 4000 i_sepe>)
src.sysmessage @0bb5,,1 Hata:4000 SP'ye Sahip Degilsiniz.
else
src.consume 4000 i_sepe
src.newitem i_spear_vanq
src.act.bounce
endif
onbutton=3
if !(<src.restest 2500 i_sepe>)
src.sysmessage @0bb5,,1 Hata:50000 SP'ye Sahip Degilsiniz.
else
src.consume 2500 i_sepe
src.newitem i_spear_short_vanq
src.act.bounce
endif
onbutton=4
if !(<src.restest 3500 i_sepe>)
src.sysmessage @0bb5,,1 Hata:3500 SP'ye Sahip Degilsiniz.
else
src.consume 3500 i_sepe
src.newitem i_halberd_vanq
src.act.bounce
endif
onbutton=5
if !(<src.restest 3000 i_sepe>)
src.sysmessage @0bb5,,1 Hata:3000 SP'ye Sahip Degilsiniz.
else
src.consume 3000 i_sepe
src.newitem i_bardiche_vanq
src.act.bounce
endif








text 50 40 <eval 800> 0
text 50 60 <eval 800> 1
text 50 80 <eval 800> 2
text 50 100 <eval 800> 3
text 50 120 <eval 800> 4

sıfırdan başlar...
Yine Olmadı Buyrun Söle Yaptım?

[itemdef i_silah_stone]
id=i_grave_stone_4
defname=i_silah
name= +15 Silah Stone
attr=0010


on=@click
<serv.name> +15 Silah Stone

on=@dclick
dialog d_silah

[dialog d_silah]
140, 90
nomove

resizepic 0 0 3500 250 295

page 0
text 40 20 <eval 700> 0
text 50 40 <eval 800> 1
text 50 60 <eval 800> 2
text 50 80 <eval 800> 3
text 50 100 <eval 800> 4
text 50 120 <eval 800> 5



button 50 40 2103 1 0 1
button 50 60 2103 1 0 2
button 50 80 2103 1 0 3
button 50 100 2103 1 0 4
button 50 120 2103 1 0 5


[dialog d_silah text]
Katana
Spear
Short Spear
Halberd
Bardiche

[dialog d_silah button]
on=1
if !(<src.restest 5000 i_sepe>)
src.sysmessage @0bb5,,1 Hata:50000 SP'ye Sahip Degilsiniz.
else
src.consume 5000 i_sepe
src.newitem i_katana_vanq
src.act.bounce
endif
onbutton=2
if !(<src.restest 4000 i_sepe>)
src.sysmessage @0bb5,,1 Hata:4000 SP'ye Sahip Degilsiniz.
else
src.consume 4000 i_sepe
src.newitem i_spear_vanq
src.act.bounce
endif
onbutton=3
if !(<src.restest 2500 i_sepe>)
src.sysmessage @0bb5,,1 Hata:50000 SP'ye Sahip Degilsiniz.
else
src.consume 2500 i_sepe
src.newitem i_spear_short_vanq
src.act.bounce
endif
onbutton=4
if !(<src.restest 3500 i_sepe>)
src.sysmessage @0bb5,,1 Hata:3500 SP'ye Sahip Degilsiniz.
else
src.consume 3500 i_sepe
src.newitem i_halberd_vanq
src.act.bounce
endif
onbutton=5
if !(<src.restest 3000 i_sepe>)
src.sysmessage @0bb5,,1 Hata:3000 SP'ye Sahip Degilsiniz.
else
src.consume 3000 i_sepe
src.newitem i_bardiche_vanq
src.act.bounce
endif
Yine Olmadı :
<eval 800> bunlar kaldimi yaw


[DIALOG d_silah]
0, 0
nomove
PAGE 0
resizepic 105 57 5170 200 230
text 155 94 32 0
text 155 126 32 1
text 155 160 32 2
text 155 195 32 3
text 155 227 32 4
button 134 98 2117 2118 1 0 1
button 134 131 2117 2118 1 0 2
button 134 164 2117 2118 1 0 3
button 134 199 2117 2118 1 0 4
button 134 232 2117 2118 1 0 5
text 162 59 162 5

[DIALOG d_silah TEXT]
Katana
Spear
Short Spear
Halberd
Bardiche
<Serv.name>


[DIALOG d_silah BUTTON]
on=1
if !(<src.restest 5000 i_sepe>)
src.sysmessage @0bb5,,1 Hata:50000 SP'ye Sahip Degilsiniz.
else
src.consume 5000 i_sepe
src.newitem i_katana_vanq
src.act.bounce
endif
onbutton=2
if !(<src.restest 4000 i_sepe>)
src.sysmessage @0bb5,,1 Hata:4000 SP'ye Sahip Degilsiniz.
else
src.consume 4000 i_sepe
src.newitem i_spear_vanq
src.act.bounce
endif
onbutton=3
if !(<src.restest 2500 i_sepe>)
src.sysmessage @0bb5,,1 Hata:50000 SP'ye Sahip Degilsiniz.
else
src.consume 2500 i_sepe
src.newitem i_spear_short_vanq
src.act.bounce
endif
onbutton=4
if !(<src.restest 3500 i_sepe>)
src.sysmessage @0bb5,,1 Hata:3500 SP'ye Sahip Degilsiniz.
else
src.consume 3500 i_sepe
src.newitem i_halberd_vanq
src.act.bounce
endif
onbutton=5
if !(<src.restest 3000 i_sepe>)
src.sysmessage @0bb5,,1 Hata:3000 SP'ye Sahip Degilsiniz.
else
src.consume 3000 i_sepe
src.newitem i_bardiche_vanq
src.act.bounce
endif
Tamam Saol Ama Resizepicdeki Şu Yer Ne oluyo?

resizepic 105 57 5170 200 230


Kırmızıya Boyadığım Yer ler? Ne oluyor?
o cıkacagı yerı belırlıo dıalog 105 57 nın orda cıkacak
Peki Saol Simdi Textle Buttonların Yan Yana Durmasının Nasıl Yapcam acaba? Ne ya Bakarak Yapacam?Ve Resizpicin en solunda olmasına istiyorum bir öğretitrmisin dökümanlara fln Baktım Ama Bise Anlıyamadım.
program var sanıorum bununla ılgılı arastırıasan o yardımcı olabılır
Bak şimdi :
text 210 290 1000 9

Kırmızıyla yazılmış olan yer soldan saga oranı(Rakamlarla sag sol yaptırıyorsun)
Yeşille yazılmış olan yukardan asagı oranı(Rakamla yukarı asagı yaptırıyorsun)
Sarıyla yazılmış olan yer yazının şekli(Rezisepic 3600-3500 vs gibi..)
Morla yazılmış olan yer sırası(Sıralarını yalnış yazarsan göçer)
Tamam Çok Saol Peki Bu Sıralamayı Resizpice e Göremi yapıyoruz?Örneğin:
resizepic 105 57 5170 200 230 buna text olarak en ucuna koymak istiyorsak
text 200 230 1000 1 Olarakmoı olcak?
arkadas bıraz yanlıs anlattı bak
text yazi iicn
resizepic arka plan
button basma yeri

simdi texte 155[sag sol] 195[yukari asagi] 32[renk] 3[yazi sirasi[1,2,3, gibi]

resizepicte 105[sag sol arka planın ne tarafta olmasıın ıstıorsan] 57[yukari asagi arka planın ne tarafta olmasini istiyorsan] 5170[Arka Planın Sekli Scroll , Beyaz Arka Plan vs] 200[boyutu sagdan sola] 230[boyutu asagı yukarı]

button 134[sag sol] 98[yukari asagi] 2117 2118[bu 2si button sekli ] 1 0 1[buton sırasi buda 1 0 xx[1,2,3,4,5,6, vsvs]
Tamam Anladım Yani Ben Sunu Sormak iStedim Ben Textin En kenarda yazmasının isyitorsam bu resizepic 105 57 5170 200 230 de
text 200 230 1000 1 Doğrumu?
Bloodgodtr : arkadas bıraz yanlıs anlattı bak
text yazi iicn
resizepic arka plan
button basma yeri

simdi texte 155[sag sol] 195[yukari asagi] 32[renk] 3[yazi sirasi[1,2,3, gibi]

resizepicte 105[sag sol arka planın ne tarafta olmasıın ıstıorsan] 57[yukari asagi arka planın ne tarafta olmasini istiyorsan] 5170[Arka Planın Sekli Scroll , Beyaz Arka Plan vs] 200[boyutu sagdan sola] 230[boyutu asagı yukarı]

button 134[sag sol] 98[yukari asagi] 2117 2118[bu 2si button sekli ] 1 0 1[buton sırasi buda 1 0 xx[1,2,3,4,5,6, vsvs]

Benim yalnıs anlattıgım yeri göremedim (:
Evet Bende Göremedim Benim Soruma Cvp Verebilrimisiniz =)
yanlıs anlattıgın yer surası arkadasım

text 210 290 1000[burdaki sayiyi ne yazmissin yukarida ii bak bu yazinin rengi sekli deıl] 9

Sarıyla yazılmış olan yer yazının şekli(Rezisepic 3600-3500 vs gibi..)

Üye Ol veya Giriş Yap

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