Graal Forums  

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

Showing results 1 to 25 of 260
Search took 0.01 seconds.
Search: Posts Made By: Riot
Forum: Bug Report 10-05-2010, 09:08 PM
Replies: 1,680
Views: 750,313
Posted By Riot
The statement should be revised, it does not...

The statement should be revised, it does not 'ghost' on Vista or 7 when Aero is enabled. By turning Aero off it will still happen, as Window contents are no longer buffered.
Forum: NPC Scripting 08-18-2010, 12:48 AM
Replies: 32
Views: 6,007
Posted By Riot
I'm not saying it doesn't make sense, just that...

I'm not saying it doesn't make sense, just that returning -1 (a perfectly valid value) on error makes less sense.
Forum: NPC Scripting 08-17-2010, 10:09 PM
Replies: 32
Views: 6,007
Posted By Riot
In my opinion, the fact that float returns -1 on...

In my opinion, the fact that float returns -1 on error makes less sense then "123str" returning 123.
Forum: Tech Support 07-14-2010, 08:54 AM
Replies: 4
Views: 2,138
Posted By Riot
I noticed right before your Win32 error you got a...

I noticed right before your Win32 error you got a UAC prompt. Try turning off Desktop Dimming for UAC. The desktop dimming can cause issues with some programs (especially older games). To turn off...
Forum: NPC Scripting 06-20-2010, 03:57 PM
Replies: 8
Views: 2,487
Posted By Riot
Note that this probably doesn't work like you...

Note that this probably doesn't work like you want.

Your code currently reads like:
if (i < 50) {
lay2 bombs,x,y+2;
}
lay2 bombs,x,y;

The second statement, lay2 bombs,x,y;, will always...
Forum: Bug Report 06-13-2010, 05:08 AM
Replies: 6
Views: 5,478
Posted By Riot
You can't use /openaccess on yourself after...

You can't use /openaccess on yourself after logging on RC? I've always had that give me the proper PCID assuming I'm not on player at the time. Granted I can't use PCID locks for an entirely...
Forum: Delteria News 05-25-2010, 09:17 PM
Replies: 173
Views: 46,919
Posted By Riot
Now that we have access to the server again,...

Now that we have access to the server again, we're going through everything and making a to-do list.

So I guess we'll get back to this question.
Forum: NPC Scripting 05-05-2010, 04:41 AM
Replies: 10
Views: 1,916
Posted By Riot
Well, you could call emitter.emit() to force an...

Well, you could call emitter.emit() to force an emission right away to see if that helps. You can also set the min/max delay to a really high number and just forcefully call it at the speed you want....
Forum: NPC Scripting 05-04-2010, 11:32 AM
Replies: 10
Views: 1,916
Posted By Riot
Wouldn't it be possible to accomplish this with...

Wouldn't it be possible to accomplish this with the particle system and the 'continueafterdestroy' boolean?
Forum: PlayerWorlds Main Forum 05-02-2010, 07:35 PM
Replies: 15
Views: 2,591
Posted By Riot
Apparently doesn't read e-mails or messages from...

Apparently doesn't read e-mails or messages from PWAs either.
Forum: Graal Main Forum (English) 04-27-2010, 12:21 AM
Replies: 23
Views: 2,889
Posted By Riot
More like ...

More like
http://riot.delteria.com/pics/vol_control.jpg
Forum: Your opinion 04-26-2010, 06:33 PM
Replies: 49
Views: 20,233
Posted By Riot
The support center link should probably be...

The support center link should probably be removed from this.
Forum: Future Improvements 04-26-2010, 05:25 PM
Replies: 71
Views: 6,602
Posted By Riot
The 30 second wait is definitely still there for...

The 30 second wait is definitely still there for me.
Forum: Graal Main Forum (English) 04-25-2010, 11:11 PM
Replies: 23
Views: 2,889
Posted By Riot
I have mixed. On my desktop computer, Graal has...

I have mixed. On my desktop computer, Graal has always ran fine (even when I used Vista as a primary OS), while on my laptop in Vista/7 it has pretty bad performance (but works fine under Ubuntu).
Forum: Code Gallery 03-28-2010, 04:41 AM
Replies: 24
Poll: Staff Bundle
Views: 8,264
Posted By Riot
You should really give proper attribution,...

You should really give proper attribution, instead of saying "Scripted by someone...you can find it in the Code Gallery"

And for the record, the mail script is:...
Forum: Delteria News 02-23-2010, 11:28 PM
Replies: 173
Views: 46,919
Posted By Riot
We had a some strong scripters for a little bit....

We had a some strong scripters for a little bit. But for a few months now the only people who have occasionally done anything (that I know about) has been Cloven and myself, and I haven't exactly had...
Forum: Bug Report 01-09-2010, 01:53 AM
Replies: 1,680
Views: 750,313
Posted By Riot
I assume Tig is using Windows XP. In Windows...

I assume Tig is using Windows XP. In Windows Vista the window manager was changed and now caches the image a program displayed to prevent that exact issue from happening due to lock ups.
Forum: NPC Scripting 12-23-2009, 09:52 PM
Replies: 11
Views: 2,111
Posted By Riot
If its anything like cpu load on Linux that does...

If its anything like cpu load on Linux that does not mean its inaccurate.
Forum: NPC Scripting 12-08-2009, 05:23 PM
Replies: 21
Views: 4,874
Posted By Riot
Important thing to note: Do not have a space...

Important thing to note: Do not have a space before the parenthesis.

setani ("mp7-fire",""); will invoke the GS1 form and attempt to set your ani to ("mp7-fire".gani

Remove the space so it...
Forum: Tech Support 12-07-2009, 03:29 AM
Replies: 55
Views: 5,748
Posted By Riot
Yep, index is now on the list of broken pages. ...

Yep, index is now on the list of broken pages.

MySQL Error : Can't create/write to file '/var/tmp/#sql_8e7_0.MYI' (Errcode: 30)
Forum: Tech Support 12-05-2009, 04:19 AM
Replies: 26
Views: 2,814
Posted By Riot
I'm pretty sure you can just rename...

I'm pretty sure you can just rename GraalSetup.exe to Graal.exe and run it without "installing" it.
Forum: Tech Support 12-04-2009, 05:06 AM
Replies: 26
Views: 2,814
Posted By Riot
You get Windows 7?

You get Windows 7?
Forum: Code Gallery 12-03-2009, 12:25 AM
Replies: 18
Views: 3,255
Posted By Riot
As a note, you can use the...

As a note, you can use the "removeescapesfromfilename" function to removing the escaping used in filenames (rather than the charMap you have).

removeescapesfromfilename(str) - returns string
...
Forum: Code Gallery 11-29-2009, 08:50 PM
Replies: 16
Views: 9,694
Posted By Riot
Nice, reminds me of around 4 years ago when...

Nice, reminds me of around 4 years ago when Stefan said "online debugging was planned" but then I never heard anything else from it.
Forum: NPC Scripting 11-23-2009, 09:46 PM
Replies: 10
Views: 1,384
Posted By Riot
If you use 1 timevar tick is equal to 1 hour, an...

If you use 1 timevar tick is equal to 1 hour, an in-game day will take 2 minutes.

It would probably be better to use timevar as minutes:
(replace [p] with a percent sign....)

//#CLIENTSIDE...
Showing results 1 to 25 of 260

 
Forum Jump

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


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