Poem of Bragi duration.

MikZ

New member
Messages
461
Points
0
Good day!

May i know where to edit duration effect of poem of bragi skill it only last 10secs. thanks!

 
You mean how long the song effect stays after you leave the bards range? 

go to your DB Pre or re

Skill_db :

Find bragi

{
    Id: 321
    Name: "BA_POEMBRAGI"
    Description: "Magic Strings"
    MaxLevel: 10
    Hit: "BDT_SKILL"
    SkillType: {
        Self: true
    }
    SkillInfo: {
        Song: true
    }
    AttackType: "Misc"
    DamageType: {
        NoDamage: true
    }
    SkillData1: 180000
    SkillData2: 20000
    CoolDown: 0
    Requirements: {
        SPCost: {
            Lv1: 40
            Lv2: 45
            Lv3: 50
            Lv4: 55
            Lv5: 60
            Lv6: 65
            Lv7: 70
            Lv8: 75
            Lv9: 80
            Lv10: 85
        }
        WeaponTypes: {
            Instruments: true
            Whips: true
        }
    }
    Unit: {
        Id: 0xa9
        Layout: 3
        Interval: 3000
        Target: "All"
        Flag: {
            UF_NOMOB: true
            UF_SONG: true
            UF_DUALMODE: true
        }
    }
},


soo bragi effect is 20 seconds? 

Change SkillData2: 20000 > 50000 

save and reload server, dont need to compile for this

.......

I dont remeember the last time i used bragi though so it could be something else for duration outside the clown's range! 

so if its in src you looking for sorry! 

 
Back
Top