• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Help With Object Merger

Status
Not open for further replies.
Level 17
Joined
Feb 11, 2011
Messages
1,860
Hello,

SOLVED

I'm trying to learn how to use text macros, mainly to "create" abilities when people install spells. I have got this far:

JASS:
//! external ObjectMerger w3a Altg BBD1 aite false anam "Hello"
It gives the error "The base object Altg doesn't exist". I think this is because it is an item ability. I want to create a unit ability that adds attack damage without showing in the command card. Normally I would create a new ability based of Item Damage Bonus and set Data - Item Ability to false. How can I do this with ObjectMerger?

EDIT: Now I feel really stupid. I read the raw ID wrong. It is meant to be AItg, not Altg. Please delete this thread. Sorry!

Thanks!

Mr_Bean
 
Status
Not open for further replies.
Top