-
Notifications
You must be signed in to change notification settings - Fork 218
Worgen Quest #853
Comments
try this myne works 100%.
-- Escape By Sea
UPDATE quest_template SET QuestFlags = 8 WHERE entry = 14405;
-- Not Quite Shipshape
UPDATE quest_template SET QuestFlags = 8 WHERE entry = 14404;
|
Here is some more fixes for duskahvaen
|
Oo so the problem it was with the quest flag? |
Yee I fixed a lot of quest now and I have added a custom quest to get out from gilneas and I have added some spell to learn it with thequest end script runnig wild and the apprentice riding :D |
@Loukie please add these to PR. |
Okay but first we have fix the cinema on the worgen quests #833 |
be patient, |
Ok I cant upload the fixes of the world database I can only update my fully world database |
at this point it is pointless working on the quest line because the phasing for this map is not correct for now it will help but in the long run it will cost you double work to fix everything again after the phasing is corrected @ImageDev the database fixes i have added came from skyfire forum some time back i was surprised to see that it was not applied in the new databse repo and there is still problem with creature 36283 in duskhaven you cant mount them im not sure but i thing there phasemask is also wrong it is 65534 i think it must me 1? |
Ye a lot of problem but I am making an update for the worgen quest lines but idot knownow what i have fixed XD. |
as far as i can remember the dk quest line work just fine. |
somethings didn't make it into master db branch, from SQL/updates/world... @Loukie someone has bjorked dk's with autocompletes and shit... (this area was near blizzlike) |
cant we just use the inport old repo db or did the structure change that much? |
@Bootz i had a look at TrinityCore last night and notice they too are using C++ and the way they code is very similar to SkyfireCore maybe we can compair our core scripts to TrinityCore maybe we are lucky and it work same for the database? |
If I have to make a sql updates it take a lot of time for me. Can I make a db repo with the full database? |
it is better to build on the structure we have if you want to use your db repo you will have to make sure it is 100% the same as ours tabel names and columns |
noob question how do i add PR |
hey @Bootz here is an update i have done from Trinity i had to restructure because there stucture is not the same this is creature_template_addon_for_Map_Duskhaven_654. please have a look at this and let me know
DELETE FROM `creature_template_addon` WHERE `entry` IN (36198,36698,36798,36797,36449,36286,36453,36628,36631,36602,50247,34571,36132,36170,50252,36652,36695,36632,36190,36630,36713,36629,44125,50567,38791,50574,36651,36717);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
(36198, 0, 0, 0x0, 0x1, 0, ''),
(36698, 0, 0, 0x0, 0x1, 0, '69196'),
(36798, 0, 0, 0x0, 0x1, 0, '69196'),
(36797, 0, 0, 0x0, 0x1, 0, '69196'),
(36449, 0, 0, 0x0, 0x1, 0, ''),
(36286, 0, 0, 0x0, 0x1, 0, ''),
(36453, 0, 0, 0x0, 0x1, 0, ''),
(36628, 0, 0, 0x0, 0x1, 0, ''),
(36631, 0, 0, 0x0, 0x1, 0, ''),
(36602, 0, 0, 0x0, 0x2, 0, ''),
(50247, 0, 0, 0x0, 0x1, 0, ''),
(34571, 0, 0, 0x0, 0x1, 0, ''),
(36132, 0, 0, 0x0, 0x1, 0, ''),
(36170, 0, 0, 0x0, 0x1, 0, ''),
(50252, 0, 0, 0x0, 0x1, 0, ''),
(36652, 0, 0, 0x0, 0x1, 0, ''),
(36695, 0, 0, 0x0, 0x1, 0, ''),
(36632, 0, 0, 0x0, 0x1, 0, ''),
(36190, 0, 0, 0x3, 0x1, 0, ''),
(36630, 0, 0, 0x8, 0x1, 0, ''),
(36713, 0, 0, 0x0, 0x1, 0, ''),
(36629, 0, 0, 0x0, 0x1, 0, ''),
(44125, 0, 0, 0x0, 0x1, 0, ''),
(50567, 0, 0, 0x0, 0x101, 0, ''),
(38791, 0, 0, 0x0, 0x1, 0, ''),
(50574, 0, 0, 0x0, 0x101, 0, ''),
(36651, 0, 0, 0x0, 0x1, 0, ''),
(36717, 0, 0, 0x0, 0x1, 0, '');
|
What is changed? |
there was no entries for them so infact you can take out |
oo man can you upload it again? :D |
the worgen on the left i had to add myself not sure if it is right but it looks better |
i think for now i will work only on the spwans i can still remember more or less where npc must go from retail ill start working on quest once the aura problem is sorted. |
thx to all skiyfire staff for doing a g8 job so far |
Oo nice job man :D |
Here is my FULL world database :D |
how far long are you with your stormglen village? |
Yee I have added everything and your sql too :D |
thx |
@Loukie our db's will not matchup, thus the same as our older db... |
ok i understand thx @ImageDev |
Loukie did you tested the cinema in the worgen starting zone when we save somebody from the worgens with a horse and when we finish it we got a cinema and then the worldserver crash. |
i have tested it yes and mine works 100% i havent had any crashes so far in worgen area or the worgen questline |
Just so you know (and I KNOW I've said this before), I have all of the spawns for duskhaven 95-99% Correct. I also have the quest line working with full cinemas 100% blizzlike up through the transfer to the new area. However, I refuse to upload this until it is finished because I am simply sick of repeated bug reports for the same thing over and over again. If I upload this, then people move to the next area I haven't finished and spam the bug reporter EVEN THOUGH WE KEEP SAYING IT IS NOT FINISHED. Currently, my real job has most of my time taken up, so someday I will finish it and upload it. Most all of what I have seen in the Trinity 434 for the worgen area is either old, incomplete, or simply incorrect. I refuse to push more broken crap into the db, especially after all the hard work to fix all the bad crap that was in there before. |
This will fix, that you can't accept Quests. It's for every single Quest in the Worgen Quest Line, even for the class Quests. //Unfortunately i wasn't able to fix the Quest "Evacuate the Marchant Square" and "Salvage the Supplies". //EDIT: Sql removed due to fix is in a File Pull Request now. |
Please fork the repository. Make a proper Sql file and then issue a pull request. Then we will test it and you will get proper credit. |
Something bugged with this quest because it is on the Questrelation and Involved relation and it isnt has any quest chain
but the npc dont want to give me the quest I have to add it with gm commands
http://www.wowhead.com/quest=14404
http://www.wowhead.com/quest=14405
#833 bugged cinema can crash the worldserver.exe
The text was updated successfully, but these errors were encountered: