zmref Posted July 6, 2012 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 July 6, 2012 Hi I'm a newbie and I need help, I'm requesting for this NPC, please preview my MSPaint Picture Thank you in advance Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted July 7, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted July 7, 2012 That's a lot of work for an NPC that only warps GMs to a location. Quote Link to comment Share on other sites More sharing options...
Neblim Posted July 7, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 50 Reputation: 4 Joined: 12/05/11 Last Seen: August 3, 2023 Share Posted July 7, 2012 Something like this should do the trick I believe. map,x,y,0 script #GMDoor 45,2,2,{ end; OnTouch: if(!getgroupid()) { donpcevent "Bouncer::OnNotCoolKid"; end; } warp "private_map_here",x,y; end; } map,x,y,d script Bouncer 899,{ end; OnNotCoolKid: npctalk "Stop right there! Cool kids only!"; end; } Quote Link to comment Share on other sites More sharing options...
zmref Posted July 10, 2012 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Author Share Posted July 10, 2012 Something like this should do the trick I believe. map,x,y,0 script #GMDoor 45,2,2,{ end; OnTouch: if(!getgroupid()) { donpcevent "Bouncer::OnNotCoolKid"; end; } warp "private_map_here",x,y; end; } map,x,y,d script Bouncer 899,{ end; OnNotCoolKid: npctalk "Stop right there! Cool kids only!"; end; } Something like this should do the trick I believe. map,x,y,0 script #GMDoor 45,2,2,{ end; OnTouch: if(!getgroupid()) { donpcevent "Bouncer::OnNotCoolKid"; end; } warp "private_map_here",x,y; end; } map,x,y,d script Bouncer 899,{ end; OnNotCoolKid: npctalk "Stop right there! Cool kids only!"; end; } Error but thanks for the tip I know what to do now. It ain't a lot of work, I made it only 12 lines Quote Link to comment Share on other sites More sharing options...
Question
zmref
Hi I'm a newbie and I need help, I'm requesting for this NPC, please preview my MSPaint Picture
Thank you in advance
Link to comment
Share on other sites
3 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.