Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Zombification
#5
Yes sir ^^ Zombie status is #25 in my database, so I have:


# Zombification Values
ZOMBIE_STATES = [25] # Array of any Zombie Status effect
ZOMBIE_ENEMY_STATE = [25] # Array that sets enemies to a zombie state
ZOMBIE_ELEMENT = 17 # Element of objects that perform zombie effect

Zombie element is #17 as well, and the game still crashes, same place, same spot.

PD: Nice CBS indeed, I like it because is fast and smoother than any other CBS I have ever tryed, but I have found lots of incompatibility issues until now...


EDIT: Actually, I think I found a quicker way to make the state ZOMBIE. According to this:

# Get a numerical value corresponding to element effectiveness
table = [0,200,150,100,50,0,-100]

F resistance would be -100% damage so I assigned all healing spells to be Zombie status (I should change it to 'Healing' though), so undead characters receive damage from them. Now any simple way to make Zombie status that characters become weak to Healing element?
EDIT2: It works with items as well but resurrection-type objects like Tonics don't seem to cause any damage :/ (Maybe I'm going off-topic with this, should I start a new one?)
Reply }


Messages In This Thread
Zombification - by DerVVulfman - 12-31-2009, 05:11 AM
RE: Zombification - by joman159 - 03-19-2011, 08:02 PM
RE: Zombification - by Iqus - 01-17-2013, 06:48 AM
RE: Zombification - by DerVVulfman - 01-18-2013, 04:52 AM
RE: Zombification - by Iqus - 01-18-2013, 06:01 AM
RE: Zombification - by DerVVulfman - 01-20-2013, 04:46 AM



Users browsing this thread: