ArkadaşLar merhaba ... Örneğim Bir Stone ekliyorum ama tıklayınca gözükmüyor Nasıl yapabilirim hiç bir script olmuyor :S
sanırım sorun bnde yazdıgından bırsey anlamadım bıraz daha acıklarmısın
Bak şimdi Bende Bir Script Var
Ama Menu acılıyor diyor ama Acılmıyor :S



[ITEMDEF i_itemstone]
NAME=Stat Stone
ID=i_grave_stone
ON=@Create
ATTR=08010
COLOR=007a1


On=@Click
message @0804 Stat Stone..
return 1

On=@Dclick
src.sysmessage @0804 Menuyu Actiniz.
src.tag.dialog1=1
src.dialog d_dialog1
return 1
endif


///////////////////Item stone 1/////////////////////////////////////////////////////////

[ITEMDEF i_itemstone_1]
NAME=Set Stone
ID=i_grave_stone
ON=@Create
ATTR=08010
COLOR=0800


On=@Click
message @0804 Set Stone
return 1

On=@Dclick
src.sysmessage @0804 Menuyu Actiniz.
src.tag.dialog2=1
src.dialog d_dialog2
endif


/////////////////////////////////////Item stone 2!//////////////////////////////////////////////////

[ITEMDEF i_itemstone_2]
NAME=Robe Stone
ID=i_grave_stone
ON=@Create
ATTR=08010
COLOR=080a


On=@Click
message @0804 Robe Stone
return 1

On=@Dclick
src.sysmessage @0804 Menuyu Actiniz.
src.tag.dialog3=1
src.dialog d_dialog3
endif



/////////////////////////////////////ITem stone 3!//////////////////////////////////


[ITEMDEF i_itemstone_3]
NAME=Magical Stone
ID=i_grave_stone
ON=@Create
ATTR=08010
COLOR=07b5

On=@Click
message @0804 Robe Stone
return 1

On=@Dclick
src.sysmessage @0804 Menuyu Actiniz.
src.tag.dialog4=1
src.tag dialog5=1
src.dialog d_dialog4
src.dialog d_dialog5
endif


/////////////////////////////////////Item stone 4!//////////////////////////////////////////////////

[ITEMDEF i_itemstone_4]
NAME=Other Stone
ID=i_grave_stone
ON=@Create
ATTR=08010
COLOR=080d


On=@Click
message @0804 Other Stone
return 1

On=@Dclick
src.sysmessage @0804 Menuyu Actiniz.
src.tag.dialog7=1
src.tag.dialog8=1
src.dialog d_dialog7
src.dialog d_dialog8
endif


/////////////////////////////////////////////////////////////////////////
////////////////////////////////Dialog lar /////////////////////////////////////////////////

/// Silenin amina qorum item stone nun dialog u bu ! //// Nehmare


[DIALOG d_dialog5]
5,300
nomove
resizepic 20 5 5170 375 300 // Main menu

resizepic 40 65 3000 330 30 // 
resizepic 40 105 3000 330 30 // 
resizepic 40 145 3000 330 30 // 
resizepic 40 185 3000 330 30 // 
resizepic 40 225 3000 330 30 // 

PAGE 0
button 45 70 2714 2715 1 0 1
dtext 77 70 2100 +12 Halberd :
dtext 200 70 45 A Halberd Of Power.

button 45 110 2714 2715 1 0 2
dtext 77 110 2100 +12 Spear :
dtext 200 110 45 A Spear Of Power.

button 45 150 2714 2715 1 0 3
dtext 77 150 2100 +12 WarMace :
dtext 200 150 45 A WarMace Of Power.

button 45 190 2714 2715 1 0 4
dtext 77 190 2100 +12 Cutlass :
dtext 200 190 45 A Cutlass Of Power.
button 45 230 2714 2715 1 0 5
dtext 77 230 2100 +12 B-s :
dtext 200 230 45 A Blackstaff Of Vanq.

dtext 50 35 100 * <serv.name> Silah Menusu 2 *

[DIALOG d_dialog5 BUTTON]
on=1
	src.newitem i_halberd_power
	src.act.bounce
on=2
	src.newitem i_spear_power
	src.act.bounce
on=3
	src.newitem i_mace_war_power
	src.act.bounce
on=4
	src.newitem i_cutlass_power
	src.act.bounce

on=5
	src.newitem i_tc_bs15
	src.act.bounce
ENDIF


///////////////BUda dialog 8 bunuda silmeyin buda item stone un //////////////////////////////

[DIALOG d_dialog8]
5,300
nomove
resizepic 20 5 5170 465 300 // Main menu

