Jump to content

Unofficial Fallen Angel Wing (FAW) Enchantment


About This File

Unofficial Fallen Angel Wing (FAW) Enchants

This script should do exactly what is written on iRO wiki's FAW Enchants page, but you can easily change some settings as specified below.

Also, kindly press that rep_up.png reputation button if you find this helpful. This is my first script release, so why not encourage me to release more by pressing that button? ;)

Custom Settings:

.chancetype

If set to 1, lower-level enchants are more likely to be enchanted. If set to 0, all levels have an equal chance to be enchanted (true random).

// 1 = 60% low, 30% mid, 10% high for 1st & 2nd enchant slot && 40% low, 30% mid, 20% high, 10% special for 3rd enchant slot// 0 = Equal Chance.chancetype = 1;

.cost

Cost for enchanting.

    //Cost for Enchanting. It's free in iRO    //.cost=0;

.cost2

Cost for resetting enchants.

    //Cost to reset | Costs 1Mz in iRO    .cost2 = 1000000;

.autoequip

If set to 1, it lets the player to equip the garment while the script is running. Set to 0 to disable.

    //Turn on Equip Selection if garment is unequipped? 1 = Yes    .autoequip =1;

Additional Notes:

You may want to change the effects of the Fatal Enchants as rAthena's effects are different from iRO's.

//iRO Fatal effect4863,Fatal1Lv,Fatal1Lv,6,10,,,,,,,,,,,,,,,{ bonus bCritAtkRate,4; bonus bCritical,1; },{},{}4864,Fatal2Lv,Fatal2Lv,6,10,,,,,,,,,,,,,,,{ bonus bCritAtkRate,6; bonus bCritical,2; },{},{}4865,Fatal3Lv,Fatal3Lv,6,10,,,,,,,,,,,,,,,{ bonus bCritAtkRate,8; bonus bCritical,3; },{},{}4866,Fatal4Lv,Fatal4Lv,6,10,,,,,,,,,,,,,,,{ bonus bCritAtkRate,10; bonus bCritical,4; },{},{}

  • Love 1
  • MVP 1

×
×
  • Create New...