Potion effect [help] Posted byScythe0fDeathon 18 May, 2015 23:14
I'm making a new potion, but the effect stacks when consumed another. The item shouldn't be consumed because it's still in effect and the effect shouldn't stack.
Hmm my opinion is that maybe you want to apply the effect via an affix rather than directly in the .DAT like that.
Reason being that affixes can be started by putting them in an [AFFIXES] section, and can be turned off by putting them in an [AFFIXESREMOVE] section.
So you start out with [AFFIXESREMOVE] to remove any previously running incidences of your affix, then [AFFIXES] after that, to kick off a current incidence of your affix.
For constructing the actual affix, try copying an existing affix then substituting your effects inside of it.
EDIT: Gyt made a great tutorial on affixes here...
#4 Reply Posted byScythe0fDeathon 19 May, 2015 06:44
I kinda fixed the stacking part by adding "<BOOL>DONT_USE_ON_FULL:true". BUT, 1 out of 3 effects are only running.