Skip to content

Commit d502e5a

Browse files
committed
Emerald Dream, A Call to Arms, neutral buildings, achievements, creeps
1 parent 1cd2d54 commit d502e5a

25 files changed

+15209
-14697
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Some maps are not really based on the original map World of Warcraft Reborn but
171171
* Toasty Toast UwU: Tests.
172172
* Deranor: Tests.
173173
* Axxa's World of Warcraft Logo Creator: Logo.
174+
* Jason Hayes, Glenn Stafford: [A Call to Arms](https://web.archive.org/web/20030403125739/http://ftp.blizzard.com/pub/war3/mp3s/Warcraft-ACallToArms.zip)
174175
* Kam, Xaran Alamas, Dmitry Rommel, Tufy: [Gnomish Submarine](https://www.hiveworkshop.com/threads/gnomish-submarine.66130/)
175176
* Scias: [BTNGnomeEngineer](https://www.hiveworkshop.com/threads/btngnomeengineer.310795/)
176177
* PROXY, ~Nightmare: [Sargeras](https://www.hiveworkshop.com/threads/sargeras.294982/)

wowr.w3x/scripts/common.j

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2866,6 +2866,32 @@ globals
28662866
constant integer ITEM_TYPE_RANDOM_PROFESSION = 'I069'
28672867
constant integer ITEM_TYPE_RANDOM_START_LOCATION = 'I0ZS'
28682868

2869+
// mercenary camps
2870+
constant integer MERCENARY_CAMP_ASHENVALE = 'nmr5'
2871+
constant integer MERCENARY_CAMP_BARRENS = 'nmr4'
2872+
constant integer MERCENARY_CAMP_BLACK_CITADEL = 'nmrf'
2873+
constant integer MERCENARY_CAMP_CITYSCAPE = 'nmr8'
2874+
constant integer MERCENARY_CAMP_DALARAN = 'nmr9'
2875+
constant integer MERCENARY_CAMP_DUNGEON = 'nmra'
2876+
constant integer MERCENARY_CAMP_FELWOOD = 'nmr6'
2877+
constant integer MERCENARY_CAMP_ICECROWN_GLACIER = 'nmrd'
2878+
constant integer MERCENARY_CAMP_LORDAERON_FALL = 'nmr2'
2879+
constant integer MERCENARY_CAMP_LORDAERON_SUMMER = 'nmer'
2880+
constant integer MERCENARY_CAMP_LORDAERON_WINTER = 'nmr3'
2881+
constant integer MERCENARY_CAMP_NORHTREND = 'nmr7'
2882+
constant integer MERCENARY_CAMP_OUTLAND = 'nmre'
2883+
constant integer MERCENARY_CAMP_SUNKEN_RUINS = 'nmrc'
2884+
constant integer MERCENARY_CAMP_UNDERGROUND = 'nmrb'
2885+
constant integer MERCENARY_CAMP_VILLAGE = 'nmr0'
2886+
constant integer MERCENARY_CAMP_ARGUS = 'n0J5'
2887+
constant integer MERCENARY_CAMP_EMERALD_DREAM = 'n0MM'
2888+
constant integer MERCENARY_CAMP_PANDARIA = 'n08L'
2889+
constant integer MERCENARY_CAMP_FUTURE = 'n03R'
2890+
constant integer MERCENARY_CAMP_SEA = 'n0JA'
2891+
constant integer MERCENARY_CAMP_STAR_WARS = 'n07H'
2892+
constant integer MERCENARY_CAMP_SUNSTRIDER_ISLE = 'n01S'
2893+
constant integer MERCENARY_CAMP_NEW_CITADEL = 'n03D'
2894+
28692895
// Professions
28702896
// Engineer
28712897

wowr.w3x/war3map.doo

6.45 KB
Binary file not shown.

wowr.w3x/war3map.imp

43 Bytes
Binary file not shown.

wowr.w3x/war3map.j

Lines changed: 14771 additions & 14634 deletions
Large diffs are not rendered by default.

wowr.w3x/war3map.mmp

32 Bytes
Binary file not shown.

wowr.w3x/war3map.w3a

1.47 KB
Binary file not shown.

wowr.w3x/war3map.w3e

0 Bytes
Binary file not shown.

wowr.w3x/war3map.w3i

0 Bytes
Binary file not shown.

wowr.w3x/war3map.w3r

166 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)