Forum: Future Improvements
04-27-2002, 06:14 PM
|
Replies: 10
Views: 899
disablekey?
Key remapping (or making one key do a different thing from usual) can be quite complicated in Graal, and then even once you can do it there's some keys that you can't disable, like the Pause button....
|
Forum: Graal Main Forum (English)
04-26-2002, 12:53 AM
|
Replies: 453
Views: 66,258
A few administrative staff scattered here and...
A few administrative staff scattered here and there. I'm not naming names because they could change their mind, but I know some who at least plan on quitting at present.
I haven't? As far as I...
|
Forum: Graal Main Forum (English)
04-25-2002, 10:27 PM
|
Replies: 453
Views: 66,258
As I outlined earlier, free servers are free....
As I outlined earlier, free servers are free. This is why they're popular, with staff as well as players.
International calls are still charged at extortionate rates. And as far as I know being...
|
Forum: Graal Main Forum (English)
04-24-2002, 11:40 PM
|
Replies: 453
Views: 66,258
|
Forum: Bomy Island Main Forum
04-21-2002, 11:11 PM
|
Replies: 36
Views: 2,255
|
Forum: PlayerWorlds Main Forum
04-15-2002, 10:39 PM
|
Replies: 23
Views: 1,516
|
Forum: PlayerWorlds Main Forum
04-15-2002, 10:34 PM
|
Replies: 23
Views: 1,516
|
Forum: PlayerWorlds Main Forum
04-15-2002, 10:26 PM
|
Replies: 23
Views: 1,516
|
Forum: Graal Main Forum (English)
04-13-2002, 03:33 AM
|
Replies: 453
Views: 66,258
|
Forum: Graal Main Forum (English)
04-13-2002, 01:57 AM
|
Replies: 453
Views: 66,258
|
Forum: Graal Main Forum (English)
04-13-2002, 01:38 AM
|
Replies: 453
Views: 66,258
Re: Re: In my (somewhat questionable) opinion...
I'm aware of that, but if you walk into a game store, when you possess a perfectly functional game, do they prod you and say "Upgrade your game now for only $15 or all your save games will be gone...
|
Forum: Graal Main Forum (English)
04-13-2002, 12:06 AM
|
Replies: 453
Views: 66,258
In my (somewhat questionable) opinion...
Personally I think this is a bad idea. I can see the plusses (only people who genuinely like Graal will play it, thus eliminating a large amount of the unproductive population) but I honestly can't...
|
Forum: Future Improvements
02-10-2002, 02:36 AM
|
Replies: 4
Views: 1,117
|
Forum: Future Improvements
02-10-2002, 02:00 AM
|
Replies: 4
Views: 1,117
serverstrings...
... lag. If you have too many, they slow down a server, as you all know. So what I'm suggesting is:
On-request server strings.
Basically, the way I see it, the only situation in which they'd...
|
Forum: NPC Scripting
01-20-2002, 02:04 AM
|
Replies: 4
Views: 2,007
|
Forum: Future Improvements
01-20-2002, 02:01 AM
|
Replies: 47
Views: 3,844
I tried the G2K2 preview for about five minutes...
I tried the G2K2 preview for about five minutes and, while the initial novelty of psuedo-3D Graal was interesting at first, let's be honest here: if you want to play 3D games, buy a good computer....
|
Forum: NPC Scripting
01-17-2002, 02:32 AM
|
Replies: 15
Views: 3,291
|
Forum: Future Improvements
01-17-2002, 02:27 AM
|
Replies: 1
Views: 974
A few useful/useless ideas
1. I think a playerexits flag would be pretty handy. :P Or maybe a testwarp(x,y) thing to check if the player was about to step on a warp square.. but that wouldn't stop you using warping NPCs to...
|
Forum: NPC Scripting
01-17-2002, 02:08 AM
|
Replies: 9
Views: 2,168
Re: Re: So you liked it?
You shall guess correctly. =P Soon I'll be able to get my web site up with all my coolest scripts for download. Just as soon as I play around with PSP 7 and come up with a GOOD banner :o
Click...
|
Forum: NPC Scripting
01-17-2002, 01:57 AM
|
Replies: 9
Views: 2,168
So you liked it?
I wasn't planning on releasing that for a while (I overscripted some things and could use functions instead x.x) so I'm going to rewrite it: same basic script, but about 9.9K smaller :D Maybe when...
|
Forum: NPC Scripting
01-16-2002, 01:34 AM
|
Replies: 15
Views: 4,667
|
Forum: NPC Scripting
01-16-2002, 01:33 AM
|
Replies: 15
Views: 4,667
|
Forum: NPC Scripting
01-16-2002, 01:31 AM
|
Replies: 15
Views: 4,667
Ta da, Password Admin System.
You know password protected doors? And you know how if one person who's not supposed to have the password gets it then miraculously the rest of the playerworld gets it too? Well, this here system...
|
Forum: Tech Support
01-16-2002, 12:10 AM
|
Replies: 20
Views: 1,916
Same thing happened to me here,...
Same thing happened to me here, (http://forums.graal2001.com/forums/showthread.php?s=&threadid=20293) but oddly enough, that topic died without trace. So it's not an isolated incident. I got my...
|
Forum: NPC Scripting
01-15-2002, 04:01 AM
|
Replies: 2
Views: 1,199
Addstring is fairly easy: it combines two...
Addstring is fairly easy: it combines two different texts into one string. Try this example:
if (playerenters) {
addstring b2,lol;
sleep 2;
addstring b2,pie;
sleep 2;
insertstring b2,1,for;...
|