Pirates of the Caribbean Online Fansite & Forums

Pirates of the Caribbean Online Fansite & Forums (https://www.piratesonlineforums.com/forums/index.php)
-   Bugs Guts (https://www.piratesonlineforums.com/forums/forumdisplay.php?f=56)
-   -   Lvl 20, no Grenade quest -- what gives? (https://www.piratesonlineforums.com/forums/showthread.php?t=3909)

gwek 03-10-2008 05:49 PM

Lvl 20, no Grenade quest -- what gives?
 
Title pretty much says it all. I hit level 20 and the Grenade quest did not pop up. No message. Nothin'.

In fairness, I had a lot of sidequests going on at the time, but most of them are now resolved (I think I have the story quest, plus the "medium" and "hard" card quests) and still no Grenades.

Can anyone help? :(

niltag 03-10-2008 06:06 PM

Go see Witty Jack...

gwek 03-11-2008 03:14 AM

Jack, unfortunately, is nowhere to be found... at least in the bars on Tortuga. Do I need to look elsewhere?

Angel 03-11-2008 03:30 AM

Its a glitch. My friend is at lvl 25 and still no quest. Also someone go thte staff already and still no nades quest. Just gonna have to wait until they fix it I guess :(

Samantha Firewalker 03-11-2008 03:40 AM

Wondering the same...
 
I've been wondering the same thing. I have another Pirate that is now at lvl 25 and is now at the Boss Battle part and she has still not received anything about getting her grenades. Samamtha on the other hand got hers when she reached lvl 20. I've heard there is a glitch somewhere but have not heard any particulars about it. Hopefully we will find out something soon. I've been checking the forums regularly to see if anyone has been having the same problem and this is the first I've seen on it. If something doesn't occur soon I may report it as a Bug.
I really would like to start leveling my grenades.
Wake up out there POTC!!!
:piratewhip:

Angel 03-11-2008 10:17 AM

Everyone report this as a bug. As well as the teleport missing quests. The more they know about it the faster they may get it resolved. Nades are hard enough to build up. much less havin to work on them when ur lvl 30?!?

Eloricth 03-11-2008 07:25 PM

My letter to their tech support...
 
Dear Tech Support;

As I'm sure you're well aware from other reports, there appears to be a glitch with unlocking the grenade quest. The glitch being that some people are not receiving the quests needed to unlock this weapon skill upon reaching notoriety level 20.

While I don't know what is the cause of this bug (unfortunately), I feel that it should be an easy enough endeavor to correct the characters missing the quests. Here is a pseudo-code solution:

Assume we have a connection to the character database and have row data cast as variables in our logic...

Code:

if(accountType = unlimited && notorietyLevel >19 && !grenadeQuest) {
    character.addQuest(grenadeQuest);
}

where the addQuest() function is whatever function is already in place that adds a new quest to your existing list of quests.

Thank you for your time,
-Elo


All times are GMT. The time now is 10:34 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.