Kayıt ol!             
Şifremi unuttum ?
   

  
 

Karakter Boyutu:  

Etiketler: yumurta olmuyor

2 Sayfadan 1. Sayfa Görüntüleniyor12 »

Yazar Mesaj

Ramirez__

Banned

Online durumu

Nereden: Turkey 08
Meslek: Owner
Yaş:
U-S Puan: 0
  0  

#268546   2007-12-26 18:18 GMT      


Beyler yumurta sistemimi sağlam gidiyordu ama kuluçkayı sabitliıyorum ama yumurtaya çift tıklayınca bunu kulanmak için bir yol bulamadınız diyor ve kurmuyor... Buyrun Scpde bu

Kod:
//--------------------------------------------------
// Son Güncelleme : 1 Ekim 2004
// Sunucu : Myth UO
// Yazan : Erdem MİNDİVANLI (LeroX)
//--------------------------------------------------

[itemdef i_yumurta]
id 6868
name Yumurta
type t_eq_script
weight 18

ON=@click
if (<topobj.uid> != <src.uid>)
else
src.sysmessage Yumurtayi cantaniza aldiginizdan dolayi kirildi!!!
remove
endif
if (<attr> == 010)
if (<morex> = 02)
spell_say Yumurta Catlak
timer -1
elseif (<morex> = 05)
if (<timer> > 0)
if (<timer> = 0)
remove
elseif (<timer> < 300)
spell_say Yumurtanin Bozulmasina Kalan zaman : <timer> saniye
elseif (<timer> < 3601)
src.tag.spawndurum2 ((<timer> / 60)+1)
spell_say Yumurtanin Bozulmasina Kalan zaman : <eval <src.tag.spawndurum2>> dakika
elseif (<timer> < 86400)
src.tag.spawndurum2 ((<timer> / 60) /60)
spell_say Yumurtanin Bozulmasina Kalan zaman : <eval <src.tag.spawndurum2>> saat
else
src.tag.spawndurum (((<timer> / 60) /60) /24)
spell_say Yumurtanin Bozulmasina Kalan zaman : <eval <src.tag.spawndurum>> gun
endif
endif
else
if (<timer> > 0)
if (<timer> < 300)
spell_say Kalan zaman : <timer> saniye
elseif (<timer> < 3601)
src.tag.spawndurum2 ((<timer> / 60)+1)
spell_say Kalan zaman : <eval <src.tag.spawndurum2>> dakika
elseif (<timer> < 86400)
src.tag.spawndurum2 ((<timer> / 60) /60)
spell_say Kalan zaman : <eval <src.tag.spawndurum2>> saat
else
src.tag.spawndurum (((<timer> / 60) /60) /24)
spell_say Kalan zaman : <eval <src.tag.spawndurum>> gun
endif
else
if (<morex> = 01)
spell_say Yumurta Hazir
morex 5
timer 172800
elseif (<morex> = 02)
spell_say Yumurta catlak
timer -1
elseif (<morex> = 05)

else
src.sysmessage Bu yumurta halen kuluckaya birakilmamis
endif
endif
endif
else
src.sysmessage Bu yumurta evinize sabitlenmemis
endif

