We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new script compiler fails when trying to compile scripts that ingest the PRC's include files.
File I'm trying to compile skny.zip
PRC include files I'm compiling against. prc_include_files.zip
Specific code it fails on:
int GetIsIncarnumUser(object oMeldshaper) { return !!(GetLevelByClass(CLASS_TYPE_INCARNATE, oMeldshaper) || GetLevelByClass(CLASS_TYPE_SOULBORN, oMeldshaper) || GetLevelByClass(CLASS_TYPE_TOTEMIST, oMeldshaper) || GetLevelByClass(CLASS_TYPE_INCANDESCENT_CHAMPION, oMeldshaper) || GetHasFeat(FEAT_HEART_INCARNUM, oMeldshaper) || GetHasFeat(FEAT_INCARNUM_FORTIFIED_BODY, oMeldshaper) || GetHasFeat(FEAT_INVEST_ESSENTIA_CONV, oMeldshaper) || GetLevelByClass(CLASS_TYPE_SPINEMELD_WARRIOR, oMeldshaper)); }
The text was updated successfully, but these errors were encountered:
Fixed by #129
Sorry, something went wrong.
No branches or pull requests
The new script compiler fails when trying to compile scripts that ingest the PRC's include files.
File I'm trying to compile
skny.zip
PRC include files I'm compiling against.
prc_include_files.zip
Specific code it fails on:
The text was updated successfully, but these errors were encountered: