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?