View Single Post
  #1  
Old 05-19-2001, 09:29 AM
FxChiP FxChiP is offline
Registered User
Join Date: Mar 2001
Location: Pittsburgh, PA
Posts: 451
FxChiP is on a distinguished road
Send a message via ICQ to FxChiP Send a message via AIM to FxChiP
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.
__________________


"The administrators of Graal Online will not be responsible for corrupting of young minds. " -User Agreement.. heh-heh-heh

"4. Racial intolerance is not allowed. [NEW!]" -User License Agreement (I love the "[NEW!]" part)

"No more drugs for THAT man!" -TrueHeaT

"... or does
it stand for something like
'[B]hala is the [M]an who decides so lets [X]ross the fingers'?)" -Stefan, in response to a guild dispute over the guild name "BMX"

[img src=http://www.lucitanica.f2s.com/shaun-revolutionsig.gif]
Time to piss Lycia off!
Reply With Quote