zmref Posted July 6, 2012 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
Arcenciel Posted July 7, 2012 Posted July 7, 2012 That's a lot of work for an NPC that only warps GMs to a location. Quote
Neblim Posted July 7, 2012 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
zmref Posted July 10, 2012 Author 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
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
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.