Arkadaslar bi serverin scp.si arşivlerden bi yerden buldum 56b'de denedim ama britain mezara yada diger mezarlara tıklanıldıgında gitmiyor .Açıkcası bende pek fazla bilmiyorum siz sorunu çözebilirseniz sewinirim..
[ITEMDEF i_mezar_tasi]
id=i_grave_stone_4
name=Mezar Ucus Bileti
type=t_script

On=@Create 
attr attr_move_never 
Color=04c2 

On=@Click 
sayua 0835,6,0,enu Mezar Ucus Bileti
REturn 1

On=@DClick 
DIALOG=sey_menu
return 1 

[DIALOG sey_menu]
0, 50
PAGE 0
resizepic 95 2 3600 215 220
resizepic 115 3 3500 175 200
PAGE 0
PAGE 1
text 144 18 1153 0
button 132 55 2117 2118 1 1 1
text 155 50 1153 1
button 132 75 2117 2118 1 1 2
text 155 70 1153 2
button 132 95 2117 2118 1 1 3
text 155 90 1153 3
button 132 115 2117 2118 1 1 4
text 155 110 1153 4
button 132 135 2117 2118 1 1 5
text 155 130 1153 5

[DIALOG sey_menu TEXT]
- Mezar Menusu - 
Britain Mezar
Vesper Mezar
Moonglow Mezar
Cove Mezar
Jhelom Mezar


[DIALOG sey_menu BUTTON]
ON=1  
if (<distance> >3)
src.sysmessage @020,,1 Tasa Cok Uzaktasiniz.
return 1
endif
SRC.sysmessage @044,,1 Sayin <src.name> 15 Saniye icinde Britain Mezar'a gidiceksiniz! 
SRC.SAYUA 920,6,6,0 * Britain Mezar'a Gidiyor * 
src.newitem i_travel_ice 
SRC.ACT.equip 
SRC.ACT.morep 1379,1502,10
SRC.FLAGS=<SRC.FLAGS>|020004  
on=2  
if (<distance> >3)
src.sysmessage @020,,1 Tasa Cok Uzaksiniz.
return 1
endif 
SRC.sysmessage @044,,1 Sayin <src.name> 15 Saniye icinde Vesper Mezar'a gidiceksiniz! 
SRC.SAYUA 920,6,6,0 * Vesper Mezar'a Gidiyor * 
src.newitem i_travel_ice 
SRC.ACT.equip 
SRC.ACT.morep 2785,865
SRC.FLAGS=<SRC.FLAGS>|020004 
on=3
if (<distance> >3)
src.sysmessage @020,,1 Tasa Cok Uzaksiniz.
return 1
endif
SRC.sysmessage @044,,1 Sayin <src.name> 15 Saniye icinde Moonglow Mezar'a gidiceksiniz! 
SRC.SAYUA 920,6,6,0 * Moonglow Mezar'a Gidiyor * 
src.newitem i_travel_ice 
SRC.ACT.equip 
SRC.ACT.morep 4544,1338,8
SRC.FLAGS=<SRC.FLAGS>|020004 
on=4 
if (<distance> >3)
src.sysmessage @020,,1 Tasa Cok Uzaksiniz.
return 1
endif
SRC.sysmessage @044,,1 Sayin <src.name> 15 Saniye icinde Cove Mezar'a gidiceksiniz!
SRC.SAYUA 920,6,6,0 * Cove Mezar'a Gidiyor * 
src.newitem i_travel_ice 
SRC.ACT.equip 
SRC.ACT.morep 2440,1122,5
SRC.FLAGS=<SRC.FLAGS>|020004
on=5
if (<distance> >3)
src.sysmessage @020,,1 Tasa Cok Uzaksiniz.
return 1
endif
SRC.sysmessage @044,,1 Sayin <src.name> 15 Saniye icinde Jhelom Mezar'a gidiceksiniz!
SRC.SAYUA 920,6,6,0 * Jhelom Mezar'a Gidiyor * 
src.newitem i_travel_ice 
SRC.ACT.equip 
SRC.ACT.morep 1296,3718
SRC.FLAGS=<SRC.FLAGS>|020004

[ITEMDEF i_travel_ice] 
NAME=Travel system 
ID=i_handr_1 
TYPE=T_EQ_SCRIPT 
WEIGHT=0 
LAYER=layer_special 

ON=@Create 
ATTR=attr_invis|attr_decay 
MORE1=15

ON=@Equip 
SRC.FLAGS=<SRC.FLAGS>|020004 
TIMER=1 
ON=@Timer 
if ( <cont> ) 
if ( <more1> ) 
CONT.SYSMESSAGE <EVAL(<more1>)> 
more1=<more1>-1 
TIMER=1 
return 1 
else 
cont.GOPLACE <morep> 
cont.flags <cont.flags>&~04 
endif 
endif 
remove 
return 1 

[EOF]

