Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-21-2001, 02:01 PM
MoonAngel MoonAngel is offline
Banned
MoonAngel's Avatar
Join Date: Mar 2001
Location: QUÉBEC!
Posts: 1,443
MoonAngel is on a distinguished road
Send a message via ICQ to MoonAngel Send a message via AIM to MoonAngel
Horses

ok, i get on a horse, then this newbie pker starts attacking me, when i try to retaliate he hits me and my hearts go down from 5 to 2 in one hit. that bug is caused because the sword attack on the horse is repeated while holding S =\ so i got pked by an idiot using water as his best friend. Sad, but true So anyways, fix that so that i never get caught by this bug again! thx!
Reply With Quote
  #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
  #3  
Old 06-24-2001, 03:26 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
I always use this for my keydowns, don't ask why.
NPC Code:
if (created) {
setarray this.keydown,10;
setarray this.oldkeydown,10;
}
if (playerenters||timeout) {
for (this.k=0;this.k<10;this.k++) this.oldkeydown[this.k]=this.keydown[this.k];
for (this.k=0;this.k<10;this.k++) this.keydown[this.k]=(keydown(this.k));
timeout=0.05;
}

__________________

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:21 AM.


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