Error in the latest uo.em file
Posted: Fri Dec 07, 2012 10:18 pm
In corechanges,txt two new flags were added:
It currently reads:
It should read:
I'll take this opportunity to thank the devs who commit to the repo for keeping the corechanges.txt file updated. I would have had a bear of a time finding this if you folks weren't so diligent in documenting changes. All eCompile gave me as an error was:
However there's a syntax error in the LISTEX_FLAG_NPC_ONLY declaration.12-05-2012 Tomi:
...
Changed: UO:ListMobilesNearLocationEx added 2 new flags LISTEX_FLAG_PLAYERS_ONLY and LISTEX_FLAG_NPC_ONLY
It currently reads:
Code: Select all
cosnt LISTEX_FLAG_NPC_ONLY := 0x20;Code: Select all
const LISTEX_FLAG_NPC_ONLY := 0x20;Compiling: C:/pol_Latest/scripts/ai/animal.src
Error reading function declaration in module uo
Compilation failed.
Execution aborted due to: Error compiling file