Do not force give Tutorial Guide item with starting quest.

This commit is contained in:
MobiusDev 2018-06-22 23:44:51 +00:00
parent 46a1c6d681
commit 6eee61d0d8

View File

@ -161,8 +161,6 @@ class Quest (JQuest) :
if classId in QTEXMTWO.keys(): if classId in QTEXMTWO.keys():
voice, htmltext = QTEXMTWO[classId] voice, htmltext = QTEXMTWO[classId]
st.playTutorialVoice(voice) st.playTutorialVoice(voice)
if st.getQuestItemsCount(5588) == 0 :
st.giveItems(5588,1)
st.startQuestTimer("QT",30000) st.startQuestTimer("QT",30000)
st.set("Ex","-3") st.set("Ex","-3")
elif Ex == -3 : elif Ex == -3 :