ON=@dclick
if (<topobj.uid> != <src.uid>)
else
src.sysmessage Yumurtayi cantaniza aldiginizdan dolayi kirildi!!!
remove
endif
if (<timer> == -1)
if (<morex> = 00)
if (<attr> == 010)
if (<src.taming> < 240)
src.sysmessage Animallore Hakkinda yeterli bilginiz bulunmadigindan dolayi yumurtayi kuluckaya birakmazsiniz...
return 1
elseif (<src.taming> < 250)
timer=432000
link=<src.uid>
morex 1
elseif (<src.taming> < 300)
timer=388800
link=<src.uid>
morex 1
elseif (<src.taming> < 350)
timer=345600
link=<src.uid>
morex 1
elseif (<src.taming> < 400)
timer=302400
link=<src.uid>
morex 1
elseif (<src.taming> < 450)
timer=259200
link=<src.uid>
morex 1
elseif (<src.taming> < 500)
timer=216000
link=<src.uid>
morex 1
elseif (<src.taming> < 550)
timer=172800
link=<src.uid>
morex 1
elseif (<src.taming> < 600)
timer=129600
link=<src.uid>
morex 1
elseif (<src.taming> < 650)
timer=86400
link=<src.uid>
morex 1
elseif (<src.taming> < 700)
timer=43200
link=<src.uid>
morex 1
elseif (<src.taming> < 750)
timer=36000
link=<src.uid>
morex 1
elseif (<src.taming> < 800)
timer=32400
link=<src.uid>
morex 1
elseif (<src.taming> < 850)
timer=27000
link=<src.uid>
morex 1
elseif (<src.taming> < 900)
timer=23400
link=<src.uid>
morex 1
elseif (<src.taming> < 950)
timer=18000
link=<src.uid>
morex 1
elseif (<src.taming> < 1000)
timer=14400
link=<src.uid>
morex 1
elseif (<src.src.taming> = 1000)
timer=9000
link=<src.uid>
morex 1
endif
if (<src.animallore> < 240)
src.sysmessage Animallore Hakkinda yeterli bilginiz bulunmadigindan dolayi yumurtayi kuluckaya birakmazsiniz...
timer=-1
return 1
elseif (<src.animallore> < 250)
timer=<timer>+216000
link=<src.uid>
morex 1
elseif (<src.animallore> < 300)
timer=(<timer>+194400)
link=<src.uid>
morex 1
elseif (<src.animallore> < 350)
timer=(<timer>+172800)
link=<src.uid>
morex 1
elseif (<src.animallore> < 400)
timer=(<timer>+151200)
link=<src.uid>
morex 1
elseif (<src.animallore> < 450)
timer=(<timer>+129600)
link=<src.uid>
morex 1
elseif (<src.animallore> < 500)
timer=(<timer>+108000)
link=<src.uid>
morex 1
elseif (<src.animallore> < 550)
timer=(<timer>+86400)
link=<src.uid>
morex 1
elseif (<src.animallore> < 600)
timer=(<timer>+64800)
link=<src.uid>
morex 1
elseif (<src.animallore> < 650)
timer=(<timer>+43200)
link=<src.uid>
morex 1
elseif (<src.animallore> < 700)
timer=(<timer>+21600)
link=<src.uid>
morex 1
elseif (<src.animallore> < 750)
timer=(<timer>+18000)
link=<src.uid>
morex 1
elseif (<src.animallore> < 800)
timer=(<timer>+16200)
link=<src.uid>
morex 1
elseif (<src.animallore> < 850)
timer=(<timer>+13500)
link=<src.uid>
morex 1
elseif (<src.animallore> < 900)
timer=(<timer>+11700)
link=<src.uid>
morex 1
elseif (<src.animallore> < 950)
timer=(<timer>+9000)
link=<src.uid>
morex 1
elseif (<src.animallore> < 1000)
timer=(<timer>+7200)
link=<src.uid>
morex 1
elseif (<src.animallore> = 1000)
timer=(<timer>+4500)
link=<src.uid>
morex 1
endif
//------------------------------------------veterinary
if (<src.veterinary> < 240)
src.sysmessage Veterinary Hakkinda yeterli bilginiz bulunmadigindan dolayi yumurtayi kuluckaya birakmazsiniz...
timer=-1
return 1
elseif (<src.veterinary> < 250)
timer=<timer>+216000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 300)
timer=(<timer>+194400)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 350)
timer=(<timer>+172800)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 400)
timer=(<timer>+151200)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 450)
timer=(<timer>+129600)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 500)
timer=(<timer>+108000)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 550)
timer=(<timer>+86400)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 600)
timer=(<timer>+64800)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 650)
timer=(<timer>+43200)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 700)
timer=(<timer>+21600)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 750)
timer=(<timer>+18000)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 800)
timer=(<timer>+16200)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 850)
timer=(<timer>+13500)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 900)
timer=(<timer>+11700)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 950)
timer=(<timer>+9000)
link=<src.uid>
morex 1
elseif (<src.veterinary> < 1000)
timer=(<timer>+7200)
link=<src.uid>
morex 1
elseif (<src.veterinary> = 1000)
timer=(<timer>+4500)
link=<src.uid>
morex 1
endif
else
src.sysmessage Ilk once yumurtalari evinize sabitleyiniz...
endif
elseif (<morex> = 01)
if (<link> = <src.uid>)
src.newitem i_sahip
src.act.equip
src.tag.hayvanid <more>
remove
else
src.sysmessage Sadece bu yumurtayi kuluckaya birakan kisi yumurtadaki hayvan&裟a sahip olabilir...
endif
elseif (<morex> = 05)
if (<link> = <src.uid>)
src.newitem i_sahip
src.act.equip
src.tag.hayvanid <more>
remove
else
src.sysmessage Sadece bu yumurtayi kuluckaya birakan kisi yumurtadaki hayvan&裟a sahip olabilir...
endif
else
remove
endif
elseif (<timer> > 0)
if (<timer>)
if (<morex> = 05)
if (<link> = <src.uid>)
src.newitem i_sahip
src.act.equip
src.tag.hayvanid <more>
remove
else
src.sysmessage Sadece bu yumurtayi kuluckaya birakan kisi yumurtadaki hayvan&裟a sahip olabilir...
endif
else
//src.sysmessage Bu yumurta kuluckaya birakilmis
endif
endif
endif


ON=@step
if (<src.account.plevel> < 2)
if (<morex> < 2)
if (<src.findid.i_yumurtadan>)
else
morex 2
src.newitem i_yumurtadan
src.act.equip
endif
endif
endif

[itemdef i_yumurtadan]
id i_memory
name Yumurtadan
type t_eq_script

ON=@create
attr attr_invis

ON=@equip
src.spell_say * Yumurtayi Kirar *
timer 1

ON=@timer
remove

[itemdef i_sahip]
id i_memory
name sahip ol
type t_eq_script

ON=@create
attr attr_invis

ON=@equip
timer 1

ON=@timer
try cont.newnpc <cont.tag.hayvanid>
link <cont.act.uid>
link.oskin <link.color>
link.memorydel <cont.uid>
link.newitem i_memory
link.act.attr 04
link.act.more1 04
link.act.more2 <serv.time>
link.act.morep <link.p>
link.act.color memory_ipet
link.act.timer -1
link.act.link <cont.uid>
link.act.cont <link.uid>
link.flags <link.flags>&statf_pet
link.update
link.anim 5
link.bark 3
remove

[itemdef i_spawn_yumurta]
id 6255
name Yumurta
type t_script
weight 50

ON=@create
color 0481

on=@dclick
target Kuluckayi seciniz...

ON=@targon_char
src.sysmessage Lutfen kuluckayi seciniz!!!
return 1

ON=@targon_item
if (strmatch(&裟<src.targ.baseid>&裟,&裟i_kulucka&裟))
src.targ.remove
id i_yumurta
color 0
fix
else
src.sysmessage Lutfen yumurtayi koymak icin kuluckayi seciniz!!!
endif

[itemdef i_kulucka]
id 6869
name Kulucka
type t_script
weight 2
RESOURCES=2 i_log,5 i_fur_light
SKILLMAKE=CARPENTRY 100.0, t_carpentry

[eof]


Bu mesaj Akillis tarafından 2007-12-26 21:01 GMT, 378 Gün önce düzenlendi.


