Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Guild making script thingie (https://forums.graalonline.com/forums/showthread.php?t=21946)

Mosquito 01-24-2002 11:05 PM

Guild making script thingie
 
Isent it possible to make something like
if a staff member says

Mosquito name Ferret (Cool Dude)

and the player whit account name Mosquito get the name
Ferret (Cool Dude) and when he takes it of he cant take it back
like a 1 time guild tag for fun just :)

like using "setplayerprop n Ferret (Cool Dude)" or what its called

(iam really NOT good at scripting)

lordhelmut 01-24-2002 11:13 PM

im pretty sure on p2p servers you can change players nicknames to something like (Blue Team) and that only stays as long as they are on

TDK_RC6 01-25-2002 01:23 AM

all you would have to do is and them to the guild name, then change there chat text to nickname (guild)

TDO2000 01-25-2002 01:25 AM

Quote:

Originally posted by TDK_RC6
all you would have to do is and them to the guild name, then change there chat text to nickname (guild)
and after this removing the guy from the guild...
else he could use the tag everytime he wants to use it

Saga2001 01-25-2002 01:36 AM

Yes on P2P thats simple:
NPC Code:

addguildmember account,nickname,guild;
removeguildmember account,guild;


i think thats the right syntax, i'll have to check, i'll check later...
but its only p2p, its managed with npcserver.

also, there is some thing you can do to make it add forever, i'll look when i get home, i hqave it somewhere... :-P

LiquidIce00 01-25-2002 03:14 AM

setplayerprop #g,BlaBla;
on p2p ..

TDK_RC6 01-25-2002 04:27 AM

awesome, i didnt know you could set the guild that way

thats makes it a lot easier



SYNTAX:

addguildmember guild,accountname,nickname;
removeguildmember guild,accountname;
removeguild guild;


All times are GMT +2. The time now is 05:28 PM.

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