SphereCommunity
Help With Combat - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Help With Combat (/Thread-Help-With-Combat)



Help With Combat - UltimaGo - 03-27-2017 08:51 AM

Hello everyone, I am creating a new server.
I am configuring the armors and I see that in the 56c resistors are used, I would like it to be like the old school that only takes a quantity of "Armor" and nothing else.
In the Combat script i read this ..

"// Uncommenting the first line will make the system calc the percentage of armor for armor + modar * GetcoveragePercent (body area), 100 (Old Style) instead of ResPhysical when hitting body parts."

I do not know what part I have to stop commenting, could anyone give me the line to be able to do this?
I do not know if I'm trying to change it in the right place, I think so.

Thank you very much to all!


RE: Help With Combat - Coruja - 03-27-2017 11:21 AM

check if CombatFlags COMBAT_ELEMENTAL_ENGINE is disabled on sphere.ini

enabled: combat will use new AOS resistances (physical/fire/cold/poison/energy resist)
disabled: combat will use old pre-AOS AR


RE: Help With Combat - UltimaGo - 03-27-2017 02:17 PM

(03-27-2017 11:21 AM)Coruja Wrote:  check if CombatFlags COMBAT_ELEMENTAL_ENGINE is disabled on sphere.ini

enabled: combat will use new AOS resistances (physical/fire/cold/poison/energy resist)
disabled: combat will use old pre-AOS AR

Thanks for the help Coruja!

The only i see with "COMBAT_ELEMENTAL_ENGINE" its this:

i have to uncoment the "combatflags=0" and keep it in 0 right?

Thanks again for the help Smile


RE: Help With Combat - UltimaGo - 03-30-2017 08:09 AM

Fixed, please close this thread Big Grin