Çözüldü GM Özel İtem Ekleme

  • Konuyu açan Konuyu açan FreeWaLLe
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 11
  • Gösterim Gösterim 103
Bu konu çözüme ulaştırılmıştır. Çözüm için konuya yazılan tüm yorumları okumayı unutmayın. Eğer konudaki yorumlar sorununuzu çözmediyse yeni bir konu açabilirsiniz.
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

FreeWaLLe

Üye
Üye
Mesaj
9
Beğeni
1
Puan
405
Ticaret Puanı
0
Arkadaşlar selamlar şöyle bir soru sormak istiyorum sizlere GM ye özel item ekleme yapmak istiyorum ve bu iteme slotları tekleyecek kadar güçlü özellik eklemek istiyorum bunu nasıl yapabilirim ?
 
Çözüm
GM STATÜ:
Genişlet Daralt Kopyala
quest safademirel begin
    state start begin
        when 70021.use with pc.is_gm() begin
            say("Asagidan Istedigini Sec")
            local w = select("GM Statu Aktif Et","GM Statu Kapat","Kapat")
            if w==1 then
            affect.remove_collect()
            affect.add_collect(apply.MAX_HP,99000,439200)
            affect.add_collect(apply.MAX_SP,99000,439200)
            affect.add_collect(apply.ATT_SPEED,99000,439200)
            affect.add_collect(apply.CAST_SPEED,99000,439200)
            affect.add_collect(apply.STUN_PCT,99000,439200)
            affect.add_collect(apply.CRITICAL_PCT,99000,439200)
            affect.add_collect(apply.PENETRATE_PCT,99000,439200)...
Program kullanmak istemiyorsan /i 189 ile mesela zehir çağır sonra kanalları kapat navicat item tablosundan itemin efsunlarını ayarla internete metin2 efsun kodları yazarsan çıkar zaten istediğin efsunları item tablosundan veriyorsun kaydedip kanalları açıyorsun o item artık edit en fazla oran olarak 32767 yazabilirsin ama bu kadar abartmana gerek yok
 
Program kullanmak istemiyorsan /i 189 ile mesela zehir çağır sonra kanalları kapat navicat item tablosundan itemin efsunlarını ayarla internete metin2 efsun kodları yazarsan çıkar zaten istediğin efsunları item tablosundan veriyorsun kaydedip kanalları açıyorsun o item artık edit en fazla oran olarak 32767 yazabilirsin ama bu kadar abartmana gerek yok
videolu anlatımı var mıdır acaba reis
 
GM STATÜ:
Genişlet Daralt Kopyala
quest safademirel begin
    state start begin
        when 70021.use with pc.is_gm() begin
            say("Asagidan Istedigini Sec")
            local w = select("GM Statu Aktif Et","GM Statu Kapat","Kapat")
            if w==1 then
            affect.remove_collect()
            affect.add_collect(apply.MAX_HP,99000,439200)
            affect.add_collect(apply.MAX_SP,99000,439200)
            affect.add_collect(apply.ATT_SPEED,99000,439200)
            affect.add_collect(apply.CAST_SPEED,99000,439200)
            affect.add_collect(apply.STUN_PCT,99000,439200)
            affect.add_collect(apply.CRITICAL_PCT,99000,439200)
            affect.add_collect(apply.PENETRATE_PCT,99000,439200)
            affect.add_collect(apply.BLOCK,99000,439200)
            affect.add_collect(apply.ATT_GRADE_BONUS,99000,439200)
            affect.add_collect(apply.MAGIC_ATT_GRADE,99000,439200)
            affect.add_collect(apply.MAGIC_DEF_GRADE,99000,439200)
            affect.add_collect(apply.RESIST_SWORD,99000,439200)
            affect.add_collect(apply.RESIST_TWOHAND,99000,439200)
            affect.add_collect(apply.RESIST_DAGGER,99000,439200)
            affect.add_collect(apply.RESIST_MAGIC,99000,439200)
            affect.add_collect(apply.POISON_REDUCE,99000,439200)
            affect.add_collect(apply.INT,99000,439200)
            affect.add_collect(apply.STR,99000,439200)
            affect.add_collect(apply.DEX,99000,439200)
            end
            if w==2 then
            affect.remove_collect()
            affect.add_collect(apply.MAX_HP,-99000,439200)
            affect.add_collect(apply.MAX_SP,-99000,439200)
            affect.add_collect(apply.ATT_SPEED,-99000,439200)
            affect.add_collect(apply.CAST_SPEED,-99000,439200)
            affect.add_collect(apply.STUN_PCT,-99000,439200)
            affect.add_collect(apply.CRITICAL_PCT,-99000,439200)
            affect.add_collect(apply.PENETRATE_PCT,-99000,439200)
            affect.add_collect(apply.BLOCK,-99000,439200)
            affect.add_collect(apply.ATT_GRADE_BONUS,-99000,439200)
            affect.add_collect(apply.MAGIC_ATT_GRADE,-99000,439200)
            affect.add_collect(apply.MAGIC_DEF_GRADE,-99000,439200)
            affect.add_collect(apply.RESIST_SWORD,-99000,439200)
            affect.add_collect(apply.RESIST_TWOHAND,-99000,439200)
            affect.add_collect(apply.RESIST_DAGGER,-99000,439200)
            affect.add_collect(apply.RESIST_MAGIC,-99000,439200)
            affect.add_collect(apply.POISON_REDUCE,-99000,439200)
            affect.add_collect(apply.INT,-99000,439200)
            affect.add_collect(apply.STR,-99000,439200)
            affect.add_collect(apply.DEX,-99000,439200)           
            end           
            if w==3 then
            end
                end
                end
            end

