December 14, 20187 yr 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.
December 14, 20187 yr 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