resty1984 0 Posted December 14, 2018 Share Posted December 14, 2018 how to cast AOE spell like "Death and Decay"? use C-sharp code Link to comment https://wrobot.eu/forums/topic/10497-how-to-cast-aoe-spell-like-death-and-decay/ Share on other sites More sharing options...
Mykoplazma 24 Posted December 14, 2018 Share Posted December 14, 2018 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. t00z 1 Link to comment https://wrobot.eu/forums/topic/10497-how-to-cast-aoe-spell-like-death-and-decay/#findComment-49916 Share on other sites More sharing options...
t00z 6 Posted December 14, 2018 Share Posted December 14, 2018 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); Link to comment https://wrobot.eu/forums/topic/10497-how-to-cast-aoe-spell-like-death-and-decay/#findComment-49917 Share on other sites More sharing options...
resty1984 0 Posted December 15, 2018 Author Share Posted December 15, 2018 Thanks for providing two methods. :) Link to comment https://wrobot.eu/forums/topic/10497-how-to-cast-aoe-spell-like-death-and-decay/#findComment-49925 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now