Kayıt T. : 01/01/70
| Konu: Bütün NPC leri Tek bir yere Toplama C.tesi Nis. 03, 2010 4:36 pm | |
| 9010 göre düzenlenmiştir !!!!
BU KOTLA AYARLİCAKSINIZ npc.open_shop(..) .. olan yerleri navicattaki shopta mesela 9001 e 1 dediniz oraya 1 yazın yeterli olucaktır iyi eğleceler
Alıntı:
quest shops begin state start begin when 9010.chat."ilk shop WaLDeZ" begin say_title("WaLDeZ:") say("") say("ilk shop WaLDeZ") local s = select("evet"[Resimleri görebilmek için üye olun veya giriş yapın.] "hayir")
if s == 1 then npc.open_shop(13) else return end
end
when 9010.chat."2 shop" begin say_title("WaLDeZ:") say("") say("2 shop") local s = select("evet"[Resimleri görebilmek için üye olun veya giriş yapın.] "hayir")
if s == 1 then npc.open_shop(14) else return end end
when 9010.chat."3 shop" begin say_title("WaLDeZ:") say("") say("3 shop") local s = select("evet"[Resimleri görebilmek için üye olun veya giriş yapın.] "hayir")
if s == 1 then npc.open_shop(16) else return end end
when 9010.chat."4 shop" begin say_title("Helferin:") say("") say("4 shop") local s = select("evet"[Resimleri görebilmek için üye olun veya giriş yapın.] "hayir")
if s == 1 then npc.open_shop(17) else return end end end |
| |
|
ByMurat Admin
Cinsiyet : Mesaj Sayısı : 279 Kayıt T. : 22/06/10 Nerden : Mersin
| Konu: Geri: Bütün NPC leri Tek bir yere Toplama Cuma Haz. 25, 2010 8:22 am | |
| | |
|