Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   How do i get of the red and white line? (https://forums.graalonline.com/forums/showthread.php?t=134258646)

Entrok 04-05-2010 12:10 AM

How do i get of the red and white line?
 
As the title say :p, im working with GuiBlueProfiles and got my own images for it, but the thing is i got a red and white line that wont leave,

could anyone tell me how to do that, have tryed some things, but nothing has worked so far to remove it... :noob:

Heres a image of what i mean:

http://img126.imageshack.us/img126/3816/helpl.gif

the thing im talking about is marked...

fowlplay4 04-05-2010 01:34 AM

I think that's caused by the border, you can remove it by setting the following properties:

PHP Code:

profile GuiBlueWhateverProfile;
useownprofile true;
profile.border 0

You can find all the different profile variables here:

http://wiki.graal.net/index.php/Crea...ControlProfile

Entrok 04-05-2010 10:55 AM

Quote:

Originally Posted by fowlplay4 (Post 1567109)
I think that's caused by the border, you can remove it by setting the following properties:

PHP Code:

profile GuiBlueWhateverProfile;
useownprofile true;
profile.border 0

You can find all the different profile variables here:

http://wiki.graal.net/index.php/Crea...ControlProfile

Diden't help, will check wiki and see if i find anything

fowlplay4 04-05-2010 05:47 PM

Can you post a bigger image, the code you're using and possibly any custom images that you're using?

Programmer 04-08-2010 06:57 PM

Quote:

Originally Posted by Entrok (Post 1567185)
Diden't help, will check wiki and see if i find anything

Remember that custom profile images need to define their transparent color at the top left hand corner. I suspect that you didn't do this properly and Graal is mistaking your red outline as part of the image itself. Try placing a red pixel at the (0, 0) position in your image and see if it works.


All times are GMT +2. The time now is 04:02 AM.

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