Graal Forums  

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

Showing results 1 to 25 of 445
Search took 0.20 seconds.
Search: Posts Made By: Xaviar
Forum: Tech Support 07-17-2002, 04:36 AM
Replies: 8
Views: 964
Posted By Xaviar
Also, it still let us reconnect, without the...

Also, it still let us reconnect, without the staff= line, which is kind of odd I thought. But then I thought it might just be because we weren't loading the serveroptions when we connected (Actually,...
Forum: Tech Support 07-17-2002, 03:56 AM
Replies: 8
Views: 964
Posted By Xaviar
Very not cool RC bug...

So I was on RC talking, and all of the suddon I get disconnected, and it says "The server recieved illegal data from your connection" or whatever that error is. So I log back onto RC, and above the...
Forum: PlayerWorlds Main Forum 04-14-2002, 08:21 AM
Replies: 105
Views: 6,777
Posted By Xaviar
A little late for a reply, I suppose, but that...

A little late for a reply, I suppose, but that seems to be turning into a habit for me, replying late to things..

Helmut..You are such a stupid ass...What right do you think you could possibly...
Forum: PlayerWorlds Main Forum 04-04-2002, 10:45 AM
Replies: 32
Views: 2,881
Posted By Xaviar
Lightbulb Test Server (Counter to the 'UC' concept)

Picture this:

A brilliant new playerworld is accepted as P2P..They go up, but..GASP! Their scripts don't work because they had no opportunity to test them in an NPC Server setting, people come,...
Forum: PlayerWorlds Main Forum 04-04-2002, 10:35 AM
Replies: 24
Views: 2,737
Posted By Xaviar
Or, add a fun thing to your system that keeps...

Or, add a fun thing to your system that keeps people from PKing newbs with no weapons...A sort of 'newb invulnerability', if you will...Except make sure that newbs can't hurt other people either,...
Forum: PlayerWorlds Main Forum 03-20-2002, 03:02 AM
Replies: 52
Views: 3,129
Posted By Xaviar
Nope, it's kind of evolved from there...Toy...

Nope, it's kind of evolved from there...Toy Soldiers is still in there, but redone as 'Soldier', and there'll be a couple other minigames too...But other than that, it's pretty much all top...
Forum: PlayerWorlds Main Forum 03-18-2002, 08:35 AM
Replies: 52
Views: 3,129
Posted By Xaviar
Alright, screw quoteing.... No, I haven't...

Alright, screw quoteing....

No, I haven't quit, I'm just grounded for a while...

I'm also wondering what's gonna happen to me when I do get back...I'm kind of afraid of being overwhelmed....Of...
Forum: NPC Scripting 01-11-2002, 07:52 AM
Replies: 8
Views: 1,530
Posted By Xaviar
Of course, that only works on P2P...I am working...

Of course, that only works on P2P...I am working out a way to do it for Non, but that's much more complitcated..
Forum: NPC Scripting 01-11-2002, 07:47 AM
Replies: 15
Views: 1,910
Posted By Xaviar
Can someone shoot me now? Please? I've become too...

Can someone shoot me now? Please? I've become too pathetic to do it myself, after listening to these two...
Forum: NPC Scripting 01-11-2002, 07:43 AM
Replies: 17
Views: 2,087
Posted By Xaviar
Right, but then you run into Soul's problem of...

Right, but then you run into Soul's problem of needing something to start the script running, but I guess when they hit 'enter' in the chat field, it automatically does that, so I guess there was no...
Forum: PlayerWorlds Main Forum 01-10-2002, 11:52 PM
Replies: 73
Views: 3,404
Posted By Xaviar
Yea, well, next time, talk to some of the staff...

Yea, well, next time, talk to some of the staff that actually matters ;) We try to keep our b*tching to a minimum
Forum: NPC Scripting 01-10-2002, 11:21 PM
Replies: 17
Views: 1,880
Posted By Xaviar
Right, but not for the right reasons, 'j=4'...

Right, but not for the right reasons, 'j=4' returns whatever was assigned, so it returns a '4', not a 'TRUE', but I supposed it doesn't really matter, since any nonzero is considered true in a...
Forum: NPC Scripting 01-10-2002, 11:16 PM
Replies: 17
Views: 2,087
Posted By Xaviar
And don't use playersays =P Use playerchats &&...

And don't use playersays =P Use playerchats && strequals(#c,)
Forum: NPC Scripting 01-10-2002, 11:14 PM
Replies: 27
Views: 2,841
Posted By Xaviar
=/ You all stink =P We've had this on Babylon for...

=/ You all stink =P We've had this on Babylon for a while, just not publically released, yet...Well, not exactly like this, but close
Forum: NPC Scripting 01-10-2002, 11:10 PM
Replies: 17
Views: 2,238
Posted By Xaviar
Last I knew, anything like that, playerenters,...

Last I knew, anything like that, playerenters, weaponfired, etc, will rerun the entire script...But why can't you use timeout?
Forum: NPC Scripting 01-09-2002, 11:31 PM
Replies: 16
Views: 2,275
Posted By Xaviar
Hehe, playersays pisses me off

Hehe, playersays pisses me off
Forum: NPC Scripting 01-09-2002, 11:19 PM
Replies: 15
Views: 1,950
Posted By Xaviar
Join would be the best thing you could do, in...

Join would be the best thing you could do, in that case...
Forum: NPC Scripting 01-09-2002, 11:12 PM
Replies: 17
Views: 2,238
Posted By Xaviar
It'll only run once because you're making the...

It'll only run once because you're making the condition false inside the loop, as soon as it runs:

while (!strequals(#v(this.on),#s(mapf))) {
this.on=strtofloat(#s(mapf));
}

after it runs...
Forum: NPC Scripting 01-08-2002, 11:34 PM
Replies: 11
Views: 1,909
Posted By Xaviar
You did.. *shrug*

You did.. *shrug*
Forum: NPC Scripting 01-08-2002, 11:32 PM
Replies: 20
Views: 2,901
Posted By Xaviar
That's hardcoded into graal there, slappy...

That's hardcoded into graal there, slappy...
Forum: NPC Scripting 01-08-2002, 11:26 PM
Replies: 17
Views: 2,238
Posted By Xaviar
Wait, so why a while? It'll only run once...

Wait, so why a while? It'll only run once anyways, so just use an if..
Forum: NPC Scripting 12-30-2001, 07:00 AM
Replies: 9
Views: 1,885
Posted By Xaviar
Note to everyone: Don't script big stuff until...

Note to everyone: Don't script big stuff until you know what you're doing...It's a pain in the ass later =P
Forum: NPC Scripting 12-30-2001, 06:58 AM
Replies: 9
Views: 1,885
Posted By Xaviar
Well obviously bad coding =P, but I need more...

Well obviously bad coding =P, but I need more insight as to what exactly went wrong, as I don't want to rescript the whole 8k of it
Forum: PlayerWorlds Main Forum 12-30-2001, 06:53 AM
Replies: 29
Views: 2,864
Posted By Xaviar
Heh, maybe whoever did it could get on Babylon...

Heh, maybe whoever did it could get on Babylon and fix our stupid FTP so that we can get on X_X
Forum: NPC Scripting 12-30-2001, 06:44 AM
Replies: 9
Views: 1,885
Posted By Xaviar
Showimg + NPC Weapon = Frozen Graal?

Ok, I'm kinda stumped on this one...anybody have any thoughts on why an NPC weapon, running on timeouts and showimging works perfectly fine offline, but causes graal to stop redrawing the screen...
Showing results 1 to 25 of 445

 
Forum Jump

All times are GMT +2. The time now is 10:55 AM.


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