erfg12 / EQClassic

EQClassic source code from 2010. EverQuest Trilogy Server Emulator.
http://erfg12.github.io/EQClassic/
17 stars 16 forks source link

Quests don't work #2

Closed erfg12 closed 9 years ago

erfg12 commented 9 years ago

I see it loading the perl scripts, but the quests do not work. The package name qst(npcid) is not loaded? It always says it is missing.

The function for loading the qst(npcid) comes from PerlembParser::LoadScript.

erfg12 commented 9 years ago

Fixed by using 5.14 (x64) perl. Can't compile with it, source needs 5.12 and without it will give you a million errors.