SphereCommunity
mAR horse - Printable Version

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



mAR horse - redblack - 02-04-2019 09:16 PM

Anyone can explain to me what is the mAR value that is present in the info of the horse? and how to use it?

Thank you


RE: mAR horse - Coruja - 02-05-2019 07:13 AM

modAR is the char <MODAR> value

since AR is a char static value and it can't be changed just using AR += 20 (example), the MODAR is a bonus that can be applied over default AR value, allowing some small customizations

eg: if char AR is 20 and you set MODAR=10, this char now will have AR = 20+10 = 30

note that AR/MODAR is only used when COMBATF_ELEMENTAL_ENGINE feature is disabled on sphere.ini. If you're using COMBATF_ELEMENTAL_ENGINE, the old pre-AOS armor (AR) is replaced by AOS resists (RESPHYSICAL / RESFIRE / RESCOLD / RESPOISON / RESNERGY) and you can change these values using RESFIRE += 5, RESPOISON -= 10, etc


RE: mAR horse - redblack - 02-14-2019 03:42 AM

thank you so much