Thread: Horses
View Single Post
  #2  
Old 06-24-2001, 03:11 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
It's also caused partly in light of the fact that the horse doesn't get blown away by the hit, and the hurt gani doesn't even show.

As for the holding S/rapid sword slash bug, I have already fixed that, but it's never been implemented... the script to fix it is here:

NPC Code:

if (timeout) {
if (keydown(5) && this.FxASlashed==0) {
this.FxASlashed=1;
}

if (!keydown(5)) {
this.FxASlashed=0;
}
}



If Stefan just puts that in the horse script (or something)... it shouldn't rapidly slash.
__________________


"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