arkadaşlar artılı renklerini bir scp den ayarlıyorduk bulmasına bulurum sphere_magicweap gibi bişiydi neyse ama burdan tek tek ayarlamak çok zor kısa yolu varmı bilen varmı? yani 1 dosyadan rengi yazak hepsi o renk olsun? yoksa stonelerden boyayacam mejbur!:(
Yokdur Stoneden Ayarla

act.color ... gibi

veya scptten yap
ayarlanabilir herplayerde olan bir eventsde @itemclick ve @itemdclick triggerleri altında tıklanan itemin silah olup olmadığını && +'lı değerini sorgulatan bir döngü oluşturup döngüde gerekli işlemleri yaptırabilirsiniz.
peki arkadaşlar teşekkürler birde


////////////////////////////////
[itemdef i_stone_alisveris]
DEFNAME=i_stone_alisveris
Type=t_grave_stone
NAME=@180 Criminal Uo Alisveris Tasi
id=i_grave_stone

DAM=9,29
ARMOR=100
RESOURCES=25 i_ribs_raw,10 i_hide

//ALIGNMENT=EVIL
CAN=MT_WALK
FOODTYPE=5 t_meat_raw
SHELTER=r_caves,r_dungeon
DESIRES=i_gold
AVERSIONS=r_civilization,r_water

ON=@Create
COLOR=07f6
STR={100 100}
DEX={0 0}
INT={0 0}

PARRYING={95.0 100.0}
MAGICRESISTANCE={99.0 100.0}
TACTICS={98.0 100.0}
WRESTLING={98.0 100.0}
TAMING=100.0

NPC=brain_monster

FAME={100 100}
KARMA={0 0}

On=@click
return 1

On=@dclick
src.dialog d_alisveris_aspendos
src.sysmessage 1 kere tiklayiniz.

[Dialog d_alisveris_aspendos]
Nomove
50,50
resizepic 10 50 3600 255 325
text 25 68 105 0 0
button 30 100 4006 4007 1 0 1
text 60 100 0492 1
button 30 125 4006 4007 1 0 2
text 60 125 0492 2
button 30 150 4006 4007 1 0 3
text 60 150 0492 3
button 30 175 4006 4007 1 0 4
text 60 175 0492 4
button 30 200 4006 4007 1 0 5
text 60 200 0492 5
button 30 225 4006 4007 1 0 6
text 60 225 0492 6
button 30 250 4006 4007 1 0 7
text 60 250 0492 7
button 30 275 4006 4007 1 0 8
text 60 275 0492 8
button 30 300 4006 4007 1 0 9
text 60 300 0492 9
button 30 337 4014 4015 1 0 10
text 60 337 0492 10

[dialog d_alisveris_aspendos text]
Criminal Uo Alisveris Vendoru
Mage
Tinker
Tailor
Armorer
Animal Trainer
Weapon Smith
Bowyer
Carpenter
Provisioner
Iptal

[dialog d_alisveris_aspendos button]
Onbutton=0
src.sysmessage Bisey almadiniz.

On=1
src.dialog d_amage
endif

On=2
src.dialog d_atinker
endif

On=3
src.dialog d_aatailor_hmt
endif

On=4
src.dialog d_aarmorer

On=5
src.dialog d_aanimal
endif

On=6
src.dialog d_aweapon
endif

On=7
src.dialog d_abowyer
endif

On=8
src.dialog d_acarpenter
endif

On=9
src.dialog d_aprovis
endif

On=10
src.sysmessage Bisey almadiniz
endif

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

////////////////
////d_amage/////
////////////////
[dialog d_amage]
Nomove
50,50
resizepic 10 50 3600 255 210
text 25 68 105 0 0
button 30 100 4006 4007 1 0 1
text 60 100 0492 1
button 30 125 4006 4007 1 0 2
text 60 125 0492 2
button 30 150 4006 4007 1 0 3
text 60 150 0492 3
button 30 175 4006 4007 1 0 4
text 60 175 0492 4
button 30 200 4006 4007 1 0 5
text 60 200 0492 5

[dialog d_amage text]
Criminal Uo Mage Alisveris
Mark Tasi
90 lik reg
blank scroll
full spellbook
Geri

[dialog d_amage button]
Onbutton=0
src.sysmessage Bisey almadiniz.

On=1
SRC.NEWITEM i_rune_marker
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=2
SRC.NEWITEM i_magic_reg90
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=3
SRC.NEWITEM i_scroll_blank
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=4
SRC.NEWITEM i_full_spellbook
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=5
src.dialog d_alisveris_aspendos
return 1
endif

----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------

/////////////////////
//////d_atinker//////
/////////////////////
[dialog d_atinker]
Nomove
50,50
resizepic 10 50 3600 255 210
text 25 68 105 0 0
button 30 100 4006 4007 1 0 1
text 60 100 0492 1
button 30 125 4006 4007 1 0 2
text 60 125 0492 2
button 30 150 4006 4007 1 0 3
text 60 150 0492 3
button 30 175 4006 4007 1 0 4
text 60 175 0492 4
button 30 200 4006 4007 1 0 5
text 60 200 0492 5

[dialog d_atinker text]
Criminal Uo Tinker Alisveris
Pickaxe
Tinker Tools
Smith Hammer
Saw
Geri

[dialog d_atinker button]
Onbutton=0
src.sysmessage Bisey almadiniz.

On=1
SRC.NEWITEM i_pickaxe
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=2
SRC.NEWITEM i_tinker_tools
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=3
src.newitem i_hammer
src.act.bounce
attr attr_newbie
return 1
endif

On=4
SRC.NEWITEM i_saw
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=5
src.dialog d_alisveris_aspendos
return 1
endif

----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------

///////////////////
/////d_aatailor/////
///////////////////
[dialog d_aatailor_hmt]
Nomove
50,50
resizepic 10 50 3600 255 210
text 25 68 105 0 0
button 30 100 4006 4007 1 0 1
text 60 100 0492 1
button 30 125 4006 4007 1 0 2
text 60 125 0492 2
button 30 150 4006 4007 1 0 3
text 60 150 0492 3
button 30 175 4006 4007 1 0 4
text 60 175 0492 4

[dialog d_aatailor_hmt text]
Criminal Uo Tailor Alisveris
Sewing Kit
100 Kumas
Makas
Geri

[dialog d_aatailor_hmt button]

Onbutton=0
src.sysmessage Bisey almadiniz.

On=1
SRC.NEWITEM i_sewing_kit
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=2
SRC.NEWITEM i_cloth,(100)
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=3
SRC.NEWITEM i_scissors
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=4
src.dialog d_alisveris_aspendos
return 1
endif

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
///////////////////
/////d_aarmorer/////
///////////////////
[dialog d_aarmorer]
Nomove
50,50
resizepic 10 50 3600 275 185
text 25 68 105 0 0
button 30 100 4006 4007 1 0 1
text 60 100 0492 1
button 30 125 4006 4007 1 0 2
text 60 125 0492 2
button 30 150 4006 4007 1 0 3
text 60 150 0492 3
button 30 175 4006 4007 1 0 4
text 60 175 0492 4

[dialog d_aarmorer TEXT]
Criminal Uo Armorer Alisveris
Criminal Pletemail Set
Criminal Chainmail Set
Criminal Deri Set
Geri

[dialog d_aarmorer button]
Onbutton=0
src.sysmessage Bisey almadiniz.

On=1
SRC.NEWITEM i_platemail_chest
src.act.color=0494
src.act.name=@2341 Criminal Uo Chest
SRC.ACT.BOUNCE
attr 00004
SRC.NEWITEM i_platemail_gloves
src.act.color=0494
src.act.name=1234 Criminal Uo Gloves
SRC.ACT.BOUNCE
attr 00004
SRC.NEWITEM i_platemail_gorget
src.act.name=@3471 Criminal Uo Gorget
src.act.color=0494
src.act.bounce
attr 00004
SRC.NEWITEM i_platemail_helm
src.act.name=@5124 Criminal Uo Helm
src.act.color=0494
SRC.ACT.BOUNCE
attr 00004
SRC.NEWITEM i_platemail_arms
src.act.color=0494
src.act.name=@5138 Criminal Uo Arms
SRC.ACT.BOUNCE
attr 00004
SRC.NEWITEM i_platemail_leggings
src.act.name=@4121 Criminal Uo Leggings
src.act.color=0494
SRC.ACT.BOUNCE
attr 00004
SRC.NEWITEM i_shield_heater
SRC.act.color=0494
src.act.name=@2511 Criminal Uo Heater
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=2
SRC.NEWITEM i_chainmail_leggings
SRC.ACT.BOUNCE
attr 00004
src.act.color=0480
src.act.name=Criminal Uo Leggings
SRC.NEWITEM i_chainmail_tunic
SRC.ACT.BOUNCE
attr 00004
src.act.name=Criminal Uo Tunic
src.act.color=0480
SRC.NEWITEM i_chainmail_coif
SRC.ACT.BOUNCE
attr 00004
src.act.name=Criminal Uo Coif
src.act.color=0480
endif

On=3
SRC.NEWITEM i_leather_cap
src.act.color 0488
src.act.name Criminal Uo Cap
SRC.ACT.BOUNCE
attr 00004
SRC.NEWITEM i_leather_tunic
src.act.color 0488
src.act.name Criminal Uo Tunic
SRC.ACT.BOUNCE
attr 00004
SRC.NEWITEM i_leather_gloves
src.act.color 0488
src.act.name Criminal Uo Gloves
SRC.ACT.BOUNCE
attr 00004
SRC.NEWITEM i_leather_leggings
src.act.color 0488
src.act.name Criminal Uo Leggings
SRC.ACT.BOUNCE
attr 00004
SRC.NEWITEM i_leather_gorget
src.act.color 0488
src.act.name Criminal Uo Gorget
SRC.ACT.BOUNCE
attr 00004
SRC.NEWITEM i_leather_sleeves
src.act.color 0488
src.act.name Criminal Uo Sleeves
SRC.ACT.BOUNCE
attr 00004
endif

On=4
src.dialog d_alisveris_aspendos
return 1
endif

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

///////////////////
/////d_aanimal/////
///////////////////
[dialog d_aanimal]
Nomove
50,50
resizepic 10 50 3600 275 185
text 25 68 105 0 0
button 30 100 4006 4007 1 0 1
text 60 100 0492 1
button 30 125 4006 4007 1 0 2
text 60 125 0492 2
button 30 150 4006 4007 1 0 3
text 60 150 0492 3
button 30 175 4006 4007 1 0 4
text 60 175 0492 4

[dialog d_aanimal text]
Criminal Uo Animal Trainer Alisveris
Kucultucu
Taming Sopasi
Saman
Geri

[dialog d_aanimal button]
Onbutton=0
src.sysmessage Bisey almadiniz.

On=1
SRC.NEWITEM i_shrink_deed
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=2
SRC.NEWITEM i_staff_taming
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=3
SRC.NEWITEM i_hay_sheaf
SRC.ACT.BOUNCE
attr 00004
return 1
endif

on=4
src.dialog d_alisveris_aspendos
return 1
endif

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

///////////////////
/////d_aweapon/////
///////////////////
[dialog d_aweapon]
Nomove
50,50
resizepic 10 50 3600 300 210
text 25 68 105 0 0
button 30 100 4006 4007 1 0 1
text 60 100 0492 1
button 30 125 4006 4007 1 0 2
text 60 125 0492 2
button 30 150 4006 4007 1 0 3
text 60 150 0492 3
button 30 175 4006 4007 1 0 4
text 60 175 0492 4
button 30 200 4006 4007 1 0 5
text 60 200 0492 5

[dialog d_aweapon text]
Criminal Uo Weapon Smith Alisveris
+9 katana
+9 Cutlass
+9 Criminal Staff
+9 Criminal Uo Kalkani
Geri

[dialog d_aweapon button]
Onbutton=0
src.sysmessage Bisey almadiniz.

On=1
SRC.NEWITEM i_katana_force
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=2
SRC.NEWITEM i_cutlass_force
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=3
SRC.NEWITEM i_staff_gnarled
src.act.color color_o_bloodrock
src.act.name @1412 +9 Criminal Uo Staff
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=4
SRC.NEWITEM i_shield_heater
src.act.color color_o_bloodrock
src.act.name +15 Criminal Uo Kalkan
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=5
src.dialog d_alisveris_aspendos
return 1
endif

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

///////////////////
/////d_abowyer/////
///////////////////
[dialog d_abowyer]
Nomove
50,50
resizepic 10 50 3600 255 160
text 25 68 105 0 0
button 30 100 4006 4007 1 0 1
text 60 100 0492 1
button 30 125 4006 4007 1 0 2
text 60 125 0492 2
button 30 150 4006 4007 1 0 3
text 60 150 0492 3

[dialog d_abowyer text]
Criminal Uo Bowyer Alisveris
100 arrow
Bow
Geri

[dialog d_abowyer button]
Onbutton=0
src.sysmessage Bisey almadiniz.

On=1
SRC.NEWITEM i_arrow,(100)
src.act.color=color_o_oldcopper
src.act.name Criminal Uo Arrow
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=2
SRC.NEWITEM i_bow
src.act.color=color_o_mytheril
src.act.name=@1235 Criminal Uo Bow
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=3
src.dialog d_alisveris_aspendos
return 1
endif

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

//////////////////////
/////d_acarpenter/////
//////////////////////
[dialog d_acarpenter]
Nomove
50,50
resizepic 10 50 3600 255 185
text 25 68 105 0 0
button 30 100 4006 4007 1 0 1
text 60 100 0492 1
button 30 125 4006 4007 1 0 2
text 60 125 0492 2
button 30 150 4006 4007 1 0 3
text 60 150 0492 3
button 30 175 4006 4007 1 0 4
text 60 175 0492 4

[dialog d_acarpenter text]
Criminal Uo Mage Alisveris
100 log
hammer
100 boards
Geri

[dialog d_acarpenter button]
Onbutton=0
src.sysmessage Bisey almadiniz.

On=1
SRC.NEWITEM i_log,(100)
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=2
SRC.NEWITEM i_hammer
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=3
SRC.NEWITEM i_board,(100)
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=4
src.dialog d_alisveris_aspendos
return 1
endif

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

///////////////////
/////d_aprovis/////
///////////////////
[dialog d_aprovis]
Nomove
50,50
resizepic 10 50 3600 255 210
text 25 68 105 0 0
button 30 100 4006 4007 1 0 1
text 60 100 0492 1
button 30 125 4006 4007 1 0 2
text 60 125 0492 2
button 30 150 4006 4007 1 0 3
text 60 150 0492 3
button 30 175 4006 4007 1 0 4
text 60 175 0492 4
button 30 200 4006 4007 1 0 5
text 60 200 0492 5

[dialog d_aprovis text]
Criminal Uo Mage Alisveris
Newbie Bag
Kasa
100 Crosbow Arrow
Book
Geri

[dialog d_aprovis button]
Onbutton=0
src.sysmessage Bisey almadiniz.

On=1
SRC.NEWITEM i_bag
src.act.color=color_o_blackrock
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=2
SRC.NEWITEM i_box_wood
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=3
SRC.NEWITEM i_xbolt
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=4
SRC.NEWITEM i_book_sm
SRC.ACT.BOUNCE
attr 00004
return 1
endif

On=5
src.dialog d_alisveris_aspendos
return 1
endif

[eof]

bunda 2 kere tıklayıp açıyorum ve mezar taşıa çıkıyor nasıl ayarlayacam
Kod İçinde Koyarsan Yardim Edebileceyiz

Şurayi
On=@dclick
src.dialog d_alisveris_aspendos
src.sysmessage 1 kere tiklayiniz.

Soyle Yap
On=@dclick
src.dialog d_alisveris_aspendos
src.sysmessage 1 kere tiklayiniz.
return 1
sdialog d_xx

seklinde kullanırsanız daha sağlıklı olur.
saolun arkadaşlar halloldu :D
;-)arkadaşım hiç urasma bak sphere_magicwapondaki --silagların color kısmında color_vanq color_power gibi şeyler yazar sende bi scp gbi bişi yap işte color_powere 0846 (kan kırmızı) renkini ver ayarla bi scp (annasam yada nasıl yapcamı bilsem sana anlatırdım demeeye fırsatımda yok pc^m de UO yok zaten :? eğer yardımcı olduysam ne mutlu

Üye Ol veya Giriş Yap

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