Graal Forums  

Go Back   Graal Forums > Search Forums
FAQ Members List Calendar Today's Posts

Showing results 1 to 25 of 383
Search took 0.01 seconds.
Search: Posts Made By: projectigi
Forum: NPC Scripting 07-02-2008, 11:22 PM
Replies: 27
Views: 3,243
Posted By projectigi
uh cant you just seteffect() the screen and show...

uh cant you just seteffect() the screen and show a layer 3 "light"? O_o
Forum: PlayerWorlds Main Forum 06-30-2008, 10:23 PM
Replies: 4
Views: 821
Posted By projectigi
Lack of Organization?

Hi,

I was wondering about Graal Servers for quite a while.

I have some questions that you could/should answer:

Do you have a "design document" on the server you work on?
Do you have...
Forum: PlayerWorlds Main Forum 06-30-2008, 10:21 PM
Replies: 5
Views: 854
Posted By projectigi
whats with kriegzone?

whats with kriegzone?
Forum: Tech Support 06-30-2008, 05:41 PM
Replies: 8
Views: 3,052
Posted By projectigi
hehe, that would be very weird :p Well Windows...

hehe, that would be very weird :p
Well Windows 2000 Compatibility Mode fixed it :/
Forum: Tech Support 06-30-2008, 03:21 PM
Replies: 8
Views: 3,052
Posted By projectigi
yep

yep
Forum: Tech Support 06-30-2008, 12:00 PM
Replies: 8
Views: 3,052
Posted By projectigi
so any ideas?

so any ideas?
Forum: Code Gallery 06-29-2008, 09:05 PM
Replies: 3
Views: 1,599
Posted By projectigi
uh what about the last function? echo? ...

uh what about the last function?
echo?
commented out delete file? o.o
Forum: Tech Support 06-29-2008, 08:11 PM
Replies: 8
Views: 3,052
Posted By projectigi
oh, fixed that XD doesnt help me with my...

oh, fixed that XD
doesnt help me with my problem though :p
Forum: Playerworld Staff Openings 06-29-2008, 07:55 PM
Replies: 89
Views: 10,055
Posted By projectigi
http://forums.graalonline.com/forums/showthread.ph...

http://forums.graalonline.com/forums/showthread.php?t=80289
nope :p
Forum: Playerworld Staff Openings 06-29-2008, 06:55 PM
Replies: 89
Views: 10,055
Posted By projectigi
can't install graal q.q

can't install graal q.q
Forum: Tech Support 06-29-2008, 09:06 AM
Replies: 8
Views: 3,052
Posted By projectigi
Can't install graal

Hi,

I've downloaded the Graal setup, when I start it:

---------------------------
Application Error
---------------------------
Exception EExternalException in module kernel32.dll at...
Forum: Future Improvements 06-14-2008, 09:40 PM
Replies: 8
Views: 1,120
Posted By projectigi
ehr <font size=12> would be 12 pt right? ...

ehr
<font size=12> would be 12 pt right?

so gettextwidth uses zoom size, not pt size
Forum: Future Improvements 06-14-2008, 03:28 PM
Replies: 8
Views: 1,120
Posted By projectigi
GetGuiTextWidth/Height, GetGuiInnerWidth/Height, Maxsize

Hi,

something like

GetGuiTextWidth( size, font, style, text );
GetGuiTextHeight( size, font, style, text );

size = size in pt, like 12pt, 13pt etc -> 12, 13, etc
font = font as in "Arial"...
Forum: Future Improvements 06-13-2008, 09:20 PM
Replies: 9
Views: 1,075
Posted By projectigi
well, nope its like update script ...

well, nope

its like

update script
onCreated()

but i want

onUpdate()
Forum: Future Improvements 06-13-2008, 08:00 PM
Replies: 9
Views: 1,075
Posted By projectigi
More like the script itself + other Scripts :p

More like the script itself + other Scripts :p
Forum: NPC Scripting 06-13-2008, 07:55 PM
Replies: 2
Views: 1,116
Posted By projectigi
I still have a problem I want a Background...

I still have a problem

I want a Background and Border with a text in it(preferably a GuiMLTextCtrl) + the Border/Background/GuiMLTextCtrl-Size should get bigger if theres more text in it, but...
Forum: NPC Scripting 06-12-2008, 08:05 PM
Replies: 6
Views: 1,369
Posted By projectigi
well, yeah but it doesnt auto-recognize the...

well, yeah but it doesnt auto-recognize the font-size etc
so if someone uses tags to change the font size it will

a) read the tags as text, thus having a longer text than needed
b) not recognize...
Forum: NPC Scripting 06-12-2008, 07:58 PM
Replies: 3
Views: 1,222
Posted By projectigi
thats basically what I did well i'm using a...

thats basically what I did
well i'm using a guiscrollctrl for now...
Forum: NPC Scripting 06-12-2008, 06:28 PM
Replies: 6
Views: 1,369
Posted By projectigi
getTextWidth uses the Tags too ^^ prob is too...

getTextWidth uses the Tags too ^^ prob is too that when you change font size etc with tags, getTextWidth doesnt recognize that

i had a system that worked fine, but polys/imgs cant be over...
Forum: NPC Scripting 06-12-2008, 05:48 PM
Replies: 6
Views: 1,369
Posted By projectigi
actually its styled? o.o if you mean commenting...

actually its styled? o.o
if you mean commenting then

having a guiscrollctrl with a text inside
the guiscrollctrl should be wide enough to show all of the text but maximum 200 px, if the text is...
Forum: NPC Scripting 06-12-2008, 05:42 PM
Replies: 6
Views: 1,369
Posted By projectigi
Access Violations at setting width/height? x.x

Hi,


if( GUI_tooltipCtrl.objectType() != "asdf" ) GUI_tooltipCtrl.destroy();
GUI_tooltipCtrl.destroy();
new GuiScrollCtrl( "GUI_tooltipCtrl" );
GUI_tooltipCtrl.x = 500;
...
Forum: NPC Scripting 06-12-2008, 05:14 PM
Replies: 9
Views: 1,272
Posted By projectigi
easy, fast and short matching/validation of user...

easy, fast and short matching/validation of user input.
Forum: NPC Scripting 06-12-2008, 09:22 AM
Replies: 2
Views: 1,116
Posted By projectigi
Sizing and dynamic Sizing

Hi,

if i have a problem

I want a g uicontrol dynamically sized
means more text in it = more width
more lines = more height
but maximum 200 px width
theres a minsize, but i cant find...
Forum: NPC Scripting 06-12-2008, 08:49 AM
Replies: 3
Views: 1,222
Posted By projectigi
Gui Control for a background?

Hi,

I just want a filled background with a border, but GuiControl seems to not provide a filled background, only the border

so how can i fill GuiControl or how what Control should i use?
I...
Forum: NPC Scripting 06-11-2008, 09:49 PM
Replies: 9
Views: 1,272
Posted By projectigi
Regular Expressions

Hi,

is there a way to use Regular Expressions with GS2?
Or has someone built a parser in GS2 for them?
Showing results 1 to 25 of 383

 
Forum Jump

All times are GMT +2. The time now is 01:57 AM.


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