Famous Posted August 20, 2013 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Share Posted August 20, 2013 when player talk to npc he will be killed and warp to prontera.. thankyou! Quote Link to comment Share on other sites More sharing options...
Patskie Posted August 20, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 19 hours ago Share Posted August 20, 2013 Try : payon,150,150,0 script Sample 100,{ percentheal -100, 0; warp "prontera",150,150; end; } Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted August 20, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted August 20, 2013 (edited) prontera,151,186,5 script killme 721,{ addtimer 50, strnpcinfo(3)+"::On_leave"; percentheal -100, 0; close; On_leave: warp "prontera",150,150; end; } Edited August 20, 2013 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
Famous Posted August 21, 2013 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Author Share Posted August 21, 2013 thanks guys Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 21, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 10 hours ago Share Posted August 21, 2013 unitkill getcharid(3); warp "prontera",155,181; end; Quote Link to comment Share on other sites More sharing options...
Question
Famous
when player talk to npc he will be killed and warp to prontera..
thankyou!
Link to comment
Share on other sites
4 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.