Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Calling Spell animations?


Chakkra
 Share

Recommended Posts

[http://www.touchofdeathforums.com/smf/index.php/topic,27088.0.html](http://www.touchofdeathforums.com/smf/index.php/topic,27088.0.html)
Enjoy~!

:edit:
Here's the NPC death anim. Replace the _Sub OnNPCDeath(Index, Map, NPCNum, NPCIndex)_ with this one:

> Sub OnNPCDeath(Index, Map, NPCNum, NPCIndex)
> Call BattleMsg(Index, "You killed a " & getnpcname(NPCNum) & ".", BRIGHTRED, 0)
> Call SpellAnim(1, GetPlayerMap(index), GetNpcX(GetPlayerMap(Index), GetMapNPCnumber(GetPlayerMap(Index), Index)), GetNpcY(GetPlayerMap(Index), GetMapNPCnumber(GetPlayerMap(Index), Index)))
> End Sub

- Sincerely, MrMiguu
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...