nasagnilac Posted December 7, 2018 Group: Members Topic Count: 89 Topics Per Day: 0.02 Content Count: 232 Reputation: 15 Joined: 11/02/13 Last Seen: December 19, 2024 Share Posted December 7, 2018 I added this quest icon using questinfo scriptcommand and I want to disable it after a player completed the quest. How can I do that? Quote Link to comment Share on other sites More sharing options...
0 Akkarin Posted December 7, 2018 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1632 Joined: 03/26/12 Last Seen: April 15 Share Posted December 7, 2018 *questinfo <Quest ID>,<Icon>{,<Map Mark Color>{,<Job Class>}}; This is esentially a combination of checkquest and showevent. Use this only in an OnInit label. For the Quest ID, specify the quest ID that you want checked if it has been started yet. For Icon, use one of the following: No Icon : QTYPE_NONE ! Quest Icon : QTYPE_QUEST ? Quest Icon : QTYPE_QUEST2 ! Job Icon : QTYPE_JOB ? Job Icon : QTYPE_JOB2 ! Event Icon : QTYPE_EVENT ? Event Icon : QTYPE_EVENT2 Warg : QTYPE_WARG (Only for packetver < 20170315) Warg Face : QTYPE_WARG2 (Only for packetver >= 20120410 and < 20170315) Click Me : QTYPE_CLICKME (Only for packetver >= 20170315) Daily Quest : QTYPE_DAILYQUEST (Only for packetver >= 20170315) ! Event Icon : QTYPE_EVENT3 (Only for packetver >= 20170315) Job Quest : QTYPE_JOBQUEST (Only for packetver >= 20170315) Jumping Poring : QTYPE_JUMPING_PORING (Only for packetver >= 20170315) No Icon : QTYPE_NONE Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted December 8, 2018 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: Yesterday at 12:42 AM Share Posted December 8, 2018 (edited) 6 hours ago, nasagnilac said: I added this quest icon using questinfo scriptcommand and I want to disable it after a player completed the quest. How can I do that? try use OnInit not pcloadevent or you can see example script from novice area quest Edited December 8, 2018 by melv0 Quote Link to comment Share on other sites More sharing options...
Question
nasagnilac
I added this quest icon using questinfo scriptcommand and I want to disable it after a player completed the quest. How can I do that?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.