Jump to content

Try to make attack spell cost player stamina Help...!


xzax

Recommended Posts

Try to make attack spell cost player stamina not mana.

I made spell MuffleStamina for damage stamina

I Made scrip

---------------------------------------------------------------------------------

Scriptname _applyStaminaDamage extends activemagiceffect

Actor Property Player Auto
SPELL Property MuffleStamina Auto


Event OnEffectStart (Actor akTarget, Actor akCaster)

Player = Game.GetPlayer()
MuffleStamina.Cast(Player)

EndEvent

-------------------------------------------------------------------------------------

and add it to my attack magic effect

and no effect in game....

I made some thing wrong ??... Please help...!!!

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...