[color=red][b[Pvp Hell Shard Tekrar Açılacaktır


Pazartesi Günü Sizlerle Olacaktır

uohell.com ;)[/color]

Death Bringer

U-Ser

Online durumu

Nereden: Turkey Sakarya
Meslek: Öğrenci
Yaş: 16
U-S Puan: 8.88
  3  

#268547   2007-12-26 18:19 GMT      


Orda 100'den fazla yetenekden bahsetmemiş scripti dendiğin karekterin yeteneğini 100 yap dene


Ramirez__

Banned

Online durumu

Nereden: Turkey 08
Meslek: Owner
Yaş:
U-S Puan: 0
  0  

#268550   2007-12-26 18:22 GMT      


Denedim olmuyor bütün skilleride 100,0 yaptım gene olmadı varsa elinizde bi sphere deneyebilecek olursa sevinirim...


[color=red][b[Pvp Hell Shard Tekrar Açılacaktır


Pazartesi Günü Sizlerle Olacaktır

uohell.com ;)[/color]

abhosglh

U-Ser

Online durumu

Nereden: Turkey İstanbul
Meslek:
Yaş: 17
U-S Puan: 0
  0  

#268553   2007-12-26 18:27 GMT      


Kod:
src.sysmessage Sadece bu yumurtayi kuluckaya birakan kisi yumurtadaki hayvan'a sahip olabilir...
endif
else
//src.sysmessage Bu yumurta kuluckaya birakilmis
endif
endif
endif


Scripter değilim ama şuradaki bir hatan dikkatimi çekti . src'den önce // koyulmaz diye biliyorum ben Sphere o satırı okuyamaz biliyorsundur . Yapabileceğim tek yardım bu napalım


Lois: stewie, why dont you play in the other room?

Stewie: why dont you burn in hell!

Ramirez__

Banned

Online durumu

Nereden: Turkey 08
Meslek: Owner
Yaş:
U-S Puan: 0
  0  

#268567   2007-12-26 18:39 GMT      


Sanmıyorum orda sorun olduğunu sorun yumurtanın kuluçkaya oturtulmaması ...


[color=red][b[Pvp Hell Shard Tekrar Açılacaktır


Pazartesi Günü Sizlerle Olacaktır

uohell.com ;)[/color]

abhosglh

U-Ser

Online durumu

Nereden: Turkey İstanbul
Meslek:
Yaş: 17
U-S Puan: 0
  0  

#268577   2007-12-26 18:47 GMT      


Hemen doğaçlama girelim .

i_spawn_yumurta'da

on=@dclick'ten sonra

Kod:
if (<click=@i_kulucka>)

src.sysmessage Yumurtayi kuluckaya basariyla yerlestirdiniz .


Gibi bir şey olur belki .


Lois: stewie, why dont you play in the other room?

Stewie: why dont you burn in hell!

Ramirez__

Banned

Online durumu

Nereden: Turkey 08
Meslek: Owner
Yaş:
U-S Puan: 0
  0  

#268579   2007-12-26 18:49 GMT      


Yok mu bi Bunu yazan yada editlemekten anlayan biri...


[color=red][b[Pvp Hell Shard Tekrar Açılacaktır


Pazartesi Günü Sizlerle Olacaktır

uohell.com ;)[/color]

abhosglh

U-Ser

Online durumu

Nereden: Turkey İstanbul
Meslek:
Yaş: 17
U-S Puan: 0
  0  

#268582   2007-12-26 18:51 GMT      


İnsan bir çaban için teşekkür ederim falan der ama .. Neyse ben bu işlerden anlamam sadece İngilizce'min yardımıyla biraz bir şeylere çabaladım .

Bir şey değil


Lois: stewie, why dont you play in the other room?

Stewie: why dont you burn in hell!

Ramirez__

Banned

Online durumu

Nereden: Turkey 08
Meslek: Owner
Yaş:
U-S Puan: 0
  0  

#268584   2007-12-26 18:53 GMT      


Hocam burda Birbirimize Tşk için deil yardım için burdayız ama sen yapmışsın yapmamışsın buraya yazmak deil marifet Tabi ben sana buraya mesajıma yardım ettinin için Tşk ederimde yazmak mühim deil yani..


[color=red][b[Pvp Hell Shard Tekrar Açılacaktır


Pazartesi Günü Sizlerle Olacaktır

uohell.com ;)[/color]

abhosglh

U-Ser

Online durumu

Nereden: Turkey İstanbul
Meslek:
Yaş: 17
U-S Puan: 0
  0  

#268593   2007-12-26 19:02 GMT      



Lois: stewie, why dont you play in the other room?

Stewie: why dont you burn in hell!

Ramirez__

Banned

Online durumu

Nereden: Turkey 08
Meslek: Owner
Yaş:
U-S Puan: 0
  0  

#268613   2007-12-26 20:04 GMT      


hocam denedim kuruldu... ama yumurta kuluçka içinde oluyor i_yumurta yazınca Egg halinde deil ve onu ewe koyunca 2 sn içinde siliniyor ve süresi hep sabit 8 saat ... bu konudada yarım ederseniz sevinirim..


[color=red][b[Pvp Hell Shard Tekrar Açılacaktır


Pazartesi Günü Sizlerle Olacaktır

uohell.com ;)[/color]

abhosglh

U-Ser

Online durumu

Nereden: Turkey İstanbul
Meslek:
Yaş: 17
U-S Puan: 0
  0  

#268622   2007-12-26 20:40 GMT      


Her şeyide buradan bekleme istersen ? Eski script ile karşılaştır aradaki değiştirmen gereken yerleri algıla ve hallet .


Lois: stewie, why dont you play in the other room?

Stewie: why dont you burn in hell!

Akillis

Administrator

Online durumu

Nereden: United States Kentucky - Seattle
Meslek: Computer Science
Yaş: 24
U-S Puan: 0
  2  

#268634   2007-12-26 21:02 GMT      


@Ramirez__
Eger scripti bir daha kod icine koymazsan 2 gun uzaklastirma alacaksin.


MSN/ICQ/AIM gibi programlar aracılığı ile destek olmuyorum. UO için gelmeyiniz.

SphereWiki - Acemilerin scriptera dönüştüğü site.

Ramirez__

Banned

Online durumu

Nereden: Turkey 08
Meslek: Owner
Yaş:
U-S Puan: 0
  0  

#268835   2007-12-27 20:40 GMT      


Scp üstünde 1 saat çalıştım ve sağlam olarak yaptım sitede bu scp sağlam olarak diyor ama uzaktanyakından bir ilgisi yok.. scpnini sağlam hali buyrun.. Tek bir Sorun bulunmamaktadır...

Kod:
//Kullanısı: kuluckayı evin içinde yere koyun yumurtayla //beraber sonra yerdekı yumurtaya 2 kere tıklayıp //kulucayı secın sonra yenı olusan kuluckayı ev ıcın de //sabitleyip yukarıya kaldırın kırılmaması ıcın iyi oyunlar

[itemdef i_yumurta]
id 6868
name Ostard Egg
type t_eq_script
weight 18

ON=@click
if !(<topobj.uid> == <src.uid>)
else
src.sysmessage @0800 Bunu Eve Sabitleyiniz
src.sysmessage @0800 Sabitledikten Sonra Cift Tiklayip Yumurtanizin Aktif Hale Gecemesini Saglayin...
return 1
endif
if (<attr> == 010)
if (<morex> = 02)
message @0800 Yumurta Catlak
timer -1
elseif (<morex> = 05)
if (<timer> > 0)
if (<timer> = 0)
remove
elseif (<timer> < 300)
message @0800 Yumurtanin Bozulmasina Kalan zaman : <timer> saniye
elseif (<timer> < 3601)
src.tag.spawndurum ((<timer> / 60)+1)
message @0800 Yumurtanin Bozulmasina Kalan zaman : <eval <src.tag.spawndurum2>> dakika
elseif (<timer> < 86400)
src.tag.spawndurum ((<timer> / 60) /60)
message @0800 Yumurtanin Bozulmasina Kalan zaman : <eval <src.tag.spawndurum2>> saat
else
src.tag.spawndurum (((<timer> / 60) /60) /24)
message @0800 Yumurtanin Bozulmasina Kalan zaman : <eval <src.tag.spawndurum>> gun
endif
endif
else
if (<timer> > 0)
if (<timer> < 300)
message @0800 Kalan zaman : <timer> saniye
elseif (<timer> < 3601)
src.tag.spawndurum2 ((<timer> / 60)+1)
message @0800 Kalan zaman : <eval <src.tag.spawndurum2>> dakika
elseif (<timer> < 86400)
src.tag.spawndurum2 ((<timer> / 60) /60)
message @0800 Kalan zaman : <eval <src.tag.spawndurum2>> saat
else
src.tag.spawndurum (((<timer> / 60) /60) /24)
message @0800 Kalan zaman : <eval <src.tag.spawndurum>> gun
endif
else
if (<morex> = 01)
message @0800 Yumurta Hazir
morex 5
timer 172800
elseif (<morex> = 02)
message @0800 Yumurta catlak
timer -1
elseif (<morex> = 05)

else
src.sysmessage @0800 Bu yumurta halen kuluckaya birakilmamis
                                message @55 <name>
                                return 1
endif
endif
endif
else
src.sysmessage @0800 Bu yumurta evinize sabitlenmemis
        message @0800 Once Sabitleyin
        message @55 <name>
return 1
endif

message @55 <name>
return 1

ON=@dclick
if (<topobj.uid> != <src.uid>)
else
src.sysmessage @0800 Yumurtayi cantaniza aldiginizdan dolayi kirildi!!!
remove
return 1
endif
if (<timer> == -1)
if (<morex> = 00)
if (<attr> == 010)
if (<src.taming> < 240)
src.sysmessage @0800 Animal Taming Hakkinda yeterli bilginiz bulunmadigindan dolayi yumurtayi kuluckaya birakmazsiniz...
return 1
elseif (<src.taming> < 250)
timer=442000
link=<src.uid>
morex 1
elseif (<src.taming> < 300)
timer=408800
link=<src.uid>
morex 1
elseif (<src.taming> < 350)
timer=385600
link=<src.uid>
morex 1
elseif (<src.taming> < 400)
timer=362400
link=<src.uid>
morex 1
elseif (<src.taming> < 450)
timer=339200
link=<src.uid>
morex 1
elseif (<src.taming> < 500)
timer=306000
link=<src.uid>
morex 1
elseif (<src.taming> < 550)
timer=282800
link=<src.uid>
morex 1
elseif (<src.taming> < 600)
timer=269600
link=<src.uid>
morex 1
elseif (<src.taming> < 650)
timer=206400
link=<src.uid>
morex 1
elseif (<src.taming> < 700)
timer=163200
link=<src.uid>
morex 1
elseif (<src.taming> < 750)
timer=136000
link=<src.uid>
morex 1
elseif (<src.taming> < 800)
timer=102400
link=<src.uid>
morex 1
elseif (<src.taming> < 850)
timer=87000
link=<src.uid>
morex 1
elseif (<src.taming> < 900)
timer=73400
link=<src.uid>
morex 1
elseif (<src.taming> < 950)
timer=58000
link=<src.uid>
morex 1
elseif (<src.taming> < 1000)
timer=34400
link=<src.uid>
morex 1
elseif (<src.taming> = 1000)
timer=32000
link=<src.uid>
morex 1
endif
if (<src.animallore> < 240)
src.sysmessage @0800 Animallore Hakkinda yeterli bilginiz bulunmadigindan dolayi yumurtayi kuluckaya birakmazsiniz...
return 1
elseif (<src.animallore> < 250)
timer=442000
link=<src.uid>
morex 1
elseif (<src.animallore> < 300)
timer=408800
link=<src.uid>
morex 1
elseif (<src.animallore> < 350)
timer=385600
link=<src.uid>
morex 1
elseif (<src.animallore> < 400)
timer=362400
link=<src.uid>
morex 1
elseif (<src.animallore> < 450)
timer=339200
link=<src.uid>
morex 1
elseif (<src.animallore> < 500)
timer=306000
link=<src.uid>
morex 1
elseif (<src.animallore> < 550)
timer=282800
link=<src.uid>
morex 1
elseif (<src.animallore> < 600)
timer=269600
link=<src.uid>
morex 1
elseif (<src.animallore> < 650)
timer=206400
link=<src.uid>
morex 1
elseif (<src.animallore> < 700)
timer=163200
link=<src.uid>
morex 1
elseif (<src.animallore> < 750)
timer=136000
link=<src.uid>
morex 1
elseif (<src.animallore> < 800)
timer=102400
link=<src.uid>
morex 1
elseif (<src.animallore> < 850)
timer=87000
link=<src.uid>
morex 1
elseif (<src.animallore> < 900)
timer=73400
link=<src.uid>
morex 1
elseif (<src.animallore> < 950)
timer=58000
link=<src.uid>
morex 1
elseif (<src.animallore> < 1000)
timer=34400
link=<src.uid>
morex 1
elseif (<src.animallore> = 1000)
timer=32000
link=<src.uid>
morex 1
endif
//------------------------------------------veterinary
if (<src.veterinary> < 240)
src.sysmessage @0800 Veterinary Hakkinda yeterli bilginiz bulunmadigindan dolayi yumurtayi kuluckaya birakmazsiniz...
return 1
elseif (<src.veterinary> < 250)
timer=442000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 300)
timer=408800
link=<src.uid>
morex 1
elseif (<src.veterinary> < 350)
timer=385600
link=<src.uid>
morex 1
elseif (<src.veterinary> < 400)
timer=362400
link=<src.uid>
morex 1
elseif (<src.veterinary> < 450)
timer=339200
link=<src.uid>
morex 1
elseif (<src.veterinary> < 500)
timer=306000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 550)
timer=282800
link=<src.uid>
morex 1
elseif (<src.veterinary> < 600)
timer=269600
link=<src.uid>
morex 1
elseif (<src.veterinary> < 650)
timer=206400
link=<src.uid>
morex 1
elseif (<src.veterinary> < 700)
timer=163200
link=<src.uid>
morex 1
elseif (<src.veterinary> < 750)
timer=136000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 800)
timer=102400
link=<src.uid>
morex 1
elseif (<src.veterinary> < 850)
timer=87000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 900)
timer=73400
link=<src.uid>
morex 1
elseif (<src.veterinary> < 950)
timer=58000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 1000)
timer=34400
link=<src.uid>
morex 1
elseif (<src.veterinary> = 1000)
timer=32000
link=<src.uid>
morex 1
endif
else
src.sysmessage @0800 Ilk once yumurtalari evinize sabitleyiniz...
                        return 1
endif
elseif (<morex> = 01)
if (<link> = <src.uid>)
src.newitem i_sahip
src.act.equip
src.tag.hayvanid <more>
remove
else
src.sysmessage @0800 Sadece bu yumurtayi kuluckaya birakan kisi yumurtadaki hayvan'a sahip olabilir...
                        return 1
endif
elseif (<morex> = 05)
if (<link> = <src.uid>)
src.newitem i_sahip
src.act.equip
src.tag.hayvanid <more>
remove
else
src.sysmessage @0800 Sadece bu yumurtayi kuluckaya birakan kisi yumurtadaki hayvan'a sahip olabilir...
                        return 1
endif
else
remove
endif
elseif (<timer> > 0)
if (<timer>)
if (<morex> = 05)
if (<link> = <src.uid>)
src.newitem i_sahip
src.act.equip
src.tag.hayvanid <more>
remove
else
src.sysmessage @0800 Sadece bu yumurtayi kuluckaya birakan kisi yumurtadaki hayvan'a sahip olabilir...
                                return 1
endif
else
return 1
endif
endif
endif
return 1

ON=@step
if (<src.account.plevel> < 2)
if (<morex> < 2)
if (<src.findid.i_yumurtadan>)
else
morex 2
src.newitem i_yumurtadan
src.act.equip
                        remove

                        endif
endif
endif
endif

[itemdef i_yumurtadan]
id i_memory
name Yumurtadan
type t_eq_script

ON=@create
attr attr_invis

ON=@equip
src.sayua 0481,6,6,6 * Yumurtayi Kirar *
timer 1

ON=@timer
remove

[itemdef i_sahip]
id i_memory
name sahip ol
type t_eq_script

ON=@create
attr attr_invis

ON=@equip
timer 1

ON=@timer
dorand 4 // Bu bölüme sizdeki bineklerin id lerini yazın
try cont.newnpc c_ostard_desert
try cont.newnpc c_ostard_forest
try cont.newnpc c_ostard_zostrich
        try cont.newnpc c_ostard_mid
enddo

[itemdef i_spawn_yumurta]
defname i_spawn_yumurta
id i_fruit_coconut
name Ostard Egg
type t_script
weight 50

ON=@create
color 0481

on=@click
if !(<topobj.uid> == <src.uid>)
else
src.sysmessage @0800 Kurulmamis Yumurta
src.sysmessage @0800 Yumurtayi En Yakin Zamanda Kurunuz
return 1
endif

message @55 <name>
return 1

on=@dclick
target @0800 Kuluckayi seciniz...
return 1

ON=@targon_char
src.sysmessage @0800 Lutfen kuluckayi seciniz!!!
return 1

ON=@targon_item
if (strmatch('<src.targ.baseid>','i_kulucka'))
src.targ.remove
id i_yumurta
color 0
fix
return 1
else
src.sysmessage @0800 Lutfen yumurtayi koymak icin kuluckayi seciniz!!!
        return 1
endif

ON=@targon_ground
src.sysmessage @0800 Lutfen kuluckayi seciniz!!!
return 1

CATEGORY=Animals
SUBSECTION=Ostard
DESCRIPTION=Ostard Egg

[itemdef i_kulucka]
id 6869
name Kulucka
type t_script
weight 2
RESOURCES=2 i_log,5 i_fur_light
SKILLMAKE=CARPENTRY 100.0, t_carpentry
value 8696

on=@click
message @0800 <name>
return 1

on=@dclick
src.sysmessage @0800 Once Ostard Egg Bulmaniz Gerekiyor.
return 1

[eof]


[color=red][b[Pvp Hell Shard Tekrar Açılacaktır


Pazartesi Günü Sizlerle Olacaktır

uohell.com ;)[/color]

marko13

U-Ser

Online durumu

Nereden: United States new Jersey
Meslek: Öðrenci
Yaş: 19
U-S Puan: 0
  0  

#281985   2008-02-19 02:32 GMT      


@ramirez
ksuura bakma ama bi sorun var ymnurta hazir olduktan sonra cift tiklayinca
18:19:ERROR:Timer expired without DECAY flag 'Ostard Egg' (UID=400017ad)?
18:19:ERROR:Timer expired without DECAY flag 'sahip ol' (UID=400017ab)?

hatasi veriyor bunu nasil fixliyebilirim ????


Hayat UO ya benzer dusersin kalkarsin yatarsin ama reslenirmisin bilmem :D

Gececi

U-Ser

Online durumu

Nereden: Britain Kopru Civarları
Meslek: Uocu
Yaş:
U-S Puan: 0
  0  

#282013   2008-02-19 09:21 GMT      


Ramiez_
Scp üstünde 1 saat çalıştım ve sağlam olarak yaptım sitede bu scp sağlam olarak diyor ama uzaktanyakından bir ilgisi yok.. scpnini sağlam hali buyrun.. Tek bir Sorun bulunmamaktadır...




Scpter Mi Oldun Bilmem Ama Ramiez Actıgın Topiçlere Bakıyorum

1 Saat Ugrastım YAptım Diyorsun Hiç Bir Hata Kalmadı Diyor Zati 1 Saat Boync aNeyi Yaptın Zaten Orada Skilin Beceri Oranına Gore Sure Vermiş

Mademki Yapmıssın

Marko13 de sorununa cevap bul

Kod:
[itemdef i_yumurta]
id 6868
name Ostard Egg
type t_eq_script
weight 18

ON=@click
if (<attr> == 010)
if (<morex> = 02)
message @0800 Yumurta Catlak
timer -1
elseif (<morex> = 05)
if (<timer> > 0)
if (<timer> = 0)
remove
elseif (<timer> < 300)
message @0800 Yumurtanin Bozulmasina Kalan zaman : <timer> saniye
elseif (<timer> < 3601)
src.tag0.spawndurum2 ((<timer> / 60)+1)
message @0800 Yumurtanin Bozulmasina Kalan zaman : <eval <src.tag0.spawndurum2>> dakika
elseif (<timer> < 86400)
src.tag0.spawndurum2 ((<timer> / 60) /60)
message @0800 Yumurtanin Bozulmasina Kalan zaman : <eval <src.tag0.spawndurum2>> saat
else
src.tag0.spawndurum (((<timer> / 60) /60) /24)
message @0800 Yumurtanin Bozulmasina Kalan zaman : <eval <src.tag0.spawndurum>> gun
endif
endif
else
if (<timer> > 0)
if (<timer> < 300)
message @0800 Kalan zaman : <timer> saniye
elseif (<timer> < 3601)
src.tag0.spawndurum2 ((<timer> / 60)+1)
message @0800 Kalan zaman : <eval <src.tag0.spawndurum2>> dakika
elseif (<timer> < 86400)
src.tag0.spawndurum2 ((<timer> / 60) /60)
message @0800 Kalan zaman : <eval <src.tag0.spawndurum2>> saat
else
src.tag0.spawndurum (((<timer> / 60) /60) /24)
message @0800 Kalan zaman : <eval <src.tag0.spawndurum>> gun
endif
else
if (<morex> = 01)
message @0800 Yumurta Hazir
morex 5
timer 172800
elseif (<morex> = 02)
message @0800 Yumurta catlak
timer -1
elseif (<morex> = 05)

else
src.sysmessage @0800 Bu yumurta halen kuluckaya birakilmamis
                                message @55 <name>
                                return 1
endif
endif
endif
else
src.sysmessage @0800 Bu yumurta evinize sabitlenmemis
        message @0800 Once Sabitleyin
        message @55 <name>
return 1
endif

message @55 <name>
return 1

ON=@dclick
if (<timer> == -1)
if (<morex> = 00)
if (<attr> == 010)
if (<src.taming> < 240)
src.sysmessage @0800 Animal Taming Hakkinda yeterli bilginiz bulunmadigindan dolayi yumurtayi kuluckaya birakmazsiniz...
return 1
elseif (<src.taming> < 250)
timer=442000
link=<src.uid>
morex 1
elseif (<src.taming> < 300)
timer=408800
link=<src.uid>
morex 1
elseif (<src.taming> < 350)
timer=385600
link=<src.uid>
morex 1
elseif (<src.taming> < 400)
timer=362400
link=<src.uid>
morex 1
elseif (<src.taming> < 450)
timer=339200
link=<src.uid>
morex 1
elseif (<src.taming> < 500)
timer=306000
link=<src.uid>
morex 1
elseif (<src.taming> < 550)
timer=282800
link=<src.uid>
morex 1
elseif (<src.taming> < 600)
timer=269600
link=<src.uid>
morex 1
elseif (<src.taming> < 650)
timer=206400
link=<src.uid>
morex 1
elseif (<src.taming> < 700)
timer=163200
link=<src.uid>
morex 1
elseif (<src.taming> < 750)
timer=136000
link=<src.uid>
morex 1
elseif (<src.taming> < 800)
timer=102400
link=<src.uid>
morex 1
elseif (<src.taming> < 850)
timer=87000
link=<src.uid>
morex 1
elseif (<src.taming> < 900)
timer=73400
link=<src.uid>
morex 1
elseif (<src.taming> < 950)
timer=58000
link=<src.uid>
morex 1
elseif (<src.taming> < 1000)
timer=34400
link=<src.uid>
morex 1
elseif (<src.taming> = 1000)
timer=32000
link=<src.uid>
morex 1
endif
if (<src.animallore> < 240)
src.sysmessage @0800 Animallore Hakkinda yeterli bilginiz bulunmadigindan dolayi yumurtayi kuluckaya birakmazsiniz...
return 1
elseif (<src.animallore> < 250)
timer=442000
link=<src.uid>
morex 1
elseif (<src.animallore> < 300)
timer=408800
link=<src.uid>
morex 1
elseif (<src.animallore> < 350)
timer=385600
link=<src.uid>
morex 1
elseif (<src.animallore> < 400)
timer=362400
link=<src.uid>
morex 1
elseif (<src.animallore> < 450)
timer=339200
link=<src.uid>
morex 1
elseif (<src.animallore> < 500)
timer=306000
link=<src.uid>
morex 1
elseif (<src.animallore> < 550)
timer=282800
link=<src.uid>
morex 1
elseif (<src.animallore> < 600)
timer=269600
link=<src.uid>
morex 1
elseif (<src.animallore> < 650)
timer=206400
link=<src.uid>
morex 1
elseif (<src.animallore> < 700)
timer=163200
link=<src.uid>
morex 1
elseif (<src.animallore> < 750)
timer=136000
link=<src.uid>
morex 1
elseif (<src.animallore> < 800)
timer=102400
link=<src.uid>
morex 1
elseif (<src.animallore> < 850)
timer=87000
link=<src.uid>
morex 1
elseif (<src.animallore> < 900)
timer=73400
link=<src.uid>
morex 1
elseif (<src.animallore> < 950)
timer=58000
link=<src.uid>
morex 1
elseif (<src.animallore> < 1000)
timer=34400
link=<src.uid>
morex 1
elseif (<src.animallore> = 1000)
timer=32000
link=<src.uid>
morex 1
endif
//------------------------------------------veterinary
if (<src.veterinary> < 240)
src.sysmessage @0800 Veterinary Hakkinda yeterli bilginiz bulunmadigindan dolayi yumurtayi kuluckaya birakmazsiniz...
return 1
elseif (<src.veterinary> < 250)
timer=442000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 300)
timer=408800
link=<src.uid>
morex 1
elseif (<src.veterinary> < 350)
timer=385600
link=<src.uid>
morex 1
elseif (<src.veterinary> < 400)
timer=362400
link=<src.uid>
morex 1
elseif (<src.veterinary> < 450)
timer=339200
link=<src.uid>
morex 1
elseif (<src.veterinary> < 500)
timer=306000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 550)
timer=282800
link=<src.uid>
morex 1
elseif (<src.veterinary> < 600)
timer=269600
link=<src.uid>
morex 1
elseif (<src.veterinary> < 650)
timer=206400
link=<src.uid>
morex 1
elseif (<src.veterinary> < 700)
timer=163200
link=<src.uid>
morex 1
elseif (<src.veterinary> < 750)
timer=136000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 800)
timer=102400
link=<src.uid>
morex 1
elseif (<src.veterinary> < 850)
timer=87000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 900)
timer=73400
link=<src.uid>
morex 1
elseif (<src.veterinary> < 950)
timer=58000
link=<src.uid>
morex 1
elseif (<src.veterinary> < 1000)
timer=34400
link=<src.uid>
morex 1
elseif (<src.veterinary> = 1000)
timer=32000
link=<src.uid>
morex 1
endif
else
src.sysmessage @0800 Ilk once yumurtalari evinize sabitleyiniz...
                        return 1
