• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Jasshelper compiling error.

Status
Not open for further replies.
Level 11
Joined
Oct 11, 2012
Messages
711
Hi, all. I got these error messages when I tried to compile my map.
First: "trigger is not a member of Table__GTable"
Second: "(From this instance)"

It seems there is something wrong with two of the libraries....
Help please. Thanks.

Edit:
I think the problem is caused by these two libraries: SpellEffectEvent and Table. How to fix this...
 
Level 11
Joined
Oct 11, 2012
Messages
711
It would help if you uploaded the map.

Use Bribe's Table. (that was just a guess lol)

SpellEffectEvent requires Table. Are you sure you don't have multiple Table libraries in your map and are using the correct Table version? (vex or bribes)
Is this an error with your code or the code you copied.

Post your map if you'd like.

JASS:
call TriggerEvaluate(.tb.trigger[GetSpellAbilityId()])

This line causes the compiling error. "trigger is not a memeber of Table__GTable". I am using Vex's Table 3.0. Only one table in my map.
 
Status
Not open for further replies.
Top