EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   General::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=586)
-   -   No rewards for quest turn-ins. (https://www.eqemulator.org/forums/showthread.php?t=38260)

NickW 05-06-2014 08:57 PM

No rewards for quest turn-ins.
 
I can't seem to get quests to work correctly.. I went back through the guide and still no dice.

"If hailing an NPC works but when you hand them an item they do nothing, then you either missed the step where you must copy the contents of C:\EQ\EQEmuServer\quests\plugins into C:\EQ\EQEmuServer\plugins and/or you missed the step where you must copy the contents of C:\EQ\EQEmuServer\quests\lua_modules into C:\EQ\EQEmuServer\lua_modules"

That describes the problem I am having. But, I have triple checked both of those steps..

http://i61.tinypic.com/dnoq3a.jpg

http://i62.tinypic.com/11hffgm.jpg

Any ideas? :confused:

vsab 05-07-2014 04:27 AM

Is lua51.dll in the server root folder?

Can you give an example quest/npc/zone? (some use Perl, some use Lua). Also, bear in mind that it is entirely possible for certain quests to be broken, even though the PEQ team are fastidious about such things.

NickW 05-07-2014 11:26 AM

Quote:

Originally Posted by vsab (Post 230300)
Is lua51.dll in the server root folder?

Can you give an example quest/npc/zone? (some use Perl, some use Lua). Also, bear in mind that it is entirely possible for certain quests to be broken, even though the PEQ team are fastidious about such things.

http://i61.tinypic.com/2r2rbjs.jpg

I have lua51.dll in the EQEmuServer folder. As seen above.

The quests I have tried so far:

Turning in the note you start with doesn't work for any class. I give the correct person the note. They keep the note. I get no dialogue or items in return.

I tried a couple of quests in Cabilis. Scaled Curskins and Shestar's Scaled Coif. Same problem as above. I give them the quest items and no dialogue/reward.

In PoK I tried Randi's Floral Specimens. Same problem.

In Gfay with the Spiderling Silks quest I have the same problem. She takes the items. But, no dialogue/reward.

I tried Tunare Scout Daggers. Surprisingly, he doesn't keep the quest items. He gives them back. Still no reward.

I also tried Scouts Cape. She gives me the coin AND Kelynn in Crushbone accepts the coin/gives me the information. But, when I come back to turn in the information to Geeda. She gives me the information back w/ no dialogue/reward.

I tried the first few steps and the final turn-in for the SK and Druid 1.0 epics. I got the dialogue and reward for both. Seems like the epic quests work fine.

Willamina's Needles in PoK worked perfectly.

Bone Chips in Felwithe worked perfectly.

Orc Runner in Felwithe worked perfectly.

It seems completely random? Sometimes they just keep the quest items and I get nothing in return. Sometimes they give the quest items back. Sometimes the quests works as it should. Sometimes I get completion dialogue. Sometimes I don't.. :confused:

vsab 05-07-2014 11:52 AM

Might be worth reporting these on the Project EQ forum (http://www.peqtgc.com/phpBB3/ you want the "Quest bugs" section). Geeda.pl is expecting the wrong item (although my copy of quests is not 100% up to date). Open up Geeda.pl in notepad, find and change this:-

Code:

if($itemcount{67702} == 1) {
to this:-

Code:

if($itemcount{12183} == 1) {
And it will then work (you will need to restart that zone or issue the reload quest command, which I have forgotten :P )

Trubles 05-07-2014 12:28 PM

The command you forgot is #rq or #reloadpl, vsab.

Alternatively you can do #reloadworld, repops and refreshes quest.

NickW 05-07-2014 09:52 PM

Quote:

Originally Posted by vsab (Post 230306)
Might be worth reporting these on the Project EQ forum (http://www.peqtgc.com/phpBB3/ you want the "Quest bugs" section). Geeda.pl is expecting the wrong item (although my copy of quests is not 100% up to date). Open up Geeda.pl in notepad, find and change this:-

Code:

if($itemcount{67702} == 1) {
to this:-

Code:

if($itemcount{12183} == 1) {
And it will then work (you will need to restart that zone or issue the reload quest command, which I have forgotten :P )

I was able to fix every quest using that method. Thanx again for the great info vsab. :D

NickW 05-07-2014 09:53 PM

Quote:

Originally Posted by Trubles (Post 230307)
The command you forgot is #rq or #reloadpl, vsab.

Alternatively you can do #reloadworld, repops and refreshes quest.

#reloadworld doesn't work even though I am a GM. The game doesn't even recognize #reloadpl. :confused:

Kingly_Krab 05-07-2014 09:55 PM

Did you set your status high enough for the #reloadworld command? Also, it's #reloadquest, not #reloadpl.

NickW 05-07-2014 11:12 PM

Quote:

Originally Posted by Kingly_Krab (Post 230329)
Did you set your status high enough for the #reloadworld command? Also, it's #reloadquest, not #reloadpl.

I believe while following the guide I set it to 250. Is there some way to check an accounts status?

Kingly_Krab 05-07-2014 11:34 PM

If you have direct access to your database, you can check the 'status' column in the account table. My #reloadworld is set at 255 by default, so just set your status to 255 and you should be able to use it.

NickW 05-08-2014 01:08 PM

Quote:

Originally Posted by Kingly_Krab (Post 230337)
If you have direct access to your database, you can check the 'status' column in the account table. My #reloadworld is set at 255 by default, so just set your status to 255 and you should be able to use it.

Setting my account to 255 worked like a charm. Thanx. ;)

Kingly_Krab 05-08-2014 03:30 PM

You're welcome.


All times are GMT -4. The time now is 11:17 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.