- Joined
- Sep 27, 2016
- RedCents
- 646¢
I've seen a lot of different configurations for the INI / Conditions files.
Sometimes I see INI files with the conditions there, sometimes i see seperate condition files that still include INI parameters... what's the best way to do this?
ex.
.INI File
Othertimes I see the dps section all set up in the INI with |MA|99 or |MOB|99 etc etc, and then i ALSO see this syntax in the _Conditions file...
_Conditions file
Any information would be helpful before I spend a lot of time re-writting and cleaning up my INI's
Sometimes I see INI files with the conditions there, sometimes i see seperate condition files that still include INI parameters... what's the best way to do this?
ex.
.INI File
Code:
DPSOn=2
DPSSkip=20
DPSInterval=1
DPS1=Some Attack|99
DPS2=Some Attack|99
DPS3=Some Attack|99
DPS4=Some Attack|98
DebuffAllOn=0
DPSSize=15
DPSCOn=1
DPSCond1=TRUE
DPSCond2=FALSE
DPSCond3=TRUE
DPSCond4=TRUE
Othertimes I see the dps section all set up in the INI with |MA|99 or |MOB|99 etc etc, and then i ALSO see this syntax in the _Conditions file...
_Conditions file
Rich (BB code):
DPS1=Some Attack|99
DPSCond1=TRUE
DPS2=Some Attack|99
DPSCond2=FALSE
Any information would be helpful before I spend a lot of time re-writting and cleaning up my INI's

