dunno whats wrong with Quest.GetQuestCompleted(questID)
i put in quest Complete condition "return Quest.GetQuestCompleted(12345);"
this cause bot lag every second for 0.5-0.7s
changed to return Lua.LuaDoString<bool>("return IsQuestFlaggedCompleted("+ questID + ")") and lag disappear.
this is maybe my character completed alot of quests? i dont almost everything what i can
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now