Problem With Resistors and Armor - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Problem With Resistors and Armor (/Thread-Problem-With-Resistors-and-Armor) |
Problem With Resistors and Armor - Gregory - 09-21-2019 01:26 AM Hello, I was trying to make the Old Uo armor, when the armors dont have resist propeties.. but i can't do it.. I search in forum but nothing make effect.. I have this: Code: // Extra combat flags to control the fight (default:0, 0.55i compatible) If i change it, resist still apear in status bar.. i dont know what else i can do.. Someone can help me? thanks! Im using: Sphere Version 0.56d-Nightly RE: Problem With Resistors and Armor - Coruja - 09-21-2019 10:38 AM COMBATF_ELEMENTAL_ENGINE will use all 5 DAM*/RES* types, so you must disable it if you just want use the old AR PS: also note that your "//CombatFlags=0" line is commented out, you must remove the // to make sphere read this line RE: Problem With Resistors and Armor - Gregory - 09-21-2019 11:04 AM (09-21-2019 10:38 AM)Coruja Wrote: COMBATF_ELEMENTAL_ENGINE will use all 5 DAM*/RES* types, so you must disable it if you just want use the old ARTy for the answer So I have to write : CombatFlags=0008 right? Ps: Yes i comented out because i wrote some flags like this: CombatFlags=0008|02000 but nothing happen thats why i came here for help... i didn't know if was doing something wrong RE: Problem With Resistors and Armor - Coruja - 09-23-2019 05:45 AM COMBATF_ELEMENTAL_ENGINE (08) will enable this feature, so if you don't want use it, you must make sure to ~remove~ this flag 08 from CombatFlags But I just remembered that old 56d builds show all 5 resists on char status just for information purposes even when COMBATF_ELEMENTAL_ENGINE is disabled, so if you're using an old 56d build you can just use physical resist and ignore the others 4 values (cold/fire/poison/energy resist), or update to the latest 56d build which shows only the AR value and 0 to all others resists RE: Problem With Resistors and Armor - Gregory - 09-23-2019 07:31 AM (09-23-2019 05:45 AM)Coruja Wrote: COMBATF_ELEMENTAL_ENGINE (08) will enable this feature, so if you don't want use it, you must make sure to ~remove~ this flag 08 from CombatFlags Thanks! i update to the lastest 56d |