Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   I wonder... (https://forums.graalonline.com/forums/showthread.php?t=1051)

FxChiP 04-06-2001 07:02 AM

How this script would work on a server:

NPC Code:

if (playertouchsme) {
if (!hasweapon(Test npk)) {
toweapons Test npk;
hide;
}
else {hide;}
}

if (weaponfired) {
noplayerkilling;
}



I'm interested in knowing if that would affect just the immediate level, or the whole session of that player, and how much that PKing would be limited after use of that weapon, etc etc...

WeirdmanI9 04-06-2001 10:06 AM

It would work if, when you fire the weapon, it puts an NPC on the board with a script of
noplayerkilling;

Tyhm 04-06-2001 12:15 PM

Such an NPC exists. I forget what I called it though.

Psyker 04-06-2001 03:25 PM

Peacemaker? I dunno. I heard it was on Damasca, though.


All times are GMT +2. The time now is 06:11 PM.

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