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

vendor menu


Kortez

Öne çıkan mesajlar

[spo1=Full Vendors&Menulerle birlikte]// ----------------------------
// scripting by KORTEZ
// Vendor&Satin Alma Menusu
// SON GUNCELLENME TARIHI: 14 Haziran 2005 20:35
// ----------------------------
55i Icin

[chardef c_provis_vendor]
defname c_provis_vendor
name @46 Bil-Mer The Provisioner
id c_man
can mt_equip|mt_nonmover
hiredaywage 52
desires i_gold
DESCRIPTION=Provisioner
SUBSECTION=Kortez Vendor
CATEGORY=Kortez

On=@Create
str 9500
dex 9500
int 25
allskills 1000
color colors_skin
speechcolor 0481
food 990
npc 1

itemnewbie random_male_hair
color colors_hair
itemnewbie random_facial_hair
color match_hair
itemnewbie i_robe
color 0455

on=@dclick
dialog d_provis

[DIALOG d_provis]
0,0
resizepic 10 10 5120 330 350

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 220 60 0803 10
text 220 80 0803 11
text 220 100 0803 12
text 220 120 0803 13
text 220 140 0803 14
text 220 160 0803 15
text 220 180 0803 16
text 220 200 0803 17
text 220 220 0803 18
text 120 250 0803 19

tilepic 290 60 5359
tilepic 290 80 5359
tilepic 290 100 5359
tilepic 290 120 5359
tilepic 290 140 5359
tilepic 290 160 3905
tilepic 290 180 3702
tilepic 290 200 3632
tilepic 290 220 5359

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

[DIALOG d_provis text]
Magery Menusu
Player Vendor
Hair Deed
Beard Deed
Evlilik Deedi
Bosanma Deedi
100 Arrow
Bag
Rapitation
Bless Deed
50000gp
4000gp
4000gp
60000gp
50000gp
500gp
50gp
3000gp
5000gp


[DIALOG d_provis button]

ONBUTTON=1
if ( > 4 )
src.sysmessage Vendordan uzaktasiniz.
src.action =-1
return 1
else
if (
src.consume i_gold 50000
src.newitem=i_deed_pv
src.act.bounce=1
else
message Paraniz 50000 gp yaninizda 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_deed_hair
src.act.bounce=1
else
message Paraniz 4000 gp yaninizda OLMALI
endif

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

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

ONBUTTON=5
if ( > 4 )
src.sysmessage Vendordan uzaktasiniz.
src.action =-1
return 1
else
if (
src.consume i_gold 50000
src.newitem=i_deed_bosanma
src.act.bounce=1
else
message Paraniz 50000 gp yaninizda 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_arrow
src.act.amount=100
src.act.bounce=1
else
message Paraniz 500 gp yaninizda OLMALI
endif

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

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

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

////////////////////////////////////////////////////////////
//////////////Scripting by Krtz/////////////////////////////
////////////////////////////////////////////////////////////

[ITEMDEF i_deed_bless]
NAME=bless deed
ID=i_deed
WEIGHT=1
VALUE=2200
TYPE=t_script

ON=@CREATE
COLOR=0455
ATTR=04

ON=@DCLICK
SRC.SYSMESSAGE Hangi Esyayi Blesslemek Istersiniz?
TARGET
ON=@TARGON_ITEM
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...