resizepic 40 65 3000 430 30 // 
resizepic 40 105 3000 430 30 // 
resizepic 40 145 3000 430 30 // 
resizepic 40 185 3000 430 30 // 
resizepic 40 225 3000 430 30 // 

PAGE 0
button 45 70 2714 2715 1 0 1
dtext 77 70 2100 Ethereal Desert :
dtext 200 70 45 Bu binek olmez ve lootlanamaz,

button 45 110 2714 2715 1 0 2
dtext 77 110 2100 Ethereal Forest :
dtext 200 110 45 Bu binek olmez ve lootlanamaz,

button 45 150 2714 2715 1 0 3
dtext 77 150 2100 Ethereal Zostrich :
dtext 200 150 45 Bu binek olmez ve lootlanamaz,

button 45 190 2714 2715 1 0 4
dtext 77 190 2100 +15 Var Axe :
dtext 200 190 45 Karsidaki rakibin stamini droplar,
button 45 230 2714 2715 1 0 5
dtext 77 230 2100 +15 Bow :
dtext 200 230 45 A bow of vanquishing..

dtext 50 35 100 * <serv.name> Other Menusu 2 *

[DIALOG d_dialog8 BUTTON]
on=1
	src.newitem i_et_desert
	src.act.bounce
on=2
	src.newitem i_et_forest
	src.act.bounce
on=3
	src.newitem i_et_zost
	src.act.bounce
on=4
	src.newitem i_axe_war_vanq
	src.act.bounce

on=5
	src.newitem i_bow_vanq
	src.act.bounce
ENDIF


////////////////////////////////////////////////////////////////////////////////////////////

[DIALOG d_dialog1]
5,5
nomove
resizepic 20 5 5170 450 300 // Main menu

resizepic 40 65 3000 400 30 // 
resizepic 40 105 3000 400 30 // 
resizepic 40 145 3000 400 30 // 
resizepic 40 185 3000 400 30 // 
resizepic 40 225 3000 400 30 // 

PAGE 0
button 45 70 2714 2715 1 0 1
dtext 77 70 2100 100-100-25
dtext 200 70 45 Standart Stat Ayarlari,

button 45 110 2714 2715 1 0 2
dtext 77 110 2100 90-90-45
dtext 200 110 45 Standart Warlock Ayarlari,

button 45 150 2714 2715 1 0 3
dtext 77 150 2100 100-100-25
dtext 200 150 45 Standart Warrior Ayarlari,

button 45 190 2714 2715 1 0 4
dtext 77 190 2100 100-25-100
dtext 200 190 45  Standart Pure Mage Ayarlari,
button 45 230 2714 2715 1 0 5
dtext 77 230 2100 90-100-35
dtext 200 230 45 Warlock 2 Ayarlari...

dtext 50 35 100 * <serv.name> Stat Menusu *

[DIALOG d_dialog1 BUTTON]
on=1
	src.str 100
	src.dex 100
	src.int 100
	src.sysmessage @402,1 Statlarinizi Kilitlemeyi Unutmayiniz...

on=2
	src.str 90
	src.dex 90
	src.int 45
	src.sysmessage @402,1 Statlarinizi Kilitlemeyi Unutmayiniz...

on=3
	src.str 100
	src.dex 100
	src.int 25
	src.sysmessage @402,1 Statlarinizi Kilitlemeyi Unutmayiniz...

on=4
	src.str 100
	src.dex 25
	src.int 100
	src.sysmessage @402,1 Statlarinizi Kilitlemeyi Unutmayiniz...


on=5
	src.str 90
	src.dex 100
	src.int 35
	src.sysmessage @402,1 Statlarinizi Kilitlemeyi Unutmayiniz...



//////////////////////////////////////////////////////////////////////////////////////////////////


[DIALOG d_dialog2]
5,5
nomove
resizepic 20 5 5170 300 400 // Main menu

resizepic 40 65 3000 260 30 // 
resizepic 40 105 3000 260 30 // 
resizepic 40 145 3000 260 30 // 
resizepic 40 185 3000 260 30 // 
resizepic 40 225 3000 260 30 // 
resizepic 40 265 3000 260 30 // 
resizepic 40 305 3000 260 30 // 
resizepic 40 345 3000 260 30 // 

PAGE 0
button 45 70 2714 2715 1 0 1
dtext 77 70 2100 Dewil Studded Set
dtext 200 70 45 

button 45 110 2714 2715 1 0 2
dtext 77 110 2100 Aqua Studded Set
dtext 200 110 45 

button 45 150 2714 2715 1 0 3
dtext 77 150 2100 Natural Studded Set
dtext 200 150 45 

