Jayzy Posted March 7, 2013 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
Brian Posted March 14, 2013 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
Capuche Posted March 14, 2013 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
Jayzy Posted March 21, 2013 Author 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
Capuche Posted March 21, 2013 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
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?
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.