OregonCore
OregonCore copied to clipboard
If Queststarter/Questender has core script, you can't take/complete quest (can't talk to NPC)
Describe the bug If Queststarter/Questender has core script, you can't take/complete quest (can't talk to NPC)
To Reproduce Steps to reproduce the behavior:
- Take quest 1266 (The Missing Diplomat)
- Go to Dustwallow Marsh and find Private Hendel
- You can't complete quest/talk to Private Hendel
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Падрич поправим)))) я щас реструкторизацию файл системы пронесу и либ задолбало старый дерьмо софт
@ReyDonovan Написал так, будто в транслейт скопировал 😁
Any news? This is REALLY BIG problem
???
Any news?
I cant reproduce tested on 2 quests The Missing Diplomat Image1 and the escort quest for Kayra Longmane image2
was able to accept and complete both quests.
Bug is here https://github.com/talamortis/OregonCore/pull/96 But i dont' know how to fix it
clean db clean build
Bug revealed! Bug is not in https://github.com/talamortis/OregonCore/pull/96
Bug is with ELUNA! WITHOUT this check mark quests bugged:
Could you revert this commit and then test
https://github.com/talamortis/OregonCore/commit/8209c6336dcaefbdc50db1a198f53ced4bf41c4a
For what? This commit removes ELUNA Bug appears if you REMOVE check mark from CMAKE
I'll test it but i think problem is not here
Ok, found out the issue the problem is not ELUNA, the problem is the DB change the NPC flag from 2 to 3 these NPC does not have assigned gossip flag there for the user/player is enable to collect the Quest
update creature_template SET npcflag = 3 WHERE npcflag = 2;
- this will fix most but not all i assume 👍