Bunu kullanabilirsin her şeyi teklersin.
 
Çözüm
GM STATÜ:
Genişlet Daralt Kopyala
quest safademirel begin
    state start begin
        when 70021.use with pc.is_gm() begin
            say("Asagidan Istedigini Sec")
            local w = select("GM Statu Aktif Et","GM Statu Kapat","Kapat")
            if w==1 then
            affect.remove_collect()
            affect.add_collect(apply.MAX_HP,99000,439200)
            affect.add_collect(apply.MAX_SP,99000,439200)
            affect.add_collect(apply.ATT_SPEED,99000,439200)
            affect.add_collect(apply.CAST_SPEED,99000,439200)
            affect.add_collect(apply.STUN_PCT,99000,439200)
            affect.add_collect(apply.CRITICAL_PCT,99000,439200)
            affect.add_collect(apply.PENETRATE_PCT,99000,439200)
            affect.add_collect(apply.BLOCK,99000,439200)
            affect.add_collect(apply.ATT_GRADE_BONUS,99000,439200)
            affect.add_collect(apply.MAGIC_ATT_GRADE,99000,439200)
            affect.add_collect(apply.MAGIC_DEF_GRADE,99000,439200)
            affect.add_collect(apply.RESIST_SWORD,99000,439200)
            affect.add_collect(apply.RESIST_TWOHAND,99000,439200)
            affect.add_collect(apply.RESIST_DAGGER,99000,439200)
            affect.add_collect(apply.RESIST_MAGIC,99000,439200)
            affect.add_collect(apply.POISON_REDUCE,99000,439200)
            affect.add_collect(apply.INT,99000,439200)
            affect.add_collect(apply.STR,99000,439200)
            affect.add_collect(apply.DEX,99000,439200)
            end
            if w==2 then
            affect.remove_collect()
            affect.add_collect(apply.MAX_HP,-99000,439200)
            affect.add_collect(apply.MAX_SP,-99000,439200)
            affect.add_collect(apply.ATT_SPEED,-99000,439200)
            affect.add_collect(apply.CAST_SPEED,-99000,439200)
            affect.add_collect(apply.STUN_PCT,-99000,439200)
            affect.add_collect(apply.CRITICAL_PCT,-99000,439200)
            affect.add_collect(apply.PENETRATE_PCT,-99000,439200)
            affect.add_collect(apply.BLOCK,-99000,439200)
            affect.add_collect(apply.ATT_GRADE_BONUS,-99000,439200)
            affect.add_collect(apply.MAGIC_ATT_GRADE,-99000,439200)
            affect.add_collect(apply.MAGIC_DEF_GRADE,-99000,439200)
            affect.add_collect(apply.RESIST_SWORD,-99000,439200)
            affect.add_collect(apply.RESIST_TWOHAND,-99000,439200)
            affect.add_collect(apply.RESIST_DAGGER,-99000,439200)
            affect.add_collect(apply.RESIST_MAGIC,-99000,439200)
            affect.add_collect(apply.POISON_REDUCE,-99000,439200)
            affect.add_collect(apply.INT,-99000,439200)
            affect.add_collect(apply.STR,-99000,439200)
            affect.add_collect(apply.DEX,-99000,439200)          
            end          
            if w==3 then
            end
                end
                end
            end

