Aller au contenu

Photo

Changing combat scripts


  • Veuillez vous connecter pour répondre
2 réponses à ce sujet

#1
Pellegrin

Pellegrin
  • Members
  • 80 messages
I want to modify the effect of Righteous Strike. The effect takes place in combat_h script which is basically untouchable. So how am I supposed to edit the effect?

#2
lazuli

lazuli
  • Members
  • 3 995 messages
I haven't even touched scripting yet, but there might be a way to do it through a script called when an enemy is struck or attacked.

#3
Pellegrin

Pellegrin
  • Members
  • 80 messages
Yeah...that's sort of the problem. All of the enemy gets attack scripts are in combat_h and combat_damage_h which aren't editable because of being header files.



Supposedly it should be editable somewhere else but I don't understand the system well enough to figure out where.