Graal Forums  

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

Showing results 351 to 375 of 500
Search took 0.03 seconds; generated 20 minute(s) ago.
Search: Posts Made By: fowlplay4
Forum: Level Design 09-04-2013, 01:42 AM
Replies: 330
Views: 1,574,669
Posted By fowlplay4
You could try turning off UAC. However I...

You could try turning off UAC.

However I just installed using: http://londeroth.org/~fry/gonstruct/gonstruct-setup-0.2.3.exe

To the default directory under Program Files, specified my Graal...
Forum: Level Design 09-04-2013, 12:55 AM
Replies: 330
Views: 1,574,669
Posted By fowlplay4
> Access is denied Right-Click Gonstruct ->...

> Access is denied

Right-Click Gonstruct -> Run as Administrator
Forum: NPC Scripting 09-02-2013, 03:18 AM
Replies: 11
Views: 5,354
Posted By fowlplay4
going off loriel's post... I came up with: ...

going off loriel's post... I came up with:


function onCreated() {
temp.tmax = 10;
temp.rand = function (m) { return int(((1-random(0,1)^0.5)) * m) };

for (temp.i = 0; temp.i < 1000;...
Forum: NPC Scripting 09-01-2013, 02:01 AM
Replies: 2
Views: 3,250
Posted By fowlplay4
Because he doesn't want you requesting out and...

Because he doesn't want you requesting out and being able to pull the real IP of the servers.

Probably wants to stop people from backing up their servers too using that gsync script as well.
Forum: Bug Report 08-31-2013, 03:24 PM
Replies: 6
Views: 11,102
Posted By fowlplay4
pretty sure Stefan dropped 32-bit support. ...

pretty sure Stefan dropped 32-bit support.

Link:
http://forums.graalonline.com/forums/showthread.php?t=134268511
Forum: Future Improvements 08-31-2013, 03:23 PM
Replies: 15
Views: 5,616
Posted By fowlplay4
Don't use the hearts system.

Don't use the hearts system.
Forum: NPC Scripting 08-24-2013, 12:44 AM
Replies: 11
Views: 3,597
Posted By fowlplay4
Are you giving your skills their own weapon...

Are you giving your skills their own weapon script?

If so just store a 'this.description' flag for your other scripts to read from.
Forum: Code Gallery 08-22-2013, 11:12 PM
Replies: 6
Views: 3,259
Posted By fowlplay4
You would be better off determining all the...

You would be better off determining all the blocking areas, caching the blocking data, and then referencing your cache (perhaps in a level var) instead of reloading and parsing the direct level data...
Forum: NPC Scripting 08-21-2013, 12:25 AM
Replies: 5
Views: 3,447
Posted By fowlplay4
Control-NPC: function...

Control-NPC:


function onActionPlayerOnline() {
// other code will likely be in here
player.join("player_functions");
}


class: player_functions
Forum: Birthday Forum 08-19-2013, 05:11 PM
Replies: 12
Views: 2,700
Posted By fowlplay4
no i mean meth, vvats graal

no i mean meth, vvats graal
Forum: Birthday Forum 08-19-2013, 04:28 AM
Replies: 12
Views: 2,700
Posted By fowlplay4
resist the urge of crystal meth

resist the urge of crystal meth
Forum: Code Gallery 08-18-2013, 01:37 PM
Replies: 24
Views: 8,030
Posted By fowlplay4
No but it wouldn't be that difficult to write a...

No but it wouldn't be that difficult to write a function to do so using the class.

Edit: Wrote some functions to do so.


public function deleteSprite(sprite_id) {
if (sprite_id in...
Forum: NPC Scripting 08-13-2013, 11:55 PM
Replies: 5
Views: 3,155
Posted By fowlplay4
RC2 is the IDE.

RC2 is the IDE.
Forum: Graal Main Forum (English) 08-10-2013, 11:04 PM
Replies: 18
Views: 4,369
Posted By fowlplay4
a 2:1 moderator to active poster ratio is an...

a 2:1 moderator to active poster ratio is an important thing.
Forum: NPC Scripting 08-05-2013, 03:33 PM
Replies: 7
Views: 4,020
Posted By fowlplay4
Learn to recurse: function onCreated() { ...

Learn to recurse:


function onCreated() {
echo(count(10));
}

function count(from) {
if (from > 0) {
echo(from);
Forum: Code Gallery 08-04-2013, 02:56 AM
Replies: 0
Views: 2,290
Posted By fowlplay4
Offline Player Manipulation II

Here's a neat function I wrote to help reduce the amount of duplication involved with determining if a player is online and if not load their account, and if they don't exist bail on them. It also...
Forum: Birthday Forum 08-03-2013, 09:09 PM
Replies: 4
Views: 983
Posted By fowlplay4
i thought this was a goodbye thread el oh el

i thought this was a goodbye thread el oh el
Forum: Tech Support 08-02-2013, 06:30 PM
Replies: 17
Views: 3,307
Posted By fowlplay4
that's a terrible idea. if they're going to make...

that's a terrible idea. if they're going to make it easier then they should either allow multiple staff lines and/or a variable method. I.e.

staff=a,b,c,d
staff=e,f,g,h
...
Forum: NPC Scripting 07-31-2013, 05:41 PM
Replies: 18
Views: 5,813
Posted By fowlplay4
onCreated and onPlayerEnters don't always get...

onCreated and onPlayerEnters don't always get called properly.

I believe it's bugged in V6:
http://forums.graalonline.com/forums/showthread.php?t=134268336
Forum: NPC Scripting 07-30-2013, 02:37 AM
Replies: 18
Views: 5,813
Posted By fowlplay4
Generate car images or ganis as needed. My...

Generate car images or ganis as needed.

My GANI manipulation class works pretty well: http://forums.graalonline.com/forums/showthread.php?t=134261809
Forum: NPC Scripting 07-26-2013, 10:42 PM
Replies: 19
Views: 5,968
Posted By fowlplay4
I just do: clientr.(@flag) = ""; On...

I just do:

clientr.(@flag) = "";

On Zodiac we have a list of variables that are specific to characters. So for items we do:


for (temp.item: getstringkeys("clientr.item_")) {
...
Forum: Tech Support 07-23-2013, 02:07 PM
Replies: 13
Views: 2,622
Posted By fowlplay4
You can manually select which updates to install...

You can manually select which updates to install in the Windows Update section. You should be able to system restore to before the updates, so try doing half first and if it breaks do half of that...
Forum: Tech Support 07-22-2013, 05:43 PM
Replies: 13
Views: 2,622
Posted By fowlplay4
There's a checkbox in F3. When RC can't find...

There's a checkbox in F3. When RC can't find those files in the RC2 folder it breaks, so whatever's "broken" is denying access or making them unreadable.
...
Forum: Tech Support 07-22-2013, 01:39 AM
Replies: 13
Views: 2,622
Posted By fowlplay4
Which update was it because I'm having no issues...

Which update was it because I'm having no issues with it at all on Win 8.

Edit: I've applied all available updates and it still works fine. I would delete or rename your RC2 folder and re-extract...
Forum: Feature request 07-21-2013, 04:54 PM
Replies: 9
Views: 25,856
Posted By fowlplay4
x-x

x-x
Showing results 351 to 375 of 500

 
Forum Jump

All times are GMT +2. The time now is 05:24 PM.


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