Code: Select all
SQType[0] = "NoEffect"
SQType[1] = "Durability"
SQType[2] = "Strength"
SQType[3] = "Stamina"
SQType[4] = "Intelligence"
SQType[5] = "Wisdom"
SQType[6] = "Dexterity"
SQType[7] = "AllAttributes"
SQType[8] = "MaximumHP"
SQType[9] = "MaximumMP"
SQType[10] = "HPRecovery"
SQType[11] = "MPRecoveryRate"
SQType[12] = "PhysicalAttack"
SQType[13] = "Defense"
SQType[14] = "MagicalDefense"
SQType[15] = "MagicalAttack"
SQType[16] = "Accuracy"
SQType[17] = "DodgeRate"
SQType[18] = "PhysicalCriticalHitRate"
SQType[19] = "PercentCriticalDamage"
SQType[20] = "MagicalCriticalHitRate"
SQType[21] = "PercentMagicalCriticalDamage"
SQType[22] = "ParryRate"
SQType[23] = "PercentAttackSpeed"
SQType[24] = "PercentMovementSpeed"
SQType[25] = "Damage"
SQType[26] = "AllResistances"
SQType[27] = "EarthResistance"
SQType[28] = "WaterResistance"
SQType[29] = "FireResistance"
SQType[30] = "WindResistance"
SQType[31] = "LightResistance"
SQType[32] = "DarkResistance"
SQType[33] = "PercentReducedMPConsumption"
SQType[34] = "PercentExperienceValueRate"
SQType[35] = "PercentDropRate"
SQType[36] = "PercentOff-HandAccuracy"
SQType[37] = "PercentOff-HandDamageRate"
SQType[38] = "PercentArmorDefenseStrengtheningRate"
SQType[39] = "PercentChainDefenseStrengtheningRate"
SQType[40] = "PercentLeatherDefenseStrengtheningRate"
SQType[41] = "PercentClothesDefenseStrengtheningRate"
SQType[42] = "PercentRobeDefenseStrengtheningRate"
SQType[43] = "PercentShieldDefenseStrengtheningRate"
SQType[44] = "PercentMagicPower"
SQType[45] = "PercentEarthMagicPower"
SQType[46] = "PercentWaterMagicPower"
SQType[47] = "PercentFireMagicPower"
SQType[48] = "PercentWindMagicPower"
SQType[49] = "PercentLightMagicPower"
SQType[50] = "PercentDarkMagicPower"
SQType[51] = "PercentSpellcastingDelay"
SQType[52] = "PercentRangedWeaponDamageRate"
SQType[53] = "PercentBowDamageRate"
SQType[54] = "PercentCrossbowDamageRate"
SQType[55] = "PercentGunDamageRate"
SQType[56] = "PercentMeleeWeaponDamageRate"
SQType[57] = "PercentUnarmedDamageRate"
SQType[58] = "PercentSwordDamageRate"
SQType[59] = "PercentDaggerDamageRate"
SQType[60] = "PercentWandDamageRate"
SQType[61] = "PercentAxeDamageRate"
SQType[62] = "Percent1-HHammerDamageRate"
SQType[63] = "Percent2-HSwordDamageRate"
SQType[64] = "PercentStaffDamageRate"
SQType[65] = "Percent2-HAxeDamageRate"
SQType[66] = "Percent2-HHammerDamageRate"
SQType[67] = "PercentGunDamageRate"
SQType[68] = "PercentRemoteAttackDelay"
SQType[69] = "PercentBowAttackDelay"
SQType[70] = "PercentCrossbowAttackDelay"
SQType[71] = "PercentGunAttackDelay"
SQType[72] = "PercentMeleeAttackDelay"
SQType[73] = "PercentUnarmedAttackDelay"
SQType[74] = "PercentSwordAttackDelay"
SQType[75] = "PercentDaggerAttackDelay"
SQType[76] = "PercentWandAttackDelay"
SQType[77] = "PercentAxeAttackDelay"
SQType[78] = "Percent1-HHammerAttackDelay"
SQType[79] = "Percent2-HSwordAttackDelay"
SQType[80] = "PercentStaffAttackDelay"
SQType[81] = "Percent2-HAxeAttackDelay"
SQType[82] = "Percent2-HHammerAttackDelay"
SQType[83] = "PercentGunAttackDelay"
SQType[84] = "EquipmentAbilityUnarmed"
SQType[85] = "EquipmentAbilitySword"
SQType[86] = "EquipmentAbilityDagger"
SQType[87] = "EquipmentAbilityWand"
SQType[88] = "EquipmentAbilityAxe"
SQType[89] = "EquipmentAbility1-HHammer"
SQType[90] = "EquipmentAbility2-HSword"
SQType[91] = "EquipmentAbilityStaff"
SQType[92] = "EquipmentAbility2-HAxe"
SQType[93] = "EquipmentAbility2-HHammer"
SQType[94] = "EquipmentAbilityGun"
SQType[95] = "EquipmentAbilityBow"
SQType[96] = "EquipmentAbilityCrossbow"
SQType[97] = "EquipmentAbilityGun"
SQType[98] = "EquipmentAbilityProjectiles"
SQType[99] = "EquipmentAbilityPlate"
SQType[100] = "EquipmentAbilityChain"
SQType[101] = "EquipmentAbilityLeather"
SQType[102] = "EquipmentAbilityClothes"
SQType[103] = "EquipmentAbilityRobe"
SQType[104] = "EquipmentAbilityShield"
SQType[105] = "EquipmentAbilityTalisman"
SQType[106] = "EquipmentAbility2-HWeapon"
SQType[107] = "UnarmedSkillUp"
SQType[108] = "SwordSkillUp"
SQType[109] = "DaggerSkillUp"
SQType[110] = "WandSkillUp"
SQType[111] = "AxeSkillUp"
SQType[112] = "1-HHammerSkillUp"
SQType[113] = "2-HSwordSkillUp"
SQType[114] = "StaffSkillUp"
SQType[115] = "2-HAxeSkillUp"
SQType[116] = "2-HHammerSkillUp"
SQType[117] = "GunSkillUp"
SQType[118] = "BowSkillUp"
SQType[119] = "CrossbowSkillUp"
SQType[120] = "YourGunSkillHasLeveledUp."
SQType[121] = "DefenseSkillUp"
SQType[122] = "BlacksmithingSkillUp"
SQType[123] = "CarpentrySkillUp"
SQType[124] = "ArmorcraftingSkillUp"
SQType[125] = "TailoringSkillUp"
SQType[126] = "CookingSkillUp"
SQType[127] = "AlchemySkillUp"
SQType[128] = "PercentBlacksmithingQualityProbabilityIncrease"
SQType[129] = "PercentCarpentryQualityProbabilityIncrease"
SQType[130] = "PercentArmorCraftingQualityProbabilityIncrease"
SQType[131] = "PercentTailoringQualityProbabilityIncrease"
SQType[132] = "PercentCookingQualityProbabilityIncrease"
SQType[133] = "PercentAlchemyQualityProbabilityIncrease"
SQType[134] = "PercentPhysicalAttackIncrease"
SQType[135] = "PercentDefenseIncrease"
SQType[136] = "PercentStealSuccess"
SQType[137] = "PercentGoldDropRate"
SQType[138] = "PercentAggroIncrease"
SQType[139] = "PercentRageRecoveryRate"
SQType[140] = "PercentFocusRegeneration"
SQType[141] = "PercentEnergyRecovery"
SQType[142] = "PercentMagicAbsorbRate"
SQType[143] = "PercentDefenseAbsorbRate"
SQType[144] = "PercentHealAbsorbRate"
SQType[145] = "MagicAbsorbPoints"
SQType[146] = "DefenseAbsorbPoints"
SQType[147] = "HealingAbsorptionPoints"
SQType[148] = "MagicalDamageBonusPoints"
SQType[149] = "PercentHealingPowerIncreaseRate"
SQType[150] = "HealingPowerIncreasePoints"
SQType[151] = "RangedWeaponAttackDistanceIncrease"
SQType[152] = "WoodcuttingSkillUp"
SQType[153] = "HerbalismSkillUp"
SQType[154] = "MiningSkillUp"
SQType[155] = "FishingSkillUp"
SQType[156] = "WoodcuttingRareItemProbabilityIncrease"
SQType[157] = "HerbGatheringRareItemProbabilityIncrease"
SQType[158] = "MiningRareItemProbabilityIncrease"
SQType[159] = "FishingRareItemProbabilityIncrease"
SQType[160] = "GatheringSuccessRate"
SQType[161] = "PercentStrengthIncrease"
SQType[162] = "PercentStaminaIncrease"
SQType[163] = "PercentIntelligenceIncrease"
SQType[164] = "PercentWisdomIncrease"
SQType[165] = "PercentDexterityIncrease"
SQType[166] = "PercentAllBasicAttributesIncrease"
SQType[167] = "PercentMaxHPIncrease"
SQType[168] = "PercentMaxMPIncrease"
SQType[169] = "PercentRideSpeedIncreaseRate"
SQType[170] = "PercentMagicalDefenseIncreasePercentage"
SQType[171] = "PercentMagicalAttackIncrease"
SQType[172] = "ShieldBlock"
SQType[173] = "PercentDamageIncrease"
SQType[174] = "SecondaryClassExperienceValue"
SQType[175] = "PercentTPExperience"
SQType[176] = "PercentWoodcuttingSuccessRate"
SQType[177] = "PercentHerbGatheringSuccessRate"
SQType[178] = "PercentMiningSuccessRate"
SQType[179] = "PercentFishingSuccessRate"
SQType[180] = "SYS_WEAREQTYPE_180"
SQType[181] = "PercentCarryOutAdditionalAttack"
SQType[182] = "PhysicalCriticalResistance"
SQType[183] = "MagicalCriticalResistance"
SQType[184] = "EarthDamage"
SQType[185] = "WaterDamage"
SQType[186] = "FireDamage"
SQType[187] = "WindDamage"
SQType[188] = "LightDamage"
SQType[189] = "DarkDamage"
SQType[190] = "JumpAbility"
SQType[191] = "MagicalDamagePoints"
SQType[192] = "PercentMagicalDamageRate"
SQType[193] = "ShieldPiercing"
SQType[194] = "ParryPiercing"
SQType[195] = "MagicalAccuracy"
SQType[196] = "MagicResistance"
SQType[197] = "PercentPhysicalAccuracy"
SQType[198] = "DodgeRate"
SQType[199] = "PercentMagicalAccuracy"
SQType[200] = "MagicResistanceRate"
SQType[201] = "PercentGatheringProductionAmount"
SQType[202] = "PercentGatheringSpeed"
SQType[203] = "PercentGatheringXP"
SQType[204] = "(Attack)Damagewhenattackingplayer(orplayerpet)"
SQType[205] = "(Attack)DamagewhenattackingNPCs"
SQType[206] = "PercentDamagefrombeingattackedbyaplayer"
SQType[207] = "PercentDamagefrombeingattackedbyamonster"
SQType[208] = "(Attack)Attackpowerofareaeffectspells"
SQType[209] = "(Guard)DamageofACspellwhenattacked"
SQType[210] = "PercentProductionSpeed"
SQType[211] = "PercentProductionXP"
SQType[212] = "PercentQuestXP/TP"
SQType[213] = "PercentQuestTP"
Code: Select all
for i=0,213,1 do print("SQType[".. i .. "] = \"" .. string.gsub(string.gsub(RoMScript("TEXT('SYS_WEAREQTYPE_" .. i .. "')"), "%s", ""), "%%", "Percent") .. "\"");end;