Jump to content

Use different levels of the same skill


jiayuan741

Recommended Posts

public static void CastSpellRank(string spell, int rank)
    {
		Lua.LuaDoString("CastSpellByName('" + spell +"(Rank " + rank +")')");
	}

 

simple function should work

Edited by TheSmokie
Updated cost i pushed
Link to comment
Share on other sites

10 hours ago, TheSmokie said:

 

简单的功能应该起作用

how to use Fight Class Editor to achieve the Macro like  /castsequence reset=8/combat/target Devouring Plague(rank 7),Devouring Plague(rank 6)

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
×
×
  • Create New...