button 45 190 2714 2715 1 0 4
dtext 77 190 2100 Mirage Studded Set
dtext 200 190 45 
button 45 230 2714 2715 1 0 5
dtext 77 230 2100 Invulnerability St. Set
dtext 200 230 45
button 45 270 2714 2715 1 0 6
dtext 77 270 2100 Meteorite Plate Set
dtext 200 270 45
button 45 310 2714 2715 1 0 7
dtext 77 310 2100 Order Plate Set
dtext 200 310 45 Orderlar Icin
button 45 350 2714 2715 1 0 8
dtext 77 350 2100 Chaos Plate Set
dtext 200 350 45 Chaoslar Icin


dtext 50 35 100 * <serv.name> Set Menusu *

[DIALOG d_dialog2 BUTTON]
on=1
	src.newitem i_dewil_gorget
	src.act.bounce
	src.newitem i_dewil_gloves
	src.act.bounce
	src.newitem i_dewil_tunic
	src.act.bounce
	src.newitem i_dewil_sleeves
	src.act.bounce
	src.newitem i_dewil_leggings
	src.act.bounce
	src.newitem i_dewil_cap
	src.act.bounce

on=2
	src.newitem i_aqua_gorget
	src.act.bounce
	src.newitem i_aqua_gloves
	src.act.bounce
	src.newitem i_aqua_tunic
	src.act.bounce
	src.newitem i_aqua_sleeves
	src.act.bounce
	src.newitem i_aqua_leggings
	src.act.bounce
	src.newitem i_aqua_cap
	src.act.bounce

on=3
	src.newitem i_natural_gorget
	src.act.bounce
	src.newitem i_natural_gloves
	src.act.bounce
	src.newitem i_natural_tunic
	src.act.bounce
	src.newitem i_natural_sleeves
	src.act.bounce
	src.newitem i_natural_leggings
	src.act.bounce
	src.newitem i_natural_cap
	src.act.bounce

on=4
	src.newitem i_mirage_gorget
	src.act.bounce
	src.newitem i_mirage_gloves
	src.act.bounce
	src.newitem i_mirage_tunic
	src.act.bounce
	src.newitem i_mirage_sleeves
	src.act.bounce
	src.newitem i_mirage_leggings
	src.act.bounce
	src.newitem i_mirage_cap
	src.act.bounce

on=5
	src.newitem i_studded_gorget_invulnerability
	src.act.bounce
	src.newitem i_studded_gloves_invulnerability
	src.act.bounce
	src.newitem i_studded_tunic_invulnerability
	src.act.bounce
	src.newitem i_studded_sleeves_invulnerability
	src.act.bounce
	src.newitem i_leather_leggings_invulnerability
	src.act.bounce
	src.newitem i_leather_cap_invulnerability
	src.act.bounce

on=6
	src.newitem i_meteorite_platemail
	src.act.bounce
	src.newitem i_meteorite_platemail_arms
	src.act.bounce
	src.newitem i_meteorite_platemail_leggings
	src.act.bounce
	src.newitem i_meteorite_plate_helm
	src.act.bounce
	src.newitem i_meteorite_platemail_gorget
	src.act.bounce
	src.newitem i_meteorite_platemail_gauntlets
	src.act.bounce
	src.newitem i_meteorite_heater_shield
	src.act.bounce

on=7
	src.newitem i_order_platemail
	src.act.bounce
	src.newitem i_order_platemail_arms
	src.act.bounce
	src.newitem i_order_platemail_leggings
	src.act.bounce
	src.newitem i_order_plate_helm
	src.act.bounce
	src.newitem i_order_platemail_gorget
	src.act.bounce
	src.newitem i_order_platemail_gauntlets
	src.act.bounce
	src.newitem i_order_heater_shield
	src.act.bounce

on=8
	src.newitem i_chaos_platemail
	src.act.bounce
	src.newitem i_chaos_platemail_arms
	src.act.bounce
	src.newitem i_chaos_platemail_leggings
	src.act.bounce
	src.newitem i_chaos_plate_helm
	src.act.bounce
	src.newitem i_chaos_platemail_gorget
	src.act.bounce
	src.newitem i_chaos_platemail_gauntlets
	src.act.bounce
	src.newitem i_chaos_heater_shield
	src.act.bounce

//////////////////////////////////////////////////////////////////////////////////////////////

[DIALOG d_dialog3]
5,5
nomove
resizepic 20 5 5170 550 300 // Main menu

resizepic 40 65 3000 500 30 // 
resizepic 40 105 3000 500 30 // 
resizepic 40 145 3000 500 30 // 
resizepic 40 185 3000 500 30 // 
resizepic 40 225 3000 500 30 // 

PAGE 0
button 45 70 2714 2715 1 0 1
dtext 77 70 2100 Swords. Robe :
dtext 200 70 45 Giydiginiz anda +10 sw skill i alirsiniz..

