• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Help with map.

Status
Not open for further replies.
Level 5
Joined
Jul 2, 2009
Messages
112
I've been working on an ORPG for a few months now. I just dled the 1.24c patch, and now it can't load due to errors in the triggers. Something about GetBJ and Init. I use jassnewgen pack and jasshelper 9.1.2, which worked for me up until now. Attached is the map. Can anyone help?
 

Attachments

  • Land of Nealga ORPG.w3x
    3.4 MB · Views: 42
Level 4
Joined
Nov 7, 2009
Messages
83
I use jassnewgenpack v1.5 and have warcraft 1.24c (frozen throne) installed and I've had no trouble at all opening your map.
 
Level 5
Joined
Jul 2, 2009
Messages
112
my bad. forgot to mention that i updated my jasshelper and newgen

{EDIT}
I found the problem. I've been trying to use hashtables and for some reason my newgen doesn't have the HasTable triggers anymore, so it recognizes the hashtables as a invalid trigger and crashes WorldEdit.

Can anyone tell me how to fix this?
 
Last edited by a moderator:
Level 2
Joined
Oct 3, 2009
Messages
12
Those are the WorldEditor changes:

PC WORLD EDITOR CHANGES

- Increased max map file size from 4 MB to 8 MB.
- Added the ability to store hashtable handles in a hashtable.
- Added GetSpellTargetX and GetSpellTargetY natives.
- Added a new base handle type "Agent" of which many types now extend from.
- Added a SaveAgentHandle native which can be used for saving most handle types.
- Added a JASS optimization dealing with global variable change events.
 
Those are the WorldEditor changes:

PC WORLD EDITOR CHANGES

- Increased max map file size from 4 MB to 8 MB.
- Added the ability to store hashtable handles in a hashtable.
- Added GetSpellTargetX and GetSpellTargetY natives.
- Added a new base handle type "Agent" of which many types now extend from.
- Added a SaveAgentHandle native which can be used for saving most handle types.
- Added a JASS optimization dealing with global variable change events.

thats for 1.24b were talking about 1.24c
 
Status
Not open for further replies.
Top