• 🏆 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!

Exporting then Importing problems

Status
Not open for further replies.
Level 1
Joined
Dec 29, 2009
Messages
2
I have two problems with as my title says,

problem #1
- Whenever i'm copy/pasting a spell trigger. i have to often change some of the trigger's variables like abilities, and units to match variables from the trigger i liked. Is this normal on WE? it's a lot of work when i'm importing a custom spell. For instance, the trigger i was importing had a condition "Ability Equal to Taste For Blood", then when the trigger is imported, it changes to "Ability Equal to Thunder Clap(or some default WE spells)". Am i doing something wrong? first i copied abilities/buffs, then dummies, then triggers

problem #2
- How do i export objects from Object Manager without changing the "Full Path", i don't want to start copy pasting from the website i've acquired it to again
 
Level 10
Joined
Mar 16, 2009
Messages
354
Alright,

Problem #1 troubleshooting.
----Possible solutions----
Method 1. Turning on automatically recreate
--1.) Open "World Editor"
--2.) Open your map
--3.) Select File (Top Left Corner of the Screen)
--4.) Mouse Down to and click the button labeled "Preferences..."
--5.) From here click the tab labeled "General" located in the top left of the Preferences window
--6.) Look for the box that says "Automatically create unknown variables when pasting trigger data" to the left of it, and check this box.

if done right it should look exactly like so:
triggerdata.jpg


Next Issue, the ability problem.
This solution is simple
--1.) copy the ability over before you copy the trigger that references the ability otherwise its base will be used in its place.

I do not believe you can export things from the "Object Manager."

Hope it helps Happy Mapping :D
 
Status
Not open for further replies.
Top