button 45 110 2714 2715 1 0 2
dtext 77 110 2100 Fencing Robe :
dtext 200 110 45 Giydiginiz anda +10 fencing skill i alirsiniz..

button 45 150 2714 2715 1 0 3
dtext 77 150 2100 Wrest Robe :
dtext 200 150 45 Giydiginiz anda +10 wrestling skill i alirsiniz..

button 45 190 2714 2715 1 0 4
dtext 77 190 2100 M-fight. Robe :
dtext 200 190 45 Giydiginiz Anda +10 mf. skill i alirsiniz..
button 45 230 2714 2715 1 0 5
dtext 77 230 2100 Warrior Robe :
dtext 200 230 45 Giydiginiz anda +56 armor alirsiniz

dtext 50 35 100 * <serv.name> Robe Menusu *

[DIALOG d_dialog3 BUTTON]
on=1
	src.newitem i_swrobe
	src.act.bounce
on=2
	src.newitem i_fencing
	src.act.bounce
on=3
	src.newitem i_wrestling
	src.act.bounce
on=4
	src.newitem i_macefight
	src.act.bounce

on=5
	src.newitem i_warrior
	src.act.bounce
ENDIF

/////////////////////////////////////////////////////////////////////////////////////////////

[DIALOG d_dialog4]
5,5
nomove
resizepic 20 5 5170 375 300 // Main menu

resizepic 40 65 3000 330 30 // 
resizepic 40 105 3000 330 30 // 
resizepic 40 145 3000 330 30 // 
resizepic 40 185 3000 330 30 // 
resizepic 40 225 3000 330 30 // 

PAGE 0
button 45 70 2714 2715 1 0 1
dtext 77 70 2100 +12 Katana :
dtext 200 70 45 A Katana Of Power.

button 45 110 2714 2715 1 0 2
dtext 77 110 2100 +12 Kryss :
dtext 200 110 45 A Kryss Of Power.

button 45 150 2714 2715 1 0 3
dtext 77 150 2100 +12 Maul :
dtext 200 150 45 A MauL Of Power.

button 45 190 2714 2715 1 0 4
dtext 77 190 2100 +12 Mace :
dtext 200 190 45 A Mace Of Power.
button 45 230 2714 2715 1 0 5
dtext 77 230 2100 +12 Bardiche :
dtext 200 230 45 A Bardiche Of Power.

dtext 50 35 100 * <serv.name> Silah Menusu *

[DIALOG d_dialog4 BUTTON]
on=1
	src.newitem i_katana_power
	src.act.bounce
on=2
	src.newitem i_kryss_power
	src.act.bounce
on=3
	src.newitem i_maul_power
	src.act.bounce
on=4
	src.newitem i_mace_power
	src.act.bounce

on=5
	src.newitem i_bardiche_power
	src.act.bounce
ENDIF


////////////////////////////////////////////////////////////////////////////////////////

[DIALOG d_dialog7]
5,5
nomove
resizepic 20 5 5170 465 300 // Main menu

resizepic 40 65 3000 430 30 // 
resizepic 40 105 3000 430 30 // 
resizepic 40 145 3000 430 30 // 
resizepic 40 185 3000 430 30 // 
resizepic 40 225 3000 430 30 // 

PAGE 0
button 45 70 2714 2715 1 0 1
dtext 77 70 2100 Pvp Deed :
dtext 200 70 45 3 er tane heal cure, 1 tane lesser reg,

button 45 110 2714 2715 1 0 2
dtext 77 110 2100 Evlilik Deed :
dtext 200 110 45 Soyadi almanizi saglar,

button 45 150 2714 2715 1 0 3
dtext 77 150 2100 Bosanma Deed :
dtext 200 150 45 Soyadinizi silip kolyenizi alir,

button 45 190 2714 2715 1 0 4
dtext 77 190 2100 Shrink Deed :
dtext 200 190 45 Binek Kucultme Deed
button 45 230 2714 2715 1 0 5
dtext 77 230 2100 Elder Robe :
dtext 200 230 45 Giydiginiz anda +52 armor alirsiniz

dtext 50 35 100 * <serv.name> Other Menusu *

[DIALOG d_dialog7 BUTTON]
on=1
	src.newitem i_pvp_deed
	src.act.bounce
on=2
	src.newitem i_deed_evlilik
	src.act.bounce
on=3
	src.newitem i_deed_bosanma
	src.act.bounce
on=4
	src.newitem i_deed_animal
	src.act.bounce

on=5
	src.newitem i_elder
	src.act.bounce
ENDIF


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


Scriptin içinde baya bi küfür varmış bari silip koysaydın... :no

Üye Ol veya Giriş Yap

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