Jayzy Posted March 7, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 62 Reputation: 0 Joined: 12/08/11 Last Seen: August 22, 2018 Share Posted March 7, 2013 how to call a script once the character jump from the same map. like for example CHAR-A is on prontera then the character jump in any part of prontera but still in prontera, how to call a script after the character jump from another place? Quote Link to comment Share on other sites More sharing options...
goddameit Posted March 14, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted March 14, 2013 http://rathena.org/wiki/OnPCLoadMapEvent Quote Link to comment Share on other sites More sharing options...
leertaste Posted March 14, 2013 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 137 Reputation: 1 Joined: 02/02/13 Last Seen: July 18, 2019 Share Posted March 14, 2013 like this?... warp "Random", 0, 0; Quote Link to comment Share on other sites More sharing options...
Brian Posted March 14, 2013 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 March 14, 2013 OnPCLoadMapEvent only triggers when the first time they load/warp to a map. Teleporting around on the same map will not trigger OnPCLoadMapEvent again (I think that's what leertaste wants to do). Quote Link to comment Share on other sites More sharing options...
Capuche Posted March 14, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted March 14, 2013 Teleporting around on the same map will not trigger OnPCLoadMapEvent again Teleporting around on the same map will trigger OnPCLoadMapEvent again (I test it ) how to call a script after the character jump from another place You can also use trunk/doc/whisper_sys.txt Quote Link to comment Share on other sites More sharing options...
Jayzy Posted March 21, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 62 Reputation: 0 Joined: 12/08/11 Last Seen: August 22, 2018 Author Share Posted March 21, 2013 OnPCLoadMapEvent won't trigger the NPC again in the same map. I tried it that's why I post this topic. But I already fixed my script by using goto function Quote Link to comment Share on other sites More sharing options...
Capuche Posted March 21, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted March 21, 2013 OnPCLoadMapEvent won't trigger the NPC again in the same map O_o I tried with @load, @warp, @go, flying wing item, etc.. on the same map, my loadevent trigger each time Well your request is solved, forget it Quote Link to comment Share on other sites More sharing options...
Jayzy Posted March 22, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 62 Reputation: 0 Joined: 12/08/11 Last Seen: August 22, 2018 Author Share Posted March 22, 2013 Thanks Quote Link to comment Share on other sites More sharing options...
Question
Jayzy
how to call a script once the character jump from the same map. like for example CHAR-A is on prontera then the character jump in any part of prontera but still in prontera, how to call a script after the character jump from another place?
Link to comment
Share on other sites
7 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.