-
Member
Originally Posted by
KissMyMp5
Could anyone be so kind and fix the Random-Features Plugin? It had so much Quality of Life in it but it doesn't compile anymore unfortunately
switch is included in auto open plugins, and whatareyoudoing for traps.
-
Contributor
Initial draftritualGG.jpg
Last edited by diesall; 19 Hours Ago at 02:40 AM.
-
Post Thanks / Like - 1 Thanks
qq1ww2ee3 (1 members gave Thanks to diesall for this useful post)
-
Member
Preload plugin still broken for anyone else? any fixes?
-
Member
what's this for? would you be able to share this here?
-
Active Member
Originally Posted by
diesall
it show titanic exile spawn in each ritual? damn nice, would you be a gigachad and share that?
-
Member
if there is a newer version does it auto-update or is there a way to update it without losing all my settings?
-
Member
Originally Posted by
Copy123
if there is a newer version does it auto-update or is there a way to update it without losing all my settings?
Just dump it into the directory and overwrite and it will be fine there is no config in the zip
-
Member
I did try something similar, but I had new syntax checked.
-
Member
Originally Posted by
inihendry
this is what i used since merc have envy buff
SinceLastActivation(4.0) &&
IsMoving &&
Skills["CallMercenary"].CanBeUsed &&
!Buffs.Has("envy_chaos_damage")
How did you find this? For example, what is Withering Step called in this syntax?
-
Member
I'm trying to make a rule for automatic pressing of ZanaMemory, but I can't figure out how to add pressing of the key on which it is located (changes every map F1, F2, F3)
Any ideas?
Code:
SinceLastActivation(5) &&
( MonsterCount(100, MonsterRarity.AtLeastRare) >= 3 || MonsterCount(100, MonsterRarity.Any) >= 10 )&&
(Skills["ZanaInfluenceMemoryofSuspicion"].CanBeUsed or
Skills["ZanaInfluenceMemoryofDisbelief"].CanBeUsed or
Skills["ZanaInfluenceMemoryofDesire"].CanBeUsed or
Skills["ZanaInfluenceMemoryofFamiliarity"].CanBeUsed or
Skills["ZanaInfluenceMemoryofImpatience"].CanBeUsed or
Skills["ZanaInfluenceMemoryofImpulsiveness"].CanBeUsed or
Skills["ZanaInfluenceMemoryofMocking"].CanBeUsed or
Skills["ZanaInfluenceMemoryofPanic"].CanBeUsed or
Skills["ZanaInfluenceMemoryofSuspicion"].CanBeUsed)
Last edited by Xo39uH_LeCa; 3 Hours Ago at 06:53 PM.
-
Member
Originally Posted by
stacked
How did you find this? For example, what is Withering Step called in this syntax?
active the inspect state options on reagent with dev tree plugins active.