Jump to content

Recommended Posts

SpellManager.CastSpellByIDAndPosition(49936, ObjectManager.Target.Position)

Spell Id my vary you can get spell id from web or from wrobot methods ( it should be somewhere idk). Use some c# reflector to see methods by yourself or configure notepad++ with c# plugin.

8 minutes ago, Mykoplazma said:

SpellManager.CastSpellByIDAndPosition(49936, ObjectManager.Target.Position)

Spell Id my vary you can get spell id from web or from wrobot methods ( it should be somewhere idk). Use some c# reflector to see methods by yourself or configure notepad++ with c# plugin.

Valid way to complete, another to skip searching for IDs:

Lua.LuaDoString("CastSpellByName(\"Death and Decay\")");
ClickOnTerrain.Pulse(ObjectManager.Target.Position);

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...