OregonCore icon indicating copy to clipboard operation
OregonCore copied to clipboard

If Queststarter/Questender has core script, you can't take/complete quest (can't talk to NPC)

Open PadreWoW opened this issue 4 years ago • 12 comments

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:

  1. Take quest 1266 (The Missing Diplomat)
  2. Go to Dustwallow Marsh and find Private Hendel
  3. You can't complete quest/talk to Private Hendel

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

PadreWoW avatar Jun 16 '20 17:06 PadreWoW

Падрич поправим)))) я щас реструкторизацию файл системы пронесу и либ задолбало старый дерьмо софт

ReyDonovan avatar Jun 18 '20 19:06 ReyDonovan

@ReyDonovan Написал так, будто в транслейт скопировал 😁

ekzobam avatar Jun 19 '20 02:06 ekzobam

Any news? This is REALLY BIG problem

PadreWoW avatar Jul 19 '20 17:07 PadreWoW

???

PadreWoW avatar Aug 07 '20 14:08 PadreWoW

Any news?

PadreWoW avatar Aug 18 '20 11:08 PadreWoW

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.

talamortis avatar Aug 27 '20 10:08 talamortis

Bug is here https://github.com/talamortis/OregonCore/pull/96 But i dont' know how to fix it

PadreWoW avatar Aug 27 '20 14:08 PadreWoW

clean db clean build

image image

coolzoom avatar Aug 27 '20 16:08 coolzoom

Bug revealed! Bug is not in https://github.com/talamortis/OregonCore/pull/96

Bug is with ELUNA! WITHOUT this check mark quests bugged:

изображение

PadreWoW avatar Aug 28 '20 08:08 PadreWoW

Could you revert this commit and then test

https://github.com/talamortis/OregonCore/commit/8209c6336dcaefbdc50db1a198f53ced4bf41c4a

talamortis avatar Aug 28 '20 08:08 talamortis

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

PadreWoW avatar Aug 28 '20 09:08 PadreWoW

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 image image

update creature_template SET npcflag = 3 WHERE npcflag = 2; - this will fix most but not all i assume 👍

talamortis avatar Aug 28 '20 11:08 talamortis