Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Tags (https://forums.graalonline.com/forums/showthread.php?t=19066)

James 12-17-2001 02:26 AM

Tags
 
I just thought of a weird idea. Maybe there should be a scripting command for p2p playerworlds to see if someone is in the guild. So instead of actually wearing your tag to do somethings like staff tags etc that you need to wear to activate some commands. Just an idea.

Falcor 12-17-2001 08:47 AM

You mean like check the database? Might be useful.

Kasuagi 12-17-2001 08:47 AM

umm, i'm pretty sure that can be done with npc scripting man

mabye if your tag is like (Police) (Events Team) (FAQ) and so on, you can't use your sword to pk and can't be pked? i don't know though

James 12-17-2001 09:13 AM

Quote:

Originally posted by Falcor
You mean like check the database? Might be useful.
Yeah, without wearing the actual tag.

kp_p2p 12-18-2001 07:48 PM

if(playerenters||timeout){
timeout=.05;
if(strequals(#g(0),Police)&&strequals(#m(0),sword) ){
setplayerprop #m,idle;
}
}

James 12-21-2001 08:04 AM

Argh, looks like no one understands what I'm talking about, that script would only work with your tag on. *sigh*

Xaviar 12-21-2001 08:08 AM

Quote:

Originally posted by James
Argh, looks like no one understands what I'm talking about, that script would only work with your tag on. *sigh*
Just set a flag when they join, then look for the flag instead of the tag

James 12-21-2001 08:10 AM

Quote:

Originally posted by Xaviar

Just set a flag when they join, then look for the flag instead of the tag

Flags stink :(

I want an actual command.

gozen 12-23-2001 10:24 AM

even if you used flags
you'd either need an npc or a rc to add that falg
and if you used a npc then it'd need to be updated everytime a new guild was added!


All times are GMT +2. The time now is 07:17 AM.

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