Quest Problem
I have a server set-up with MYSQL and Eqemu-0.4.2 installed. This server is running Minilogin, World and Zone (boot5zone.bat) and is working perfectly.
The problem I have is I can |
Put a space after the npc_id
NPC_SCRIPT 100887 { |
Thanks Trumpcard, but that didn't fix the problem.
How does eqemu know where to look for the quests files? Is it loading into the database or writen in the eqemu. The reason I ask is that the database I'm using is the 4.2 db.sql with the 41to42fix.sql. |
Hmm.. no idea then.. if youre on linux, make sure its 'Quests' and not quests...
Quests are purely file driven.. Need a Quests directory beneath where your zone.exe lives. |
No. It is a NT4 server.
Thanks for trying to help. |
Parser::LoadScript(119916, 'qeynos') Attempting: quests/qeynos/119916.qst
It's lowercase going from the debug messages |
Found the problem.
It turns out that the NPCID in FQAdmin are not correct. FQAdmin reports that the NPCID for say Translocator Fithop in Butcherblock Mountain is 8696, but when I did a find in the spawn.sql file it turns out that the NPCID is 8427. When I put in the new NPCID it worked. |
Big - Parser is the new quest format. The quest he listed above was old format, it uses captial 'Q' (WesQuests).
|
Aha! So the new quest system the id's are seperated by zones? That may be the problem I was having. ;)
|
Nope it's lowercase in Wesquest also
snprintf(filename, 254, "quests\\%i.qst", npc_id); snprintf(filename, 254, "quests/%i.qst", npc_id); |
You're right.. I looked at my bin directory (where I know it's working) and saw Quests. Didnt notice I had made a quests symlink..
This just isnt my day...lol.. |
All times are GMT -4. The time now is 10:31 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.