Open Luashine opened 2 years ago
w3gpluss.vjass:
else "unknown"
For common.j:
constant race RACE_HUMAN = ConvertRace(1) constant race RACE_ORC = ConvertRace(2) constant race RACE_UNDEAD = ConvertRace(3) constant race RACE_NIGHTELF = ConvertRace(4) constant race RACE_DEMON = ConvertRace(5) constant race RACE_OTHER = ConvertRace(7)
MapMetaDataLibrary.vjass
For max player count use: https://lep.duckdns.org/app/jassbot/doc/GetBJMaxPlayers
I hope this is still used and I didn't just waste a bunch of time :)
This is currently not used, but if you are interested in updating it you can provide a PR to fix the issues you mentioned.
w3gpluss.vjass:
else "unknown"
catch-all branch - L73For common.j:
MapMetaDataLibrary.vjass
For max player count use: https://lep.duckdns.org/app/jassbot/doc/GetBJMaxPlayers
I hope this is still used and I didn't just waste a bunch of time :)