girotto000 Posted April 11, 2015 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 01/18/15 Last Seen: May 30, 2015 Share Posted April 11, 2015 I would like to execute a script when player login and when player teleport to any other map. To load on the login event its simple: OnPCLoginEvent: But to do when the player change the map, how to proceed? Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 11, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 11 hours ago Share Posted April 11, 2015 OnPCLoadMap: some simple scripting trick and loadevent mapflag Quote Link to comment Share on other sites More sharing options...
girotto000 Posted April 11, 2015 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 01/18/15 Last Seen: May 30, 2015 Author Share Posted April 11, 2015 OnPCLoadMap: some simple scripting trick and loadevent mapflag Just add this? Quote Link to comment Share on other sites More sharing options...
Brian Posted May 11, 2015 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted May 11, 2015 Add OnPCLoadMapEvent in your script so it looks like this: OnPCLoginEvent: OnPCLoadMapEvent: /npc/scripts_mapflags.conf - add this line: npc: npc/mapflag/loadevent.txt/npc/mapflag/loadevent.txt <-- create this file, and add the map(s) that you want OnPCLoadMapEvent to trigger on. If you want every map, use this file: http://pastebin.com/raw.php?i=K5d4b3bp Quote Link to comment Share on other sites More sharing options...
Question
girotto000
I would like to execute a script when player login and when player teleport to any other map.
To load on the login event its simple:
But to do when the player change the map, how to proceed?
Link to comment
Share on other sites
3 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.