endif
elseif (<morex> = 01)
if (<link> = <src.uid>)
src.newitem i_sahip
src.act.equip
src.tag.hayvanid <more>
remove
else
src.sysmessage @0800 Sadece bu yumurtayi kuluckaya birakan kisi yumurtadaki hayvan'a sahip olabilir...
                        return 1
endif
elseif (<morex> = 05)
if (<link> = <src.uid>)
src.newitem i_sahip
src.act.equip
src.tag.hayvanid <more>
remove
else
src.sysmessage @0800 Sadece bu yumurtayi kuluckaya birakan kisi yumurtadaki hayvan'a sahip olabilir...
                        return 1
endif
else
remove
endif
elseif (<timer> > 0)
if (<timer>)
if (<morex> = 05)
if (<link> = <src.uid>)
src.newitem i_sahip
src.act.equip
src.tag.hayvanid <more>
remove
else
src.sysmessage @0800 Sadece bu yumurtayi kuluckaya birakan kisi yumurtadaki hayvan'a sahip olabilir...
                                return 1
endif
else
return 1
endif
endif
endif
return 1

ON=@step
if (<src.account.plevel> < 2)
if (<morex> < 2)
if (<src.findid.i_yumurtadan>)
else
morex 2
src.newitem i_yumurtadan
src.act.equip
                        remove

                        endif
