sub stack // subclass accumulative ?

Lordeze

Heir
Customer
Hola, tengo una pregunta sobre las configuraciones de subclases. ¿Existe una opción para acumular todas las habilidades en cada subclase?

1747859069124.webp
 
Last edited:
Is there any way to make the buff be either frenzy or tottem?
Ej: Guts - Frenzy / Frenzy - Bear / Frenzy - Puma

and another consultation, how to avoid the accumulation of PASSIVE??
 
Last edited:
Is there any way to make the buff be either frenzy or tottem?
Ej: Guts - Frenzy / Frenzy - Bear / Frenzy - Puma

you use the same stackType for the skills that you want to erase each other.
XML:
      <effect name="Buff" count="1" time="15" stackType="yournamehere" stackOrder="1">
and stackOrder the higher number will replace the lower number. so if you want frenzy to always replace guts or tottems you put higher stackOrder number.
if you let all the same then all of them will replace each other.

and another consultation, how to avoid the accumulation of PASSIVE??
good one, i have this question too now....
 
<effect count="1" name="Buff" stackOrder="1" stackType="possession" time="120" val="0"> Fixed!

It would be just the passive jaja
 
en vez de eliminar pasivas le agregas “//”, y para que no se agreguen las pasivas, lo que deberias hacer, es asignar una pasiva universal, es decir, cada raza tiene su propia pasiva de armadura ligera/pesada/tunica que suma puntos extra, pero que pasaria si agrego 3 razas diferentes que tienen la misma pasiva pero diferente ID?

agregan todas las pasivas y generan desbalance, lo que hacen es dar la misma pasiva para todas las razas que usen el mismo tipo de pasiva, asignan el mismo ID de pasiva para esas razas, y cuando se agregan clases en un stillsub, se agregaran las pasivas ya que son el mismo ID y no genera desbalance
Thanks brother I will try it to see if it works for me!
 
Back
Top