Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   A weird bug with a fix. (https://forums.graalonline.com/forums/showthread.php?t=3161)

FxChiP 05-19-2001 09:29 AM

A weird bug with a fix.
 
The horses on G2K1. If you're riding one and holding the slash button, you get stuck on the horse slashing gani, and you basically just slash rapidly.

It's an NPC script problem, and the fix is right here.

NPC Code:

if (timeout) {
if (keydown(5)) {
if (this.holdprot==0) {
this.holdprot=1;
setplayerani ridesword,;
}
}
else {this.holdprot=0;}
timeout=.1;
}



What this does is mimics the original, hardcoded horse. It doesn't allow for holding S to have rapid slashes, but when you're not holding S it turns off the variable and you can slash again.

Aidoggy 05-19-2001 07:15 PM

nice


All times are GMT +2. The time now is 08:14 AM.

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