ViewtifulNinja Posted October 28, 2021 Share Posted October 28, 2021 How do I make a script that automatically triggers an event when the character reaches a certain job level, without having to talk to any npc? Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted October 28, 2021 Share Posted October 28, 2021 Use OnPCBaseLvUpEvent \doc\script_commands.txt lines 934 You need to implement this on any scripts. (Example: \npc\test\OnInterInit.txt) Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted March 6 Share Posted March 6 On 10/28/2021 at 1:19 PM, ViewtifulNinja said: automatically triggers an event when the character reaches a certain job level - script sample -1,{ OnPCJobLvUpEvent: if (JobLevel >= 40) { // your codes. } end; } Quote Link to comment Share on other sites More sharing options...
How do I make a script that automatically triggers an event when the character reaches a certain job level, without having to talk to any npc?
Link to comment
Share on other sites