Jump to content

Necrovoice

Senior getMaNGOS Developer
  • Posts

    1222
  • Joined

  • Last visited

  • Days Won

    43
  • Donations

    0.00 GBP 

Everything posted by Necrovoice

  1. Maybe this might help? In cata above quest does not seem to have a portrait window for the wolf, but does for some other quest...could three not of had as many frames as current live? Quest - youtube
  2. This quest seems to be working correctly with the skull spawning as it should.
  3. This issue was discussed here and is not a bug. Topic can be closed.
  4. Fix/Non bug? After several attempts to recreate this issue, I have been unable to do so.
  5. Corrected the sql command and removed a few things from Aresella that had been removed back in 2009. Fix pending
  6. Tee most recent Two update, Rel21_2_17_BRD_updates, produces the following error when launching the server. 2016-09-11 19:32:07 <Scripting Library ERROR>: script type 0 (go_bar_beer_keg) is bound to non-existing entry 164911, ignoring. 2016-09-11 19:32:07 <Scripting Library ERROR>: script type 0 (go_bar_ale_mug) is bound to non-existing entry 165738, ignoring. 2016-09-11 19:32:07 <Scripting Library ERROR>: script type 0 (go_bar_ale_mug) is bound to non-existing entry 165739, ignoring.
  7. after a few hiccups I have submitted the fix as well as some others
  8. NPC: Deze Snowbane - Arathi Basin Battlemaster (location Orgrimmar) Entry: 15006 Issue, When you speak with Deze, she has two option. 1.)I want to browse your goods. 2.)Gossip_OPTION_BATTLEFIELD SELECT* FROM `gossip_menu_option` WHERE `menu_id` = '0' AND `id` = '10' For obvious reasons this is wrong. I cant say with 100% certainty, but I believe this text should be changed to, Call to Arms: Arathi Basin -------------------------------------------------- I have a fix ready to go if I can get an agreement and/or confirmation.
  9. Here is the correction in its entirety. I would submit, but it looks like some of it was already done by the Implemented Version tag. Let me know what you would like me to do with this final product. /* remove unnecessary action food bar icon */ DELETE FROM `playercreateinfo_action` WHERE `race` = '10' AND `class` = '9' AND `button` = '11' AND `action` = '20857' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '10' AND `class` = '8' AND `button` = '11' AND `action` = '20857' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '10' AND `class` = '5' AND `button` = '11' AND `action` = '20857' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '10' AND `class` = '4' AND `button` = '11' AND `action` = '20857' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '10' AND `class` = '2' AND `button` = '11' AND `action` = '20857' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '10' AND `class` = '3' AND `button` = '11' AND `action` = '20857' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '8' AND `class` = '3' AND `button` = '11' AND `action` = '4604' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '7' AND `class` = '6' AND `button` = '83' AND `action` = '41751' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '6' AND `class` = '7' AND `button` = '11' AND `action` = '4604' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '5' AND `class` = '4' AND `button` = '11' AND `action` = '4604' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '5' AND `class` = '1' AND `button` = '83' AND `action` = '4604' AND `type` = '128'; DELETE FROM `playercreateinfo_action` WHERE `race` = '1' AND `class` = '9' AND `button` = '11' AND `action` = '4604' AND `type` = '128'; /* Add food icon to deathknight action bar */ Update `playercreateinfo_action` set `button` = '10' where `race` = '1' and `class` = '6' and `button` = '11' INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES('1','6','11','41751','128'); INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES('2','6','11','41751','128'); INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES('3','6','11','41751','128'); INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES('4','6','11','41751','128'); INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES('5','6','11','41751','128'); INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES('6','6','11','41751','128'); INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES('8','6','11','41751','128'); INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES('10','6','11','41751','128');
  10. thanks to chucksta and after a few muckups on my own, I know how to commit to the repo..... Was this already added or can I try my new learned skills and add this?
  11. Thanks for the guide.. So I used the github client to submit.. I think I did it right. Should it appear on the site after showing that something was submitted , or will it appear once approved?
  12. sorry to be such a pain.. I think I figured it out.. just not sure what branch to use and if its anything over than master, I am not sure I know how to switch it. I use windows 10, in case you have tips for me to learn by.
  13. I unfortunately never made a commit to the repo and sadly have no idea how to do so.
  14. Played around with this for another half hour just testing various scenarios. It seems to function fully... If interested I can pm info and make up an account to try it on my test world... just need to know a time/date when you would want to try it.. its only up when it needs to be.
  15. Well shit..... I got the port to work... UPDATE `dbscripts_on_gossip` SET `data_flags` = '2' WHERE `dbscripts_on_gossip`.`id` = 9511;
  16. Wish I had a better understanding of what many of the tables actually do
  17. gossip_menu_option menu_id || action_script_id 9511 || 9511 9513 || 9511 9780 || 9511 ----------------------------------- dbscripts_on_gossip id: 9511 delay: 0 command: 15 datalong: 53360 datalong2: 0 buddy_entry: 0 search_radius: 0 data_flags: 8 dataint: 0 dataint2: 0 dataint3: 0 dataint4: 0 x: 0 y: 0 z: 0 o: 0 comments: cast Teleport to Dalaran
  18. I tested this with a human and undead mage, both are able to get the quest.. The part where I see a breakdown is when the spell to teleport the play is cast. The npc will cast the spell, but then nothing. http://img.photobucket.com/albums/v443/Nightfire101/WoWScrnShot_081916_102304.jpg
×
×
  • 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