Bunu kullanabilirsin her şeyi teklersin.
çok teşekkür ediyorum bu kodu nereye eklemem gerekecek acaba ?
 
çok teşekkür ediyorum bu kodu nereye eklemem gerekecek acaba ?
masaüstüne bir tane not defteri aç safademirel.quest bunu kopyala masaüstüne aldığın not defteri ismiyle değiştir sonra sana attığım o kodları içine yapıştır questi okut oyun içi 70021 itemi çağır aktif et.
 
GM STATÜ:
Genişlet Daralt Kopyala
quest safademirel begin
    state start begin
        when 70021.use with pc.is_gm() begin
            say("Asagidan Istedigini Sec")
            local w = select("GM Statu Aktif Et","GM Statu Kapat","Kapat")
            if w==1 then
            affect.remove_collect()
            affect.add_collect(apply.MAX_HP,99000,439200)
            affect.add_collect(apply.MAX_SP,99000,439200)
            affect.add_collect(apply.ATT_SPEED,99000,439200)
            affect.add_collect(apply.CAST_SPEED,99000,439200)
            affect.add_collect(apply.STUN_PCT,99000,439200)
            affect.add_collect(apply.CRITICAL_PCT,99000,439200)
            affect.add_collect(apply.PENETRATE_PCT,99000,439200)
            affect.add_collect(apply.BLOCK,99000,439200)
            affect.add_collect(apply.ATT_GRADE_BONUS,99000,439200)
            affect.add_collect(apply.MAGIC_ATT_GRADE,99000,439200)
            affect.add_collect(apply.MAGIC_DEF_GRADE,99000,439200)
            affect.add_collect(apply.RESIST_SWORD,99000,439200)
            affect.add_collect(apply.RESIST_TWOHAND,99000,439200)
            affect.add_collect(apply.RESIST_DAGGER,99000,439200)
            affect.add_collect(apply.RESIST_MAGIC,99000,439200)
            affect.add_collect(apply.POISON_REDUCE,99000,439200)
            affect.add_collect(apply.INT,99000,439200)
            affect.add_collect(apply.STR,99000,439200)
            affect.add_collect(apply.DEX,99000,439200)
            end
            if w==2 then
            affect.remove_collect()
            affect.add_collect(apply.MAX_HP,-99000,439200)
            affect.add_collect(apply.MAX_SP,-99000,439200)
            affect.add_collect(apply.ATT_SPEED,-99000,439200)
            affect.add_collect(apply.CAST_SPEED,-99000,439200)
            affect.add_collect(apply.STUN_PCT,-99000,439200)
            affect.add_collect(apply.CRITICAL_PCT,-99000,439200)
            affect.add_collect(apply.PENETRATE_PCT,-99000,439200)
            affect.add_collect(apply.BLOCK,-99000,439200)
            affect.add_collect(apply.ATT_GRADE_BONUS,-99000,439200)
            affect.add_collect(apply.MAGIC_ATT_GRADE,-99000,439200)
            affect.add_collect(apply.MAGIC_DEF_GRADE,-99000,439200)
            affect.add_collect(apply.RESIST_SWORD,-99000,439200)
            affect.add_collect(apply.RESIST_TWOHAND,-99000,439200)
            affect.add_collect(apply.RESIST_DAGGER,-99000,439200)
            affect.add_collect(apply.RESIST_MAGIC,-99000,439200)
            affect.add_collect(apply.POISON_REDUCE,-99000,439200)
            affect.add_collect(apply.INT,-99000,439200)
            affect.add_collect(apply.STR,-99000,439200)
            affect.add_collect(apply.DEX,-99000,439200)          
            end          
            if w==3 then
            end
                end
                end
            end

Bunu kullanabilirsin her şeyi teklersin.
Gerekli quest okutulup arkadaşın istediği sonuç elde edilmiştir.
 
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.
Geri
Üst