Jump to content

Quest source problem


Recommended Posts

  • Active Member

source:

DWORD level = m_pkOwner->GetQuestFlag("mobquest.("mob_"..mobVnum"));

questside:

pc.setqf("mob_"..mobVnum,pc.getqf("mob_"..mobVnum),1)

 

working only this:

DWORD level = m_pkOwner->GetQuestFlag("mobquest.("mob_"));

------------------------

and not work this 😞

 DWORD level = m_pkOwner->GetQuestFlag("mobquest.("mob_"..mobVnum"));

 

how to solve it ?    I need this at the source  GetQuestFlag("mobquest.("mob_"..mobVnum"));    and not   GetQuestFlag("mobquest.("mob_"));

Is there any idea?

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.