Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   GK Bugs (https://forums.graalonline.com/forums/forumdisplay.php?f=38)
-   -   Spinning Screen (https://forums.graalonline.com/forums/showthread.php?t=134261344)

xAndrewx 12-18-2010 09:09 PM

Spinning Screen
 
Only happens when near a windmill thingy :o
(My screen flips around, like the windmill has taken over my screen) (new version)

Seeya 12-18-2010 09:26 PM

Same thing was happening with Chris, I think he took a video of it.

xAndrewx 12-18-2010 09:30 PM

HTML Code:

SCRIPT
function onPlayerEnters() {
  onCreated();
}
function onCreated() {
  with(findimg(22)) {
    spin = -5.5;
  }
}
SCRIPTEND

Found inside the windmill.gani

dunno if this is it

Sky 12-18-2010 09:53 PM

Yep, logged on with v6 and it told me I'm using an out of date beta client. So, I downloaded the update and now this same thing is happening to me. :( Back to v5... ewww :'(

cbk1994 12-18-2010 11:20 PM

Quote:

Originally Posted by xAndrewx (Post 1616685)
HTML Code:

SCRIPT
function onPlayerEnters() {
  onCreated();
}
function onCreated() {
  with(findimg(22)) {
    spin = -5.5;
  }
}
SCRIPTEND

Found inside the windmill.gani

dunno if this is it

Probably some other server replaced the GANI? My bug was completely unrelated; not sure if it can even be done in GScript.


DustyPorViva 12-18-2010 11:24 PM

It happened as soon as I entered the overworld on GK. Froze up the client as well.

cbk1994 12-18-2010 11:57 PM

Might be the same bug after all? This is what happens on Mac when I approach a windmill.


WhiteDragon 12-19-2010 12:06 AM

Haven't looked into this at all... but wow, that is odd. It's as if GraalControl is getting spun or something like that. Weird.

fowlplay4 12-19-2010 01:11 AM

Messing with GUIContainer's rotation produces similar results.

xAndrewx 12-19-2010 01:37 AM

Exactly what I thought, so I posted that (the only script I could think of regarding this issue...)

Seeya 12-19-2010 02:08 AM

Happened to me aswell with the new beta update.

fowlplay4 12-19-2010 02:31 AM

1 Attachment(s)
Temp fix: Delete sprite 22 in the gani.

Seeya 12-19-2010 03:21 AM

Honestly I'll just use the old beta until this one gets resolved.

joel34 12-19-2010 10:56 AM

It looks like GK had too much beer.

xAndrewx 12-19-2010 12:03 PM

Stefan found the problem to be in the torch script too, because the gani never Had showcharacter(), which caused it to spin.

Deas_Voice 12-19-2010 07:09 PM

haha, can someone give me the client that made it spin? i want to see it inrealtime x)

fowlplay4 12-19-2010 08:16 PM

Quote:

Originally Posted by Deas_Voice (Post 1616862)
haha, can someone give me the client that made it spin? i want to see it inrealtime x)

PHP Code:

//#CLIENTSIDE
function onCreated() onTimeout();
function 
onTimeout() {
  
GUIContainer.rotation += 0.5;
  
setTimer(0.05);



DustyPorViva 12-19-2010 08:19 PM

I didn't see any spinning. My client simply froze.


All times are GMT +2. The time now is 10:38 PM.

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