on=@dclick
sdialog sey_menu
return 1
Evil Dark Dedigini uyguladim ama olumlu bir sonuç alamadım mslf :( Başka bişey olabilirmi acaba ?
Silindi
Members
0
on=@dclick
src.sdialog sey_menu
return 1
Mlsf. Bengal onuda denedim o da olmadı..
56b'de çalışması için "goplace"leri "go" olarak değiştirmen gerekli.
Lancelot bu konularda baya yeniyim ''goplace''leri nerde bulup düzelte bilirim ? Kusura bakmayin sizleride ugraştırıyorum ama az çok bişeyler ögrenmek istiyorum ..
Ctrl+H yapıp üste değiştirmek istediğin kelimeyi, altada kelimeyi neyle değiştirmek istiyorsan onu girip "Tümünü Değiştir"e tıklaman yeterli olur.

Bu seferlik ben vereyim:
[ITEMDEF i_mezar_tasi]
id=i_grave_stone_4
name=Mezar Ucus Bileti
type=t_script

On=@Create
attr attr_move_never
Color=04c2

On=@Click
sayua 0835,6,0,enu Mezar Ucus Bileti
REturn 1

On=@DClick
src.sdialog sey_menu
return 1

[DIALOG sey_menu]
0, 50
PAGE 0
resizepic 95 2 3600 215 220
resizepic 115 3 3500 175 200
PAGE 0
PAGE 1
text 144 18 1153 0
button 132 55 2117 2118 1 1 1
text 155 50 1153 1
button 132 75 2117 2118 1 1 2
text 155 70 1153 2
button 132 95 2117 2118 1 1 3
text 155 90 1153 3
button 132 115 2117 2118 1 1 4
text 155 110 1153 4
button 132 135 2117 2118 1 1 5
text 155 130 1153 5

[DIALOG sey_menu TEXT]
- Mezar Menusu -
Britain Mezar
Vesper Mezar
Moonglow Mezar
Cove Mezar
Jhelom Mezar


[DIALOG sey_menu BUTTON]
ON=1 
if (<distance> >3)
src.sysmessage @020,,1 Tasa Cok Uzaktasiniz.
return 1
endif
SRC.sysmessage @044,,1 Sayin <src.name> 15 Saniye icinde Britain Mezar&#39;a gidiceksiniz!
SRC.SAYUA 920,6,6,0 * Britain Mezar&#39;a Gidiyor *
src.newitem i_travel_ice
SRC.ACT.equip
SRC.ACT.morep 1379,1502,10
SRC.FLAGS=<SRC.FLAGS>|020004 
on=2 
if (<distance> >3)
src.sysmessage @020,,1 Tasa Cok Uzaksiniz.
return 1
endif
SRC.sysmessage @044,,1 Sayin <src.name> 15 Saniye icinde Vesper Mezar&#39;a gidiceksiniz!
SRC.SAYUA 920,6,6,0 * Vesper Mezar&#39;a Gidiyor *
src.newitem i_travel_ice
SRC.ACT.equip
SRC.ACT.morep 2785,865
SRC.FLAGS=<SRC.FLAGS>|020004
on=3
if (<distance> >3)
src.sysmessage @020,,1 Tasa Cok Uzaksiniz.
return 1
endif
SRC.sysmessage @044,,1 Sayin <src.name> 15 Saniye icinde Moonglow Mezar&#39;a gidiceksiniz!
SRC.SAYUA 920,6,6,0 * Moonglow Mezar&#39;a Gidiyor *
src.newitem i_travel_ice
SRC.ACT.equip
SRC.ACT.morep 4544,1338,8
SRC.FLAGS=<SRC.FLAGS>|020004
on=4
if (<distance> >3)
src.sysmessage @020,,1 Tasa Cok Uzaksiniz.
return 1
endif
SRC.sysmessage @044,,1 Sayin <src.name> 15 Saniye icinde Cove Mezar&#39;a gidiceksiniz!
SRC.SAYUA 920,6,6,0 * Cove Mezar&#39;a Gidiyor *
src.newitem i_travel_ice
SRC.ACT.equip
SRC.ACT.morep 2440,1122,5
SRC.FLAGS=<SRC.FLAGS>|020004
on=5
if (<distance> >3)
src.sysmessage @020,,1 Tasa Cok Uzaksiniz.
return 1
endif
SRC.sysmessage @044,,1 Sayin <src.name> 15 Saniye icinde Jhelom Mezar&#39;a gidiceksiniz!
SRC.SAYUA 920,6,6,0 * Jhelom Mezar&#39;a Gidiyor *
src.newitem i_travel_ice
SRC.ACT.equip
SRC.ACT.morep 1296,3718
SRC.FLAGS=<SRC.FLAGS>|020004

[ITEMDEF i_travel_ice]
NAME=Travel system
ID=i_handr_1
TYPE=T_EQ_SCRIPT
WEIGHT=0
LAYER=layer_special

ON=@Create
ATTR=attr_invis|attr_decay
MORE1=15

ON=@Equip
SRC.FLAGS=<SRC.FLAGS>|020004
TIMER=1
ON=@Timer
if ( <cont> )
if ( <more1> )
CONT.SYSMESSAGE <EVAL(<more1>)>
more1=<more1>-1
TIMER=1
return 1
else
cont.GO <morep>
cont.flags <cont.flags>&~04
endif
endif
remove
return 1

[EOF]
Silindi
Novice
0.1
Ben dialog açılmıyo sandım okumadan cevapladığım için kusura bakma:huhLancelotun dediği doğru goplaceleri go yapman yeterli olur sanırım
bende dialog açılmıyor sandım özür dilerim :(
Silindi
Members
0.1
:kikirik

Üye Ol veya Giriş Yap

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