Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Changing Gui Profile? (https://forums.graalonline.com/forums/showthread.php?t=74074)

JkWhoSaysNi 05-20-2007 12:14 AM

Changing Gui Profile?
 
Why won't this work?
I edited the GuiBlueWindowProfile image a bit and wanted to see how it looked in game but i cant seem to replace it. The parts controled by the edited image are just transparent.

The image is attached and the code i'm using is:

PHP Code:

with(GuiBlueWindowProfile) {
bitmap "dn_bluewindow.png";


What am I doing wrong?

The F2 window reports that dn_bluewindow.png has been downloaded so I'm not sure what's wrong.

I set the png to 8bit indexed colour to see if it made any difference, still doesn't display.

Any ideas?

Thanks.

Chompy 05-20-2007 12:18 AM

PHP Code:

with (GuiWindowProfile)
  
bitmap "dn_bluewindow.png"


godofwarares 05-20-2007 12:19 AM

Quote:

Originally Posted by JkWhoSaysNi (Post 1309657)
Why won't this work?
I edited the GuiBlueWindowProfile image a bit and wanted to see how it looked in game but i cant seem to replace it. The parts controled by the edited image are just transparent.

The image is attached and the code i'm using is:

PHP Code:

with(GuiBlueWindowProfile) {
bitmap "dn_bluewindow.png";


What am I doing wrong?

The F2 window reports that dn_bluewindow.png has been downloaded so I'm not sure what's wrong.

I set the png to 8bit indexed colour to see if it made any difference, still doesn't display.

Any ideas?

Thanks.

In the GUI itself, put profile.bitmap = "dn_bluewindow.png";. Make sure useOwnProfile is true.


All times are GMT +2. The time now is 12:04 PM.

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