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

buy ve sell menu


Öne çıkan mesajlar

Mesaj tarihi:
arkadaslar normal nebula scplerini kullanıyorum buy dedigimizde cıkan dialogları biliyorus..

bunu degistirmek istiyorum.. ama temp_vend scp de bulduklarım

[TEMPLATE 102126]
DEFNAME=VENDOR_S_MAGE_SHOP
CATEGORY=Vendor Templates
SUBSECTION=Sell Templates
DESCRIPTION=Mage
SELL=i_magic_reg30,900
SELL=i_magic_reg60,900
SELL=i_magic_reg90,900
SELL=random_first_circle,{1 4}
SELL=random_second_circle,{1 4}
SELL=random_third_circle,{1 4}
SELL=i_rune_marker,{50 60}
SELL=i_scroll_blank,{6000 9000}
SELL=i_reag_black_pearl,50000
SELL=i_reag_blood_moss,50000
SELL=i_reag_garlic,50000
SELL=i_reag_ginseng,50000
SELL=i_reag_mandrake_root,50000
SELL=i_reag_nightshade,50000
SELL=i_reag_sulfur_ash,50000
SELL=i_reag_spider_silk,50000

[TEMPLATE 102127]
DEFNAME=VENDOR_B_MAGE_SHOP
CATEGORY=Vendor Templates
SUBSECTION=Buy Templates
DESCRIPTION=Mage
BUY=random_first_circle,{4 24}
BUY=random_second_circle,{4 24}
BUY=random_third_circle,{4 24}
BUY=random_fourth_circle,{4 24}
BUY=i_rune_marker,{2 10}
BUY=i_reag_black_pearl,{4 24}
BUY=i_reag_blood_moss,{4 24}
BUY=i_reag_garlic,{4 24}
BUY=i_reag_ginseng,{4 24}
BUY=i_reag_mandrake_root,{4 24}
BUY=i_reag_nightshade,{4 24}
BUY=i_reag_sulfur_ash,{4 24}
BUY=i_reag_spider_silk,{4 24}
BUY=i_reag_bone,{4 24}

bunlar sattıklaruı ve aldıkları peki bunda dialog yeri yokmu?

elimde yeni buy menu var..

[DIALOG d_magery]
0,0
resizepic 10 10 3600 330 380

text 70 30 0803 0
text 70 60 0803 1
text 70 80 0803 2
text 70 100 0803 3
text 70 120 0803 4
text 70 140 0803 5
text 70 160 0803 6
text 70 180 0803 7
text 70 200 0803 8
text 70 220 0803 9
text 70 240 0803 10
text 70 260 0803 11
text 70 280 0803 12
text 70 300 0803 13
text 70 320 0803 14
text 220 60 0803 15
text 220 80 0803 16
text 220 100 0803 17
text 220 120 0803 18
text 220 140 0803 19
text 220 160 0803 20
text 220 180 0803 21
text 220 200 0803 22
text 220 220 0803 23
text 220 240 0803 24
text 220 260 0803 25
text 220 280 0803 26
text 220 300 0803 27
text 220 320 0803 28
text 120 350 0803 29

tilepic 290 60 7963
tilepic 290 80 7963
tilepic 290 100 7963
tilepic 290 120 3976
tilepic 290 140 3972
tilepic 290 160 3974
tilepic 290 180 3973
tilepic 290 200 3963
tilepic 290 220 3962
tilepic 290 240 3981
tilepic 290 260 3980
tilepic 290 280 3827
tilepic 290 300 3643
tilepic 290 320 7956

button 30 60 4006 4007 1 0 1
button 30 80 4006 4007 1 0 2
button 30 100 4006 4007 1 0 3
button 30 120 4006 4007 1 0 4
button 30 140 4006 4007 1 0 5
button 30 160 4006 4007 1 0 6
button 30 180 4006 4007 1 0 7
button 30 200 4006 4007 1 0 8
button 30 220 4006 4007 1 0 9
button 30 240 4006 4007 1 0 10
button 30 260 4006 4007 1 0 11
button 30 280 4006 4007 1 0 12
button 30 300 4006 4007 1 0 13
button 30 320 4006 4007 1 0 14

[DIALOG d_magery text]
Magery Menusu
Greather Reg
Normal Reg
Leaser Reg
100 Nightshade
100 Garlic
100 Mandrake Root
100 Ginseng
100 Blood Moss
100 Black Pearl
100 Spider Silk
100 Sulphurous
100 Blank Scroll
Spell Book
Blank Rune
6000
4000
2000
700
500
500
500
500
500
500
500
1000
350
50


[DIALOG d_magery button]

ONBUTTON=1
if ( > 4 )
src.sysmessage Vendordan uzaktasiniz.
src.action =-1
return 1
else
if (
src.consume i_gold 6000
src.newitem=i_magic_reg90
src.act.bounce=1
else
message Paraniz 6000 gp OLMALI
endif

ONBUTTON=2
if ( > 4 )
src.sysmessage Vendordan uzaktasiniz.
src.action =-1
return 1
else
if (
src.consume i_gold 4000
src.newitem=i_magic_reg60
src.act.bounce=1
else
message Paraniz 4000 gp OLMALI
endif

ONBUTTON=3
if ( > 4 )
src.sysmessage Vendordan uzaktasiniz.
src.action =-1
return 1
else
if (
src.consume i_gold 2000
src.newitem=i_magic_reg30
src.act.bounce=1
else
message Paraniz 2000 gp OLMALI
endif

ONBUTTON=4
if ( > 4 )
src.sysmessage Vendordan uzaktasiniz.
src.action =-1
return 1
else
if (
src.consume i_gold 700
src.newitem=i_reag_nightshade
src.act.amount=100
src.act.bounce=1
else
message Paraniz 700 gp OLMALI
endif

ONBUTTON=5
if ( > 4 )
src.sysmessage Vendordan uzaktasiniz.
src.action =-1
return 1
else
if (
src.consume i_gold 500
src.newitem=i_reag_garlic
src.act.amount=100
src.act.bounce=1
else
message Paraniz 500 gp OLMALI
endif

ONBUTTON=6
if ( > 4 )
src.sysmessage Vendordan uzaktasiniz.
src.action =-1
return 1
else
if (
src.consume i_gold 500
src.newitem=i_reag_mandrake_root
src.act.amount=100
src.act.bounce=1
else
message Paraniz 500 gp OLMALI
×
×
  • Yeni Oluştur...