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 03-26-2002, 10:54 AM
Spectre1337 Spectre1337 is offline
Banned
Spectre1337's Avatar
Join Date: Nov 2001
Location: United States
Posts: 790
Spectre1337 is on a distinguished road
Send a message via AIM to Spectre1337 Send a message via Yahoo to Spectre1337
Adding guildtags

I always try to do this and I cant!

Why doesnt this work!
NPC Code:

if (playertouchsme){
setplayerprop #g,Poop;
}


And why doesnt this work either?
NPC Code:

if (playertouchsme){
setplayerprop #n,New Name;
}

Reply With Quote
  #2  
Old 03-26-2002, 10:58 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
dont work clientside

only serverside


:P
__________________
[signature]insert here[/signature]
Reply With Quote
  #3  
Old 03-26-2002, 11:02 AM
Spectre1337 Spectre1337 is offline
Banned
Spectre1337's Avatar
Join Date: Nov 2001
Location: United States
Posts: 790
Spectre1337 is on a distinguished road
Send a message via AIM to Spectre1337 Send a message via Yahoo to Spectre1337
Quote:
Originally posted by screen_name
dont work clientside

only serverside


:P
Can you add English to Newbish and try to make it easier for me to understand, rofl
Reply With Quote
  #4  
Old 03-26-2002, 11:05 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
wont work offline

only online (if it is p2p)
__________________
[signature]insert here[/signature]
Reply With Quote
  #5  
Old 03-26-2002, 11:07 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
Re: Adding guildtags

Quote:
Originally posted by Spectre1337
I always try to do this and I cant!

Why doesnt this work!
NPC Code:

if (playertouchsme){
setplayerprop #g,Poop;
}


And why doesnt this work either?
NPC Code:

if (playertouchsme){
setplayerprop #n,New Name;
}

if (playertouchsme) setplayerprop #c,setnick #n (Tag);
if (playertouchsme) setplayerprop #c,setnick NAME;
Reply With Quote
  #6  
Old 03-26-2002, 11:17 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
doesn't work offline either
__________________
[signature]insert here[/signature]
Reply With Quote
  #7  
Old 03-26-2002, 12:07 PM
Faheria_GP4 Faheria_GP4 is offline
Registered User
Join Date: Feb 2002
Location: USA -North Carolina-
Posts: 431
Faheria_GP4 is on a distinguished road
Send a message via AIM to Faheria_GP4
nope. every guild tag ive used has been p2p only. is there a non p2p?
__________________

Graal Occupation
AIM:DarkVillin2k1
Reply With Quote
  #8  
Old 03-26-2002, 09:32 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
i think they work on classic, thats the only one i've ever seen
__________________
[signature]insert here[/signature]
Reply With Quote
  #9  
Old 03-27-2002, 02:49 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Hey, also that won't add an actual guild tag, all that will do it temporarly set their guild...
If you want to make it so they can use that tag whenever tey like use this:
NPC Code:

addguildmamger guild,account,nickname;
removeguildmember guild,account;




Then anything in the serverside section of the script (the part being parsed by npc server, not the client, or better known as "Before where you put the //#CLIENTSIDE thingy", just have this line:
setplayerprop #g,guildname;
you cannot do this:
setplayerprop #n,nickname (guildname);
unless the player is in the guild, and even then i am not sure.
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
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:48 PM.


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