Creating a Hero Pick Duel system, Help?

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4430
Joined: November 19th, 2007, 5:05 am
Been thanked: 2 times

Re: Creating a Hero Pick Duel system, Help?

Post by Bartimaeus »

Found the problem. You didn't set heroes. =/ Right, onto how you set heroes. You can't unless you have the units preplaced. So I'll get on to GhettoChild's deprotection method.
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Creating a Hero Pick Duel system, Help?

Post by Arabidnun »

Ghettochilds? a differnt deprotect program?

Ok after you make it can you explain how i would set the heros right, and please try to pause the creep spawn while in duel? that would be great...or just point me in the right direction.

Thanks again
User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4430
Joined: November 19th, 2007, 5:05 am
Been thanked: 2 times

Re: Creating a Hero Pick Duel system, Help?

Post by Bartimaeus »

Arabidnun wrote:Ghettochilds? a differnt deprotect program?

Ok after you make it can you explain how i would set the heros right, and please try to pause the creep spawn while in duel? that would be great...or just point me in the right direction.

Thanks again
I will, and it's not a program, it's a time-costy method, so it might take from 5 minutes to an hour or more. I'll reply (double post) when I'm finished.
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Creating a Hero Pick Duel system, Help?

Post by Arabidnun »

Bartimaeus wrote:
Arabidnun wrote:Ghettochilds? a differnt deprotect program?

Ok after you make it can you explain how i would set the heros right, and please try to pause the creep spawn while in duel? that would be great...or just point me in the right direction.

Thanks again
I will, and it's not a program, it's a time-costy method, so it might take from 5 minutes to an hour or more. I'll reply (double post) when I'm finished.
Ok got chya, mabye you can message me later about it ^ ^
User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4430
Joined: November 19th, 2007, 5:05 am
Been thanked: 2 times

Re: Creating a Hero Pick Duel system, Help?

Post by Bartimaeus »

Arabidnun wrote:
Bartimaeus wrote:
Arabidnun wrote:Ghettochilds? a differnt deprotect program?

Ok after you make it can you explain how i would set the heros right, and please try to pause the creep spawn while in duel? that would be great...or just point me in the right direction.

Thanks again
I will, and it's not a program, it's a time-costy method, so it might take from 5 minutes to an hour or more. I'll reply (double post) when I'm finished.
Ok got chya, mabye you can message me later about it ^ ^
After some thinking about the triggers, you can't do this without starting from scratch, unless someone knows jass and knows where to put set variable heroes = last created unit in jass after someone picks a unit. So my suggestion is to start triggers from scratch, otherwise no matter what we do it will not work. Hey, it's not all bad, the duel trigger is the hardest part, which we were working on, and it would work if the setting the variables when someone picked a hero would work, which it wouldn't because we don't have the faintest clue where to put them. Of course, you don't have to delete everything else, just delete the initiating trigger, unless someone can think of some brilliantly clever method.
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Creating a Hero Pick Duel system, Help?

Post by Arabidnun »

Ok, then we have to set up a duel system first b/c thats what i want to happen first....create the system so it is workable and then work on the revamp of the game


Edit: Simple solution right now to just get the game into play is not make the units pause, and just have 2 people g2 arena randomly, just make them invulerable/ and or pause then before duel and then when they fight upause and duel, simple solution then later on we can work on a revamped map...
User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4430
Joined: November 19th, 2007, 5:05 am
Been thanked: 2 times

Re: Creating a Hero Pick Duel system, Help?

Post by Bartimaeus »

Arabidnun wrote:Ok, then we have to set up a duel system first b/c thats what i want to happen first....create the system so it is workable and then work on the revamp of the game


Edit: Simple solution right now to just get the game into play is not make the units pause, and just have 2 people g2 arena randomly, just make them invulerable/ and or pause then before duel and then when they fight upause and duel, simple solution then later on we can work on a revamped map...
We can't get any farther, because we have to set variable first when someone created/picked a hero so it recognizes the hero as a variable. We have to remake the hero selection first, than we can get on with the duel. So you do that part in gui, after that, I'll look at it, I'll edit the triggers to fit whatever you did.
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Creating a Hero Pick Duel system, Help?

Post by Arabidnun »

Create selections of heros? you mean make the triggers of heros in gui which are the heros that the players choose in the beginning of the game?
User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4430
Joined: November 19th, 2007, 5:05 am
Been thanked: 2 times

Re: Creating a Hero Pick Duel system, Help?

Post by Bartimaeus »

Arabidnun wrote:Create selections of heros? you mean make the triggers of heros in gui which are the heros that the players choose in the beginning of the game?
Yes. That's exactly what I meant, than I'll set the variable after, and than I'll set up the duel system and than I'll make a leader board showing kills, and than you can ask here for whatever more help you need.
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Creating a Hero Pick Duel system, Help?

Post by Arabidnun »

I found the jass script that creates the places(taverns basically) that allows them to select the beginning heros. I could make that in Gui and delete the old jass triggers, but then i dont see how you can create the heros variables.