endif
endif
endif

[itemdef i_yumurtadan]
id i_memory
name Yumurtadan
type t_eq_script

ON=@create
attr attr_invis

ON=@equip
src.sayua 0481,6,6,6 * Yumurtayi Kirar *
timer 1

ON=@timer
remove

[itemdef i_sahip]
id i_memory
name sahip ol
type t_eq_script

ON=@create
attr attr_invis

ON=@equip
timer 1

ON=@timer
dorand 4 // Bu bölüme sizdeki bineklerin id lerini yazın
        try cont.newnpc c_ostard_mid
        try cont.newnpc c_m_nightmare
        try cont.newnpc c_m_unicorn
        try cont.newnpc c_kii_rin
enddo

[itemdef i_spawn_yumurta]
defname i_spawn_yumurta
id i_fruit_coconut
name Ostard Egg
type t_script
weight 50

ON=@create
color 0481

on=@click
message @55 <name>
return 1

on=@dclick
target @0800 Kuluckayi seciniz...
return 1

ON=@targon_char
src.sysmessage @0800 Lutfen kuluckayi seciniz!!!
return 1

ON=@targon_item
if (strmatch('<src.targ.baseid>','i_kulucka'))
src.targ.remove
id i_yumurta
color 0
fix
return 1
else
src.sysmessage @0800 Lutfen yumurtayi koymak icin kuluckayi seciniz!!!
        return 1
