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

Skillclass


GM_galadniel

Öne çıkan mesajlar

Arkadaşlar ben elimdeki sunucuya ırk sistemi yaptım ve her ırk içinde skillclass ekledim . Oyuncu bu skillclass 'ı seçtikten sonra saveliyorum serverı kapatıp / açıyorum serverda resource 02 die hata veriyor. Bu hatayo eden veriyor yardımcı olabilirmisiniz ?[signature][hline]UO-Pro çok yakında hizmetinizde bekleyin tüm UO dosyaları geliyorr....
Link to comment
Sosyal ağlarda paylaş

[ITEMDEF i_deed_race]
NAME=Irk belirleme vesikasi // bilerek deed yaptim i_pedestal_marble'in ustunu nudgeup yapip cikart!
ID=i_deed
TYPE=00
FLIP=1
WEIGHT=1

on=@create
color 05f9
attr 00040

on=@click
sayu Race Deed

ON=@DClick
if ( > 1)
src.smsgx Bu uzakliktan vesika ile islem yapamazsiniz...
return 1

elseif (&statf_hidden) || (&statf_invisible)
src.smsgx Gorunmez veya gizliyken islem yapamazsiniz...
return 1
endif
DIALOG d_race
RETURN 1

[DIALOG d_race]
-50,-100
nomove
noclose

page 1
resizepic 170 170 5170 220 260
//gumppic 535 150 255
//gumppic 535 180 255
//gumppic 535 150 250
//gumppic 535 198 252
//gumppic 536 172 254
text 205 205 0 0

text 230 235 0 1
button 195 235 4005 4007 1 0 1
text 230 255 0 2
button 195 255 4005 4007 1 0 2
text 230 275 0 3
button 195 275 4005 4007 1 0 3
text 230 295 0 4
button 195 295 4005 4007 1 0 4
text 230 315 0 5
button 195 315 4005 4007 1 0 5
text 230 335 0 6
button 195 335 4005 4007 1 0 6

text 230 375 0 7
button 195 375 4005 4007 1 0 0

[DIALOG d_race TEXT]
Chose Race ...
Human
Elf
Vampire
Gnome
Night Elf
Duergar
Cikis...

[DIALOG d_race BUTTON]
ONBUTTON=0
ONBUTTON=1
src.allskills 0
src.dialog d_race_human
return 1
ONBUTTON=2
src.allskills 0
src.dialog d_RACE_ELF
return 1
ONBUTTON=3
src.allskills 0
src.dialog d_race_vampire
RETURN 1
ONBUTTON=4
src.allskills 0
SRC.dialog d_race_slayer // :D
RETURN 1
ONBUTTON=5
src.allskills 0
src.dialog d_race_nelf
RETURN 1
ONBUTTON=6
src.allskills 0
SRC.dialog d_race_due
RETURN 1

[DIALOG d_race_human]
-50,-100
nomove
noclose
page 1
resizepic 170 170 5170 220 260
//gumppic 535 150 255
//gumppic 535 180 255
//gumppic 535 150 250
//gumppic 535 198 252
//gumppic 536 172 254
text 205 205 0 0

text 230 235 0 1
button 195 235 4005 4007 1 0 1
text 230 255 0 2
button 195 255 4005 4007 1 0 2
text 230 275 0 3
button 195 275 4005 4007 1 0 3
text 230 295 0 4
button 195 295 4005 4007 1 0 4
text 230 315 0 5
button 195 315 4005 4007 1 0 5
text 230 335 0 6
button 195 335 4005 4007 1 0 6

text 230 375 0 7
button 195 375 4005 4007 1 0 0

[DIALOG d_race_human TEXT]
Chose Skill ...
Archer
Mage
Swordsmanship
Fencing
Parrying
Macefighter
Cikis...

[DIALOG d_race_human BUTTON]
ONBUTTON=0
ONBUTTON=1
src.tag.human=1
events +e_human
src.color colors_skin
src.oskin colors_skin
src.title Human Archer
src.dex 70
src.str 60
src.int 40
src.archery 600
src.tactics 500
src.poisoning 300
src.healing 400
src.anatomy 400
src.go jail
return 1
ONBUTTON=2
src.tag.human=1
events +e_human
src.color colors_skin
src.oskin colors_skin
src.title Human Mage
src.dex 40
src.str 60
src.int 70
src.evaluatingintel 400
src.magery 600
src.meditation 500
src.poisoning 300
src.healing 400
src.anatomy 400
src.go jail
return 1
ONBUTTON=3
src.tag.human=1
events +e_human
src.color colors_skin
src.oskin colors_skin
src.title Human Swordsmaster
src.dex 70
src.str 60
src.int 40
src.parrying 400
src.swordsmanship 600
src.tactics 500
src.poisoning 300
src.healing 400
src.anatomy 400
src.go jail
RETURN 1
ONBUTTON=4
src.tag.human=1
events +e_human
src.color colors_skin
src.oskin colors_skin
src.title Human Fighter
src.dex 70
src.str 60
src.int 40
src.parrying 40
src.fencing 600
src.tactics 500
src.poisoning 300
src.healing 400
src.anatomy 400
src.go jail
RETURN 1
ONBUTTON=5
src.tag.human=1
events +e_human
src.color colors_skin
src.oskin colors_skin
src.title Human Shieldfighter
src.dex 70
src.str 60
src.int 40
src.parrying 600
src.swordsmanship 40
src.tactics 500
src.poisoning 300
src.healing 400
src.anatomy 400
src.go jail
RETURN 1
ONBUTTON=6
src.tag.human=1
events +e_human
src.color colors_skin
src.oskin colors_skin
src.title Human Fighter
src.dex 70
src.str 60
src.int 40
src.macefighting 600
src.parrying 40
src.tactics 500
src.poisoning 300
src.healing 400
src.anatomy 400
src.go jail
RETURN 1

[DIALOG d_race_elf]
-50,-100
nomove
noclose
page 1
resizepic 170 170 5170 220 260
//gumppic 535 150 255
//gumppic 535 180 255
//gumppic 535 150 250
//gumppic 535 198 252
//gumppic 536 172 254
text 205 205 0 0

text 230 235 0 1
button 195 235 4005 4007 1 0 1
text 230 255 0 2
button 195 255 4005 4007 1 0 2
text 230 275 0 3
button 195 275 4005 4007 1 0 3
text 230 295 0 4
button 195 295 4005 4007 1 0 4
text 230 315 0 5
button 195 315 4005 4007 1 0 5
text 230 335 0 6
button 195 335 4005 4007 1 0 6

text 230 375 0 7
button 195 375 4005 4007 1 0 0

[DIALOG d_race_elf TEXT]
Chose Skill ...
Archer
Mage
Swordsmanship
Fencing
Parrying
Macefighter
Cikis...

[DIALOG d_race_elf BUTTON]
ONBUTTON=0
ONBUTTON=1
src.tag.elf=1
events +e_elf
src.color 06c9
src.oskin 06c9
src.title Elf Archer
src.dex 70
src.str 60
src.int 40
src.archery 600
src.tactics 500
s
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...