Graal Forums

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

JinZero 05-02-2001 05:15 AM

I want to make a horse whistle npc that only drops one horse, and how do i set the speed of the horse?

And How do i make something that only lets a certain guild in, its something like if (strequals(#g,guildname))
If u know how, please reply!

Tyhm 05-02-2001 07:10 AM

if(weaponfired){
puthorse ridegold.gif,x,y;
destroy;
}

You can't, horses[index].bushes is read-only

if(playertouchsme){
if(strequals(#g,LAT)) hidelocal;
else say2 You can't go in!;
}

JinZero 05-02-2001 07:26 AM

Thank You, i had the horse whistle script though. Thanks Anyways :)


All times are GMT +2. The time now is 07:50 PM.

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