Jensen- 25 Posted August 16, 2018 Share Posted August 16, 2018 hey can some1 help me im looking for a code to remove specific quests by id var logId = Quest.GetLogIdByQuestId(745); if (logId > 0) { Lua.LuaDoString("SelectQuestLogEntry(" + logId + "); SetAbandonQuest(); AbandonQuest(); "); } and local questId = 745; for i=1,GetNumQuestLogEntries() do local _, _, _, _, _, _, _, id = GetQuestLogTitle(i); if id == questId then SelectQuestLogEntry(i); SetAbandonQuest(); AbandonQuest(); end end dont work Link to comment https://wrobot.eu/forums/topic/9949-quest-remove/ Share on other sites More sharing options...
Jensen- 25 Posted August 17, 2018 Author Share Posted August 17, 2018 bumb bumb Link to comment https://wrobot.eu/forums/topic/9949-quest-remove/#findComment-46668 Share on other sites More sharing options...
Droidz 2738 Posted August 18, 2018 Share Posted August 18, 2018 Hello, Quest id result in GetQuestLogTitle(...) was added in Wotlk. I haven't found how to do that in TbC Link to comment https://wrobot.eu/forums/topic/9949-quest-remove/#findComment-46691 Share on other sites More sharing options...
Recommended Posts
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