eeny 523 Posted September 7, 2016 Share Posted September 7, 2016 Anyone got code to use items or spells that are not defined in a fight class that give an AOE cursor? How would one go about using that code in multiple places? cheers Eeny Link to comment https://wrobot.eu/forums/topic/3794-use-item-with-aoe/ Share on other sites More sharing options...
iMod 99 Posted September 7, 2016 Share Posted September 7, 2016 i'm not sure if i understood the question right but if you want to use such items or spells here is an example in c# ClickOnTerrain.Spell(SpellID, this.Me.TargetObject.Position); ClickOnTerrain.Item(ItemID, this.Me.TargetObject.Position); I think it is not possible to auto detec if the item needs a cursor or not but i never took a look at such scenario. eeny 1 Link to comment https://wrobot.eu/forums/topic/3794-use-item-with-aoe/#findComment-17712 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