• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Can someone help me with spells ?

Status
Not open for further replies.
Level 3
Joined
Jun 21, 2008
Messages
38
Hi everyone ,i have some isues,i dont know how to import spells,i dont think is just copy and paste a spell and units . . . .i have 3 maps that i want to import the spells from it.pleae can someone make a tutorial or explain me how to make a spel to work,or how to make a spell . Ty
 
Level 6
Joined
Aug 19, 2006
Messages
187
normally you must only copy the trigger (if custom spell) or the spell data from the object editor into your map.

if it is a trigger you have to copy the dummy units aswell if there are dummies used. and if it is a jass trigger you must look that the id codes are changed or you use the same ids. (ids are the for example 'A04E')
 
What kind of spell?
GUI, MUI or Jass...

Um... lol ;P

Spell makers usually make "documentation" oh how to import. But it depends, old spells don't have that :S

But its pretty simple, first copy all object data(spells/buffs/dummy...)
Then copy the trigger.
Its good to check if everything is in order (trigger-object data) Simply disable and enable trigger.

Then you test if it works ;D
 
Status
Not open for further replies.
Top