Vietlubu Posted November 18, 2022 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 141 Reputation: 24 Joined: 01/19/12 Last Seen: Sunday at 02:29 PM Share Posted November 18, 2022 (edited) In an instance, Im trying to warp all party member by a npc. So Im using warpparty not is not working 1@ch_t,43,360,11 script Oscar#CTE 10307,{ // warp strnpcinfo(4),43,360; warpparty strnpcinfo(4),43,360,getcharid(1); end; } This script is not working, no error show out. But players not warp. Im tried with warp and that working with a player who click on NPC. I also try warpparty outside instance and that working fine. I don't know why warpparty not working in instance. Checked mapflags and found noreturn will block warpparty, but, I'm not using that flag. Edited November 18, 2022 by Vietlubu Quote Link to comment Share on other sites More sharing options...
0 Vietlubu Posted November 18, 2022 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 141 Reputation: 24 Joined: 01/19/12 Last Seen: Sunday at 02:29 PM Author Share Posted November 18, 2022 ah, my fail. nowarp and nowarpto are block warpparty too Quote Link to comment Share on other sites More sharing options...
Question
Vietlubu
In an instance, Im trying to warp all party member by a npc. So Im using warpparty not is not working
This script is not working, no error show out. But players not warp.
Im tried with warp and that working with a player who click on NPC. I also try warpparty outside instance and that working fine.
I don't know why warpparty not working in instance. Checked mapflags and found noreturn will block warpparty, but, I'm not using that flag.
Edited by VietlubuLink to comment
Share on other sites
1 answer 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.