Jump to content

Use Item with AoE


eeny

Recommended Posts

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

Zoneitem.png

Link to comment
Share on other sites

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.

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