System Hero Selection System 1.30b

emjlr3

Change can be a good thing
Reaction score
395
but does not have a return in it, re-check my example

is anyone against approving this?
 

trb92

Throwing science at the wall to see what sticks
Reaction score
142
Ermm... That isn't true, actually. If it was, any map that uses the GUI function "Skip Remaining Actions" would desync on a mac, and not all of them do...

On-topic, this is a great system. Rep to the great green JASSer, emjlr3!
 

Mr.Tutorial

Hard in the Paint.
Reaction score
42
Emijlr3 your systems always own, this system is something I've been looking for a long time and it looks great! Keep up the good work :thup:
P.S. I'm currently searching for bugs.
 
S

Soki

Guest
Ah so just change all those return nothing function with a return inside to:

JASS:
function myFunc takes nothing returns integer i
  return 1
endfunction

And it is fixed?
 

emjlr3

Change can be a good thing
Reaction score
395
or a boolean, or whatever you want, really
 
S

Soki

Guest
So you should update your system ;) Takes only a min I think but fixes it for Mac users.
 

emjlr3

Change can be a good thing
Reaction score
395
if its even an issue...reguardless, I could do that

have not heard of any other issues relating to the system though, other then the one guy saying in his map he gets 4 heroes some how( impossible)
 

cr4xzZz

Also known as azwraith_ftL.
Reaction score
51
> his map he gets 4 heroes some how( impossible)
Sending you the map to test it.. Just tell me how to attach files in PM's
 

iPeez

Hot food far all world wide!
Reaction score
166
It is a good system, works for me :)

But as said over, this will work better i na RPG than a fast playing game.. :thup:
 

emjlr3

Change can be a good thing
Reaction score
395
dont think u can, host it at like rapidshare and send me the link
 

cr4xzZz

Also known as azwraith_ftL.
Reaction score
51
Found my problem o_O After you released a HSS setup trigger, I've forgotten to remove the call ExecuteFunc("HSS_Start") function from my Init trigger... That's why it ran the system 2 times and caused the 4 Hero selection.
Silly, heh? :/
 

emjlr3

Change can be a good thing
Reaction score
395
anyone else have that problem?

the command only works for player 1 btw
 

cr4xzZz

Also known as azwraith_ftL.
Reaction score
51
> the command -HSSGetOrders doesnt seem to work :S, so i cant register the system..
Same here.. Plus sometimes my map crashes when I choose a Hero.. Maybe it's because it has conflicts with AMHS?
 

emjlr3

Change can be a good thing
Reaction score
395
dont use AMHS its retarded, it has many bugs

I have several ppl who have used this flawlessly, thus its my opinion your doing something incorrectly
 

Vestras

Retired
Reaction score
248
I also have that bug. But then I just use the -GetOrders from version 1.10, then it works.
 

emjlr3

Change can be a good thing
Reaction score
395
you sure your not trying to start the system before doing -hssgetorders??

I will try it out
 

emjlr3

Change can be a good thing
Reaction score
395
ok so yea I am a tard

my bad

instead of relaseing a new version, heres a quick fix:

in the HSS Trigger, go to the function named "GetSelectionOrders"

its about 1/4 the way down

near the beginning find the part that reads:

JASS:
if bj_isSinglePlayer then
    return false
endif


add a not in front of the bj_isSinglePlayer, so that is now reads:

JASS:
if not bj_isSinglePlayer then
    return false
endif


if you have any others issues plz let me know
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top