I have problem with the game's starting location.
Like dota, the starting location of a player is at the tavern, but when i shift the starting location (Unit palette) to other spot the starting location of the player do not change. Still at the tavern.
problem
Moderator: Cheaters
-
- Forum Staff
- Posts: 506
- Joined: August 5th, 2007, 1:38 pm
- Title: Gui Expert
- Location: *Unknown*
-
- Member
- Posts: 83
- Joined: May 6th, 2008, 10:29 am
Re: problem
Notice the unit spawn location is being scattered all over the map, i just cannot find the vampire's spawn location then i went to unit palette and select brown (last colour which is the vampire) and locate it at the middle.
When i went to test the map, the location is still not in the middle.
When i went to test the map, the location is still not in the middle.
You do not have the required permissions to view the files attached to this post.
-
- Forum Staff
- Posts: 506
- Joined: August 5th, 2007, 1:38 pm
- Title: Gui Expert
- Location: *Unknown*
Re: problem
I believe the problem is within the triggers somewhere making the starting location of the vampires not be in the center..However this can easily be fixed.
All you need is to make a trigger for the vampires or allies of Vampires to pan to Center of map at .oo seconds of the game.
Kinda simple.
Need more info, repost
All you need is to make a trigger for the vampires or allies of Vampires to pan to Center of map at .oo seconds of the game.
Kinda simple.
Need more info, repost
-
- Forum Staff
- Posts: 506
- Joined: August 5th, 2007, 1:38 pm
- Title: Gui Expert
- Location: *Unknown*
Re: problem
The problem lies in the triggers, thus probably needs to be fixed by a trigger.
Its a simple fix though
Its a simple fix though
-
- Member
- Posts: 83
- Joined: May 6th, 2008, 10:29 am
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: problem
He is saying that what you need to do is a simple fix...Flexi wrote:Im am a newbie to triggers
What is the simple fix? Any help?
If you can do this in GUI (WE) then I can tell you what to do.
Here is what it should look like... (Or something like this)
Code: Select all
Event -
Time - Time elapsed - 0.00
Conditions -
Actions -
Camera - Pan camera for Player 12(Brown) to (Center of (Playable map area)) over 0.00 seconds
Also, if you don't want the center of the map, but a certain region, change the variable from the
"(Center of (Playable map area))" Change the "Playable map area" to the region you want.

Made by the late ILikeHacking
My quote from SKillER
Spoiler:
-
- Member
- Posts: 83
- Joined: May 6th, 2008, 10:29 am
Re: problem
By using WE, is it at the trigger editor? - of what you listed, i used ctrl + f to find it but to no avail.
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: problem
Yeah... in trigger editor.Flexi wrote:By using WE, is it at the trigger editor? - of what you listed, i used ctrl + f to find it but to no avail.
That is what you need to MAKE.
You need to make that as a new trigger.
But from the sound of it, you need a region too.
So go where the tavern is, make a new region.
Then go make that trigger that I showed, and
select that region for where you want the camera
to be panned towards.

Made by the late ILikeHacking
My quote from SKillER
Spoiler: