MrWill Posted December 8, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.01 Content Count: 2 Reputation: 0 Joined: 10/08/24 Last Seen: March 23 Share Posted December 8, 2024 (edited) I have the following script for an NPC that shows a questinfo icon: prontera,155,181,5 script Sample 4_F_KAFRA1,{ end; OnInit: questinfo QTYPE_QUEST; end; } When I compile my server in renewal mode, this works. (See attached photo.) When I compile it with #define PRERE uncommented, the questicon disappears. What do I need to change server-side to enable this? Edited December 8, 2024 by MrWill Quote Link to comment Share on other sites More sharing options...
0 MrWill Posted December 8, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.01 Content Count: 2 Reputation: 0 Joined: 10/08/24 Last Seen: March 23 Author Share Posted December 8, 2024 Ahh, figured it out. I needed to relog to see the effect. (@reload scripts is not enough) Quote Link to comment Share on other sites More sharing options...
Question
MrWill
I have the following script for an NPC that shows a questinfo icon:
When I compile my server in renewal mode, this works. (See attached photo.) When I compile it with #define PRERE uncommented, the questicon disappears.
What do I need to change server-side to enable this?
Link to comment
Share on other sites
1 answer 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.