Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bug Report (https://forums.graalonline.com/forums/forumdisplay.php?f=193)
-   -   GuiShowImgCtrl / GuiWindowCtrl (https://forums.graalonline.com/forums/showthread.php?t=86621)

fowlplay4 06-29-2009 10:25 PM

GuiShowImgCtrl / GuiWindowCtrl
 
3 Attachment(s)
Alright a couple issues:

playerlook boolean doesn't work.

My workaround..

PHP Code:

new GuiShowImgCtrl("Example_Avatar") {
  
2;
  
2;
  
ani "idle";
  
actor.head player.head;
  
actor.body player.body;
  
actor.shield player.shield;
  for (
temp.0temp.5temp.i++) {
    
actor.colors[i] = player.colors[i];
  }


Success!

But then my next issue arises when i apply alpha to the GuiWindowCtrl.

I'd assume it is related to the body image glitch so maybe it's fixed in the new client.

DustyPorViva 06-29-2009 10:41 PM

The body glitch has been around for the longest time. I hope it finally gets fixed once and for all.

xXziroXx 06-30-2009 09:14 AM

You can always work around it by making the actual GUI image see-through.

fowlplay4 06-30-2009 09:30 AM

Quote:

Originally Posted by xXziroXx (Post 1502965)
You can always work around it by making the actual GUI image see-through.

I'll probably end up doing this but I wish we didn't have to use so many workarounds :(


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

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