Do not force give Tutorial Guide item with starting quest.
This commit is contained in:
@@ -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 :
|
||||||
|
Reference in New Issue
Block a user