endif

ON=@targon_ground
src.sysmessage @0800 Lutfen kuluckayi seciniz!!!
return 1

CATEGORY=Animals
SUBSECTION=Ostard
DESCRIPTION=Ostard Egg


[plevel 1]
osmanoldu

[function osmanoldu]
src.sdialog d_player_menu_baba
return 1

[DIALOG d_player_menu_baba]
0,0
NOMOVE
PAGE 0
Resizepic 75 10 3600 500 250
dtext 250 30 045a Ozel System
/////////////////////////////////////////////
dtext 125 95 0481 ItemID =
dtext 125 115 0481 ItemDupe =
dtext 125 135 0481 ItemColor =
dtext 125 155 0481 ItemAmount =
dtext 170 191 0481 Tamam
dtext 170 211 0481 Ileri
////////////////////////////////////////////
dtextentry 230 95 160 16 0481 1 i_
dtextentry 230 115 160 16 0481 2 1
dtextentry 230 135 160 16 0481 3 0
dtextentry 230 155 160 16 0481 4 1
///////////////////////////////////////////
button 230 195 1210 1209 1 0 1
button 230 215 1210 1209 1 0 2
////////////////////////////////////////////
[dialog d_player_menu_baba button]
onbutton=1
if (STRMATCH("*i_*","<ARGTXT[1]>"))
src.newitem <argtxt[1]>
src.act.color <argtxt[3]>
src.act.amount <argtxt[4]>
src.act.bounce
src.act.dupe <argtxt[2]>
else
src.sysmessage @0799 Hata : Yanlis ID Girdiniz.
return 1
endif
onbutton=2
src.sdialog d_player_menu_char
return 1
///////////////////////////////
[DIALOG d_player_menu_char]
0,0
NOMOVE
PAGE 0
Resizepic 75 10 3600 450 350
dtext 250 30 045a Ozel System
dtext 125 311 0481 Tamam
////////////////////////////////////
dtextentry 230 95 160 16 0481 1 <src.hits>
dtextentry 230 115 160 16 0481 2 <src.mana>
dtextentry 230 135 160 16 0481 3 <src.dex>
dtextentry 230 155 160 16 0481 4 <src.str>
dtext 125 95 0481 Hits =
dtext 125 115 0481 Mana =
dtext 125 135 0481 Dex =
dtext 125 155 0481 Str =
checkbox 125 175 210 211 0 1
/////////////////////////
dtextentry 230 195 160 16 0481 5 <src.name>
dtext 125 195 0481 Name =
checkbox 125 215 210 211 0 2
/////////////////////////
button 105 238 1210 1209 1 0 2
button 105 258 1210 1209 1 0 3
dtext 125 235 0481 Invis
dtext 125 255 0481 Invul
////////////////////////
button 105 278 1210 1209 1 0 4
dtext 125 275 0481 Remove
////////////////////////
button 105 315 1210 1209 1 0 1
/////////////////////////////
[dialog d_player_menu_char button]
onbutton=1
IF (<argchk[1]>==1)
src.hits <argtxt[1]>
src.mana <argtxt[2]>
src.dex <argtxt[3]>
src.str <argtxt[4]>
endif
IF (<argchk[2]>==1)
src.name <argtxt[5]>
endif
return 1
onbutton=2
src.invis
return 1
onbutton=3
src.invul
return 1
onbutton=4
src.newitem i_kralbabacanedit
src.act.equip
return 1
////////////////////////////////////////////////////
[itemdef i_kralbabacanedit]
name Kral
id i_memory
type t_eq_script
weight 0

