zmref Posted January 25, 2013 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Share Posted January 25, 2013 Please help me I need an NPC warper where it warps players and display the players inside the map using the chat room like interface. Quote Link to comment Share on other sites More sharing options...
Euphy Posted January 25, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted January 25, 2013 prontera,150,150,0 script PVP Warper 100,{ end; OnInit: set .map$, "pvp_y_1-1"; set .limit, 20; initnpctimer; OnTimer2000: stopnpctimer; set .@i, getmapusers(.map$); delwaitingroom; waitingroom "PVP :: "+.@i+"/"+.limit+" players",((.@i < .limit)?2:0),strnpcinfo(0)+"::OnStartArena",1; if (.@i < .limit) enablewaitingroomevent; else disablewaitingroomevent; initnpctimer; end; OnStartArena: warpwaitingpc .map$,0,0; if (getmapusers(.map$) >= .limit) disablewaitingroomevent; end; } Quote Link to comment Share on other sites More sharing options...
Question
zmref
Please help me I need an NPC warper where it warps players and display the players inside the map using the chat room like interface.
Link 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.