Jump to content

Chucksta

getMaNGOS Retired Staff
  • Posts

    552
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 GBP 

Everything posted by Chucksta

  1. The player's character does not face forward when sitting in a chair.
  2. If you try to open any chest game object, you get a message that "you do not have a pet" I have tried this a many game objects with type (see gameobject_templet) set to chest.
  3. This was being caused by an incorrect cast in the core: https://github.com/mangosthree/server/pull/120
  4. This was being caused by an incorrect cast in the core: https://github.com/mangosthree/server/pull/120
  5. Looking like an issue in the core. If you log off, then on again, the exclamation mark turns into a grey question mark, which is what it is supposed to be.
  6. Fixed: https://github.com/mangosthree/database/pull/68 image located after extracting the blp files and using a blp viewer for explorer: http://www.wowinterface.com/downloads/info16700-BLPView.html
  7. SpecialFlags is set to 0 in the quest_template table, therefore it should not be repeatable.
  8. It looks like there is an issue with the acquiring of quests system, as I have come across 3 other issues with quests and quest givers. Beating Them Back Extinguishing Hope And question marks appearing above Sergeant Willem's and Milly Olsworth's head, after accepting the Beating Them Back quest from Marshal McBride.
  9. After accepting the Northshire Abbey quest "Extinguishing Hope", the yellow exclamation mark above the quest giver does not change to a question mark.
  10. The Northshire Abbey quest "Beating Them Back", is showing as repeatable. A blue exclamation mark shows above the quest giver, after you accept the quest. 28762 - Beating Them Back
  11. Closing, as not relevant to this quest, although the quest portrait issue has been resolved.
  12. Further searching around, and the only vids showing that portrait were made after WoD was released. Nice find, necrovoice
  13. That's interesting, necrovoice; there's no portrait panel opening up for that guy in that vid, and it looks like that was made not too long after Cataclysm came out. In researching this, I have been on 8 different private servers, and only 2 of them had the portrait popping out. I have actually figured out why the portrait is not showing; it's because the packet that is sent to the client is not correctly made up. I managed to get the portrait panel to show: I need to do further testing to make sure all data is sent correctly, plus do as Rochet said in order to get the image to show. That being said, it might not be required for this quest in Cataclysm, judging by the vid linked by necrovoice.
  14. It's not reading the portrait name and test from the table; those column names are not included in the SELECT statement. It looks like all column related to the portrait have not been loaded. This is going to throw up a load of other issues, besides the one logged in this thread.
  15. IN BRIEF: the name of the portrait is not being loaded/stored properly in the core IN DETAIL: It looks like the name of the portrait is not being loaded/stored properly within the core. The portrait name for this quest is "Blackrock Battle Worg", which is correct in the quest_template table. I confirmed that by running a packet sniffer on a private server where this feature, the displaying of a portrait does work. In function: void PlayerMenu::SendQuestGiverQuestDetails(Quest const* pQuest, ObjectGuid guid, bool ActivateAccept) It takes the details that were previously loaded in from the quest_template table, and sends them to the client, but on outputting these details to the terminal, I found the variables that should contain the name and title of the portrait to be blank. Presumably it is failing to load the name and title from the table.
  16. Sergeant Willem in Northshire Abbey should have a quest to give, but on interacting with him, he just gives a basic greeting. Note: this is before completing any other quest in the area.
  17. The Blackrock Battle Worgs in Northshire do not move about randomly, and I do not think the goblin assasins (around where the Kobolds used to be) do either. All other creatures/NPCs do have random movement.
  18. The pop-out panel that can appear when viewing the quest text of some quests, does not appear for the quest: 28757 - Beating Them Back (Northshire Abbey)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use