Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bug Report (https://forums.graalonline.com/forums/forumdisplay.php?f=193)
-   -   Windows v6 beta test (https://forums.graalonline.com/forums/showthread.php?t=134257598)

Admins 11-07-2011 03:35 AM

Ok player.gmap.tilelayers[0] will be fixed on client-side with the next version, will also check the access on npcserver for upper tile layers.

Rufus 11-07-2011 03:42 AM

When you double click on someone on the playerlist, the next single click you make on the playerlist is recognized as a double click and therefore opens up another window.

ffcmike 11-07-2011 11:16 AM

When I open the chatbar, type "rr" and press enter, the entire screen and everything displayed on it rotates around, if I repeat this again it goes even faster.
Please remove this bug from the "game", people will start thinking Graal is supposed to be a toy box.

Admins 11-07-2011 12:25 PM

x-x it's a gimmick, haven't heard of "do a barrel roll" on google?

ffcmike 11-07-2011 12:36 PM

Quote:

Originally Posted by Stefan (Post 1673449)
x-x it's a gimmick, haven't heard of "do a barrel roll" on google?

I was joking ofcourse, but there are more fun ways to implement something like that other than a chat command, which might make better "in game" sense if you know what I mean.

As an example maybe I could make a wizard baddy which shoots some type of magical beam at you, where if successful the wizard says "Do A Barrel Role" while the screen spins, or the text appears after you eat a "magic mushroom" and begin "tripping out" etc.

Crono 11-07-2011 01:58 PM

Quote:

Originally Posted by Stefan (Post 1673449)
x-x it's a gimmick, haven't heard of "do a barrel roll" on google?

lol :]

should make it work when we type "do a barrel roll"

MattKan 11-17-2011 02:47 AM

Quote:

Originally Posted by ffcmike (Post 1673450)
I was joking ofcourse, but there are more fun ways to implement something like that other than a chat command, which might make better "in game" sense if you know what I mean.

As an example maybe I could make a wizard baddy which shoots some type of magical beam at you, where if successful the wizard says "Do A Barrel Role" while the screen spins, or the text appears after you eat a "magic mushroom" and begin "tripping out" etc.

That's silly and complicated. It's actually cool the way it is :P kudos to Stefan

jkldogg 11-17-2011 12:53 PM

Please include the saving of key-mapping in the next update.

fowlplay4 11-17-2011 04:15 PM

Quote:

Originally Posted by jkldogg (Post 1674466)
Please include the saving of key-mapping in the next update.

It saves just fine for me. Try running Graal as Administrator.

jkldogg 11-18-2011 12:30 AM

Quote:

Originally Posted by fowlplay4 (Post 1674470)
It saves just fine for me. Try running Graal as Administrator.

No change, I ran it as Administrator, changed keys, then logged off. Logged back in and the keys kept resetting. (Did it about 5 times.) >_<

Crow 11-18-2011 12:36 AM

Quote:

Originally Posted by jkldogg (Post 1674510)
No change, I ran it as Administrator, changed keys, then logged off. Logged back in and the keys kept resetting. (Did it about 5 times.) >_<

Seems to work fine for everybody else. Must be a problem on your side.

jkldogg 11-18-2011 01:14 AM

Quote:

Originally Posted by Crow (Post 1674513)
Seems to work fine for everybody else. Must be a problem on your side.

Not sure what's causing it then, since my client is the same as everyone else's. :confused:

Admins 11-18-2011 03:24 PM

Do you run Graal from external drive, from network or USB or so?

jkldogg 11-18-2011 11:03 PM

Quote:

Originally Posted by Stefan (Post 1674551)
Do you run Graal from external drive, from network or USB or so?

Graal is just saved on my hard drive on my laptop.

DustyPorViva 11-29-2011 07:16 AM

minextent in external windows doesn't seem to function. You can see it trying to fight your resizing(you can see the window flickering to try to force its size to the minextent) but it doesn't actually do anything.

Also, the externalwindow object you quoted in this post: http://forums.graalonline.com/forums...&postcount=746 doesn't seem to function anymore.

I've tried to edit the external window position, I've tried to echo it... but nothing. A code snipped:
PHP Code:

  new GuiWindowCtrl("dusty_nweditor_frame") {
    
isexternal true;
    
profile GuiBlueWindowProfile;
    
useownprofile true;
    
profile.bitmap "guiblue_window_noback.png";
    
profile.fillcolor profile.fillcolorhl profile.fillcolorna = {240,240,240,255};
    
externalwindow.0;
    
externalwindow.0;
    echo(
"test: " externalwindow.width);


And all I see echoed is:

PHP Code:

Graal has been activated!
test
test
test
test
test

Also, it seems that the "not forgetting focus" that happens when highlighting text is also happening to resizeable controls, like GuiFrameSetCtrl borders. If you try to resize and move the mouse out of the control it gets stuck trying to resize even after you let go of the mouse button. You have to click to reset it.

Also, the function being called when a window is resized(I can't seem to say it because of the stupid Incapsula security) only seems to be called on external windows when you let go of them. This makes resizing/moving internal controls fairly ugly because they just snap into their new position/sizes when you let go.


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

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