Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > Code Gallery
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 03-24-2009, 06:16 PM
Vima Vima is offline
Registered User
Join Date: Dec 2005
Posts: 542
Vima is an unknown quantity at this point
Quote:
Originally Posted by xXziroXx View Post
I haven't encountered it in Windows nor Linux, so if anything, it's Mac.
Now when I think on it, this might have happend to me too.
But it was on my Mac.
I thought it was my computer who was being wierd ;X
__________________
*aka SwedishKing*
Reply With Quote
  #17  
Old 03-24-2009, 09:41 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by xXziroXx View Post
I haven't encountered it in Windows nor Linux, so if anything, it's Mac.
It was happening on Windows, in Hachi's woodcutting system.

It also happened in various gun systems (for example) that I've made.

I've already eliminated all other elements (making a script that just has a timeout and a check, verifying that the timeout works, and at first it works fine, and later it doesn't. Script I used was something like

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
onTimeOut();
}
function 
onTimeOut() {
  
player.chat keydown2(getkeycode("s"), falseSPC timevar2);
  
setTimer(0.05);

__________________
Reply With Quote
  #18  
Old 03-24-2009, 09:44 PM
fragman85 fragman85 is offline
Banned
Join Date: Mar 2009
Location: Switzerland
Posts: 261
fragman85 is on a distinguished road
That's why my onwallcheck kept stopping...!¨

But it always stopped after like only 5 sec :o
Reply With Quote
  #19  
Old 03-24-2009, 09:55 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by fragman85 View Post
That's why my onwallcheck kept stopping...!¨

But it always stopped after like only 5 sec :o
Probably something different, keydown2 would normally last a long time before breaking.
__________________
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 11:09 AM.


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