Graal Forums

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

Amagius 12-22-2001 04:46 AM

Guild Castle
 
Do any of you know the Guild Castle Bridge Script? Or can someone atleast tell me how to start out becuz I have looked through the scripot syntax and couldn't find it....

Kumada 12-22-2001 05:02 AM

if (playerchats&&strequals(#c,lower bridge)){
if (strequals(#g,Kingdom)){


there

joseyisleet 12-22-2001 05:26 AM

or:
if (playerenters&&strequals(#g,<yourguildhere>)){
dontblock;
}else{
blockagain;
}

zell12 12-22-2001 10:47 AM

if (strequals(#g,Guildstrequals(#c,open))) {
npcx=-5;
}
you can use npcy=-5; too... depends how far you want it to go and what direction...

if (strequals(#g,Guild&&strequals(#c,close))) {
npcx=+5;
}

Kumada 12-22-2001 01:06 PM

Quote:

Originally posted by zell12
if (strequals(#g,Guildstrequals(#c,open))) {
npcx=-5;
}
you can use npcy=-5; too... depends how far you want it to go and what direction...

if (strequals(#g,Guild&&strequals(#c,close))) {
npcx=+5;
}

erm ..
+=
-=

aesquivel 12-22-2001 01:47 PM

ya thats better

Amagius 12-22-2001 10:39 PM

Thanks Alot, Joeyisleet and Kumada! And Zell too!


All times are GMT +2. The time now is 04:53 AM.

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