|
|
|
|
|||||||
| Bugs Guts POTCO Bugs & Glitches archive |
|
Login or Register now to see less ads. |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
||||
|
||||
|
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?!?
__________________
"Angel" - Member of War Wenches
MASTERED; All Weaponry MASTERED; War Fleet *BOSS COMPLETE!!* "Hunter" - Officer of The Elite Circle MASTERED; All Weaponry Mastered *Except doll, waiting for the last 80 reps :!*; War Fleet *BOSS COMPLETE!!* "Angel Sea Hunter (aka ASH)" GuildMaster of The Elite Circle Notoriety lvl 24; Weaponry lvl 12+ *Coming off the bench!* "Vixen" - Member of War Wenches Notoriety lvl 24 & Growing- War Galleon "Red Tiger" |
|
#2
|
|||
|
|||
|
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);
}
Thank you for your time, -Elo |
| Thread Tools | |
| Display Modes | |
|
|