Arkadaşlar çoğunun etherealle sıkıntısı vardı siteden baktıklarımdanda çoğu hatalıydı.Kimisi bir kere binince çantada duruyordu.Kimisi inince 2 tane oluyordu.Bende bunlardan bir tanesini aldım ve 1 saat çaba sonucunda tüm buglarını fixledim.Bende kusursuz çalışıyor.Aynısı demeyin üzerinde çok oynama yaptım ayrıca ona göre taş da yazdım buyrun:

TAŞ:


///////////Yazan:DC-Game///////////
[itemdef i_stone_ethereal]
Id=i_grave_Stone
Name=Etheral Stone

ON=@Click
message @1153 Ethereal Stone
return 1

ON=@Create
color=0796

ON=@DCLick
If (<distance> >2)
src.sysmessage @1153 Yaklas.
return 1
else
sdialog d_etheral
return 1
endif

[dialog d_etheral]
50,50
nomove

resizepic 0 0 9500 250 150

text 99 20 38 0
text 35 64 1152 1
text 35 84 1152 2
text 35 104 1152 3

button 15 65 55 56 1 0 1
button 15 85 55 56 1 0 2
button 15 105 55 56 1 0 3

[dialog d_etheral text]
<serv.servname>
Ethereal Horse
Ethereal Ostard
Ethereal Llama

[dialog d_etheral button]
onbutton=0
src.sysmessage @0713,1,1 Hic bir sey satin almadiniz .. !

onbutton=1
newitem i_ethereal_horse2
src.new.bounce
return 1 
endif
onbutton=2
newitem i_ethereal_ostard
src.new.bounce
return 1 
endif
onbutton=3
newitem i_ethereal_llama
src.new.bounce
return 1 
endif

Buda etherealler:


///////////Yazan:HP-Nexiel//////////////0.56b//////
///////////Editleyen:DC-Game//////////içindir.//////
////Son Güncelleme:26.10.2008//////////////////////
////Komutlar:i_ethereal_horse2 = Ethereal Horse/////
/////////////i_ethereal_ostard = Ethereal Ostard////
/////////////i_ethereal_llama = Ethereal Llama//////
/////////////////////////////////////////////////

[itemdef i_pl_horse]
name=Horse
id=i_mt_horse_brown_dk
TDATA3=c_staff
layer=25
on=@create
color=00
on=@equip
link=<src.uid>
src.findid.i_ethereal_horse2.remove

on=@unequip
src.newitem i_ethereal_horse2
src.act.bounce

[chardef c_staff]
id=c_horse_brown_lt

on=@create
color=12

on=@click
remove
return 1

on=@death
remove
return 1

[itemdef i_ethereal_horse2]
NAME=Ethereal Horse
id=i_pet_horse_brown_dk
type=t_normal
SUBSECTION=Ethereal Horse
DESCRIPTION=Ethereal Horse

on=@create
color=00     
attr=14

on=@click
message @0481,1,1 <name>
return 1

on=@dclick
if !(<src.findlayer.25.uid>)
src.newitem i_pl_horse
src.act.link <src.uid>
src.act.more2 <src.uid>
src.act.more1=c_staff
src.act.equip
src.update
return 1
else

[itemdef i_pl_ostard]
name=Ostard
id=i_mt_ostard_desert
TDATA3=c_stafff
layer=25
on=@create
color=00
on=@equip
link=<src.uid>
src.findid.i_ethereal_ostard.remove

on=@unequip
src.newitem i_ethereal_ostard
src.act.bounce

[chardef c_stafff]
id=c_ostard_desert

on=@create
color=12

on=@click
remove
return 1

on=@death
remove
return 1

[itemdef i_ethereal_ostard]
NAME=Ethereal Ostard
id=i_pet_ostard_desert
type=t_normal
SUBSECTION=Ethereal Ostard
DESCRIPTION=Ethereal Ostard

on=@create
color=00     
attr=14

on=@click
message @0481,1,1 <name>
return 1

on=@dclick
if !(<src.findlayer.25.uid>)
src.newitem i_pl_ostard
src.act.link <src.uid>
src.act.more2 <src.uid>
src.act.more1=c_stafff
src.act.equip
src.update
return 1
else

[itemdef i_pl_llama]
name=Llama
id=i_mt_llama
TDATA3=c_staffff
layer=25
on=@create
color=00
on=@equip
link=<src.uid>
src.findid.i_ethereal_llama.remove

on=@unequip
src.newitem i_ethereal_llama
src.act.bounce

[chardef c_staffff]
id=c_llama

on=@create
color=12

on=@click
remove
return 1

on=@death
remove
return 1

[itemdef i_ethereal_llama]
NAME=Ethereal Llama
id=i_pet_llama
type=t_normal
SUBSECTION=Ethereal Llama
DESCRIPTION=Ethereal Llama

on=@create
color=00     
attr=14

on=@click
message @0481,1,1 <name>
return 1

on=@dclick
if !(<src.findlayer.25.uid>)
src.newitem i_pl_llama
src.act.link <src.uid>
src.act.more2 <src.uid>
src.act.more1=c_staffff
src.act.equip
src.update
return 1
else


Bu konu DC-Game tarafından düzenlendi(2008-10-26 19:32, 15 yıl önce)
güzel çalışma ellerine sağlık arkadaşım
Nexiel seninkini denedim indiginde bir tane daha çıkıyordu 2 tane oluyordu.Tabi bu bende böyle oluyordu.Ben herkesde diye düşündüm başka buglar da vardı editledim ama scriptin en başına senin adını koyuyorum tekrar bak o zaman =) Çünkü senin script üzerinden editledim.
güncelleyene kendi adını ver scriptere bilinmiyor yaz
Kendi adımı verdim zaten HP-Nexielinkini fixlediğim için scriptere onun adını verdim.

Üye Ol veya Giriş Yap

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