on=@create
attr attr_invis | attr_decay
return 1

on=@equip
timer 2
target
src.sysmessage @0800 Lutfen Silincek Itemi Seciniz
return 1

on=@targon_item
src.targ.remove
return 1

on=@targon_char
src.sysmessage @0799 Hata : Lutfen Itemi Seciniz.
target
return 1

on=@timer
attr attr_decay
remove
return 1



[itemdef i_kulucka]
id 6869
name Kulucka
type t_script
weight 2
RESOURCES=5 i_log
SKILLMAKE=CARPENTRY 100.0, t_carpentry
value 8696

on=@click
message @0800 <name>
return 1

on=@dclick
src.sysmessage @0800 Once Ostard Egg Bulmaniz Gerekiyor.
return 1

[eof]


Alın Benki Scp Bir Tane Hata Vardı Şimdi Oda Yok

Orada Timerler Verilmiştir Oraya Bakarsanız Ne Demek İstedigini Anlarsınız Ona Gorede Sure Verirsiniz ....


Bekleyiş İcindeyim

borakrc

U-Ser

Online durumu

Nereden: --- Zonguldak
Meslek: Oyuncu
Yaş:
U-S Puan: 0.97
  0  

#282153   2008-02-19 20:33 GMT      


yumurta çantadayken tıklayınca kırılıyor..

