1 2 3 4 5 6 7 8 9 10 11 12 | // Item Combo File // // Format: <Item ID>:<Item ID2>{:<Item ID3>{:<Item ID4>{:<Item ID5>:{<Item ID6>}}}},{ Script } // // Explanation: // This file is responsible for the bonuses granted by gear/card combinations. // The scripted bonus(es) will be given once the player has equipped each of the required items. // // Example: // 4197:4001,{ bonus bFlee,18; } // Poring & Mastering Card Combo: Flee + 18. // Player receives Flee+18 if both Poring Card & Mastering Card are equipped. // |