![]() |
I am working on a new area for Graal2001!
It will have have bomy races and possibly a new CTF. That all depends on one thing though! Can someone possibly send me the scripts for CTF and the Gully race? Thx, DarkWyz |
No.
|
Probably the only people who have those are Stefan, GodSpeed, and Drakaden.
|
Do u think they would share it?
|
Most likely not... well, I dunno.
But Krakken has the CTF scripts, as he made it. |
originality isnt a factor anymore? ctf sucks, cs sucks (in graal). races are getting old. etc.
|
Script it yourself.
|
1 I a pretty bad sripter but I guess I'll figure it out! The thing is, how do u get scripts to run from level to level. Like the timer for the Gully race?
|
He can't script it himself, nobody can. Nobody knows the new commands or how to do server scripting anymore.
Even Tyhm probably would have trouble with this new Overworld-NPCs. :\ |
Yeah, overworld blows my mind.
I have the CTF (Graal Castle version) scripts still. Pretty simple, really. |
Quote:
Classic has an overworlds NPC? |
No, classic doesn't have an NPC server. If it did, Tyhm would have mastered it by now. ;)
|
is there anyway to learn this script?
|
I think an NPC server on Classic would drop the lag considerably.
|
However, to have an NPC Server, wouldn't that require it to be a Pay server?
|
Learn the script? That's easy: Work for cyberjouer.
|
Quote:
|
hm havent players made the CS arenas before why dont you just make the stuff and tell Stefan to add the scripts and such in when your done ?
|
That's what's always done. You always need stefan's help for the levels on 2001. It's just the way things work. Kind of cuts out player scripting. :\
|
Quote:
|
He can do it so much better than anyone else, it seems as though he doesn't need one.
|
i try to script whatever i can do myself the best i can before i send cavern updates to Stefan, and if theres anything i cant figure out, ill ask him to do it =/
|
Quote:
And as for server stuff for non-pay servers try this: NPC Code:setstring server.string,value; Any strings with server. in front of them will make them global (Or well that used to be the case but I'm assuming that that still works.), and otherwise you can always just make the levels and then ask Stefan if he wants to add the scripts. |
k, sounds like an idea, guess thats what I'll do
|
To my knowledge Stefan scripted everything on the 2001 server except for GodSpeed's spar rooms...
|
Quote:
He needs to take a break. |
First he needs to upload Cow Quest, then take a vacation :D
Go to Atlantis, then tell me what it's like... heh |
Here's a nice script for that purpose..
This should work, I read one of the new newfeatures.txts...
So here it goes! Let's say it's a horse-racing script for NORMAL horses. Make one NPC (Race Coordinator or something) like this: if (playertouchsme && playeronhorse) { set HorseTimerApproved; } Then: if (HorseRaceApproved) { toweapons -HorseTimer; timereverywhere; timeout=.1; } if (timeout) { if (FxLapsRun < 3) { this.FxTimer+=.1; timeout=.1; } else {destroy;} } And a script to detect the laps and add to the Lap counter if (playertouchsme) { dontblock; drawoverplayer; FxLapsRun+=1; if (FxLapsRun == 3) { hide; } } I've heard that the new server doesn't like timeouts, though... hopefully, the timeout loop will work. There should be a way to set variables only locally. But that script should work for G2K1. Behind the toweapons -HorseTimer info: I read the newfeatures, and it said that putting a - before the weapon name will hide it from the weapons list. Should work. |
Stefan's not a workaholic, he's a business owner. He's responsible for all the work he does. Heck, he also owns a video game company. That's like every kids dream job!
|
Don't you mean Stephane (with an accent somewhere)?
Unixmad owns Cyberjoueur, Stefan writes Graal... |
I thought they were joint holders of the company?
|
Are they?
Wow, that'd be spiffy... I always figured Stefan was the genius programmer and the Stephane was the fiancial wizard who backed him... |
I guess I'll just have to ask him. I now am completely confused.
But I don't think Unixmad has much money, so... |
| All times are GMT +2. The time now is 04:26 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.