Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-22-2001, 01:08 PM
FungusAmungus FungusAmungus is offline
Registered User
Join Date: Sep 2001
Location: USA
Posts: 10
FungusAmungus is on a distinguished road
Unhappy I Really Need Help Please Respond!!!!!!!!!!!

i really need help on an NPC i need a NPC that when a person with my tag on 'Stealth Assassins' walks into him it will warp him to a different level and then i need when someone does not have to right tag it will say go away and then when the 'Stealth Assassins' members say open everyone can get in but the guy will not allow then inafter like a sectain time limit so no more can get in but the people in say in there till they exit i need help on it
Reply With Quote
  #2  
Old 11-22-2001, 01:42 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: I Really Need Help Please Respond!!!!!!!!!!!

Quote:
Originally posted by FungusAmungus
i really need help on an NPC i need a NPC that when a person with my tag on 'Stealth Assassins' walks into him it will warp him to a different level and then i need when someone does not have to right tag it will say go away and then when the 'Stealth Assassins' members say open everyone can get in but the guy will not allow then inafter like a sectain time limit so no more can get in but the people in say in there till they exit i need help on it
I'm only giving you this because I'm bored and fealing generous
if (playertouchsme&&strequals(#g,Stealth Assassins)) {setlevel2 levelhere,xhere,yhere;}
else
{message Go Away;}
if (playerchats&&strequals(#c,Open)&&strequals(#g,Ste alth Assassins)) {hide;dontblock;sleep5;blockagain;}
Reply With Quote
  #3  
Old 11-23-2001, 07:35 AM
fireball_dolphonia fireball_dolphonia is offline
Registered User
Join Date: Sep 2001
Location: Graalistan
Posts: 73
fireball_dolphonia is on a distinguished road
Re: Re: I Really Need Help Please Respond!!!!!!!!!!!

Quote:
Originally posted by Python523

I'm only giving you this because I'm bored and fealing generous
if (playertouchsme&&strequals(#g,Stealth Assassins)) {setlevel2 levelhere,xhere,yhere;}
else
{message Go Away;}
if (playerchats&&strequals(#c,Open)&&strequals(#g,Ste alth Assassins)) {hide;dontblock;sleep5;blockagain;}
better make it hidelocal
__________________

ages.ccs.com/ccsimages/cat_
Reply With Quote
  #4  
Old 11-23-2001, 08:03 PM
mikepg mikepg is offline
Registered User
Join Date: Nov 2001
Location: VA, USA
Posts: 501
mikepg is on a distinguished road
Send a message via AIM to mikepg Send a message via Yahoo to mikepg
no, hide is what is needed, not hidelocal. He said when a player says "Open" its open to everyone, not just the player who said it.
__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

"Sittin by the tree, sippin eggnog, waitin on christmas gifts"
Reply With Quote
  #5  
Old 11-23-2001, 11:02 PM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
this is a p2p server.....steve needs it for providence prolly
Reply With Quote
  #6  
Old 11-24-2001, 01:14 AM
fireball_dolphonia fireball_dolphonia is offline
Registered User
Join Date: Sep 2001
Location: Graalistan
Posts: 73
fireball_dolphonia is on a distinguished road
Quote:
Originally posted by mikepg
no, hide is what is needed, not hidelocal. He said when a player says "Open" its open to everyone, not just the player who said it.
but ya it will open to all players even non guilds!
__________________

ages.ccs.com/ccsimages/cat_
Reply With Quote
  #7  
Old 11-24-2001, 04:14 AM
mikepg mikepg is offline
Registered User
Join Date: Nov 2001
Location: VA, USA
Posts: 501
mikepg is on a distinguished road
Send a message via AIM to mikepg Send a message via Yahoo to mikepg
erm...

im pretty sure hidelocal only hides it for the current player....He wants ALL people, including nonguild members to be able to enter, therefor, he needs hide as opposed to hide local. If he only wanted guild members to enter when someone said open, it wouldnt make since, because guild members can already enter.

NPC Code:

// Recommend you put a sign by the door that instructs the player
// To say open followed by seconds in time
tokenize #c;
if (strequals(#t(0),open)&&strequals(#g,<your guild>)) {
hide; dontblock; sleep #t(1); show; blockagain;
}


__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

"Sittin by the tree, sippin eggnog, waitin on christmas gifts"
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:15 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.