o bug u düzeltsen iyi olur..


67040211542 || BoraKrc || BlueFlame || BlackDeath || Blacky || Scyn || Hexta
Ölümüne Black Pvp RuLazZzz..!
Bir nickin 8 yıllık evrimi

marko13

U-Ser

Online durumu

Nereden: United States new Jersey
Meslek: Öðrenci
Yaş: 19
U-S Puan: 0
  0  

#282265   2008-02-20 08:54 GMT      


bu scp bana cok karisik geldi bi fixlisi yokmu 56b icin
00:52:ERROR:Timer expired without DECAY flag 'Ostard Egg' (UID=40001787)?
00:52:ERROR:Timer expired without DECAY flag 'sahip ol' (UID=40001785)?
@gececi bu usteki hatayi verio senin verdigin scp ilede


Hayat UO ya benzer dusersin kalkarsin yatarsin ama reslenirmisin bilmem :D

Mike

U-Ser

Online durumu

Nereden: ---
Meslek:
Yaş:
U-S Puan: 0
  0  

#282266   2008-02-20 09:03 GMT      


return 1 koy timer altına. ve sildir.


Biz deği$tirdik.
biz ba$latırız.

marko13

U-Ser

Online durumu

Nereden: United States new Jersey
Meslek: Öðrenci
Yaş: 19
U-S Puan: 0
  0  

#282474   2008-02-21 08:46 GMT      


hala ayni hata var


Hayat UO ya benzer dusersin kalkarsin yatarsin ama reslenirmisin bilmem :D

2 Sayfadan 1. Sayfa Görüntüleniyor12 »


İlgili Başlıklar:

BaşlıklarBaşlık Yazarı
Yumurta olmuyor...Ramirez__
Yumurta scp lazımEphesIgor
Yumurta Sorunutugay77
Yumurta Yardım...Owner_Jin
  Online:
  19 site üyesi, 50 misafir
    toplam 69 kişi  
Giris sayfan olarak ayarla Sik Kullanilanlara Ekle Yenile Burdan bize ulasabilirsiniz

 


ANASAYFA | FORUMLAR | DÖKÜMANLAR | DOSYALAR | SCRIPTLER | SUNUCULAR | İLETİŞİM
Copyright (c) 2004-09 Ultima-Strike. All rights reserved.
Tasarım / Programlama: Uğur GÖK

Sistem Yapısı Seditio
Sayfa açılma süresi 1.221 sn.
SQL toplam zamanı: 0.646 sn. - SQL sorgusu: 60 - Ortalama SQL zamanı: 0.01077 sn.
Hosting Hizmetleri