Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Some good ideas... (https://forums.graalonline.com/forums/showthread.php?t=305)

Falcor 03-18-2001 06:56 AM

I couple things i thought of when ToT was down(Hacked) and I couldn't work on my npcs....

Player list - Should not be its own sperate window instead. It shouldbe a part of the Graal Window itself. And it can do autohide when your mouse isnt on the edge of the screen where the playerlist is...

Chat rooms!!! - I think graal should have its own little chat room where people can chat publically w/o having to pm people. (Wisper can be PM :} )

Server staff - I think the server should pick what guild tags should go into the staff portion of the player list.

AutoFormat - In the Graal Leveleditor whjen you create NPCs i think there should be an "Format SCRIPT" button. Not only will it make your script EZer to read but you will be able to detect some errors faster that are not detected by the TEST option.

NPC Server Editor - Since not maney servers have an NPC server (curently only NM and ToT) I dont think this would be ... economical.... But there should be a program that lets you code w/ NPC server commands and it works so you can test NPC server NPCs offline

Follow player eventually has to be made for online use. Heck.. Graal is totally ONLINE MULTIPLAYER now!

A few new scripts i though up.

checkflag(index,flag) - Check to see if a player with a cetain index has a flag set. (Could be anything like a plain old flag or strequals(#a,someone) or x = 30)

screenshot x,y,width,hieght,savename; Takes a screen shot and saves it as the name given. that would have a lot of posibilites.

playerkillscompu - Detects if player kills a baddy. Usefull for a lot of things, cold also have playerkillsplayer, ect ect.

getlist txtfile,stringname; - Gets the content of a txt file and puts it in a string. could be VERY usful...

storelist value,txtfile; - stores letters or numbers in a txt file.
Erm.. Ill think of more l8er. I got TONS of ideas stuck im my head. They jsut havnet surfaced yet.

Crono Illusion 03-18-2001 08:06 AM

Those are some good ideas.

freddyfox 03-18-2001 10:23 AM

Nice on Asu- I mean...

Psyker 03-19-2001 07:05 AM

I want the server staff idea.

Falcor 03-20-2001 12:09 PM

GRRr
 
I guess no one likes these ideas enought re reply to them.

LilbrojX 03-20-2001 01:02 PM

playerkillscompu would be very helpful

JoMomma 03-20-2001 10:20 PM

Quote:

Originally posted by Falcor
Player list - Should not be its own sperate window instead. It shouldbe a part of the Graal Window itself. And it can do autohide when your mouse isnt on the edge of the screen where the playerlist is...
Could be implemented like IRC List I guess, I dunno.

Quote:

Chat rooms!!! - I think graal should have its own little chat room where people can chat publically w/o having to pm people. (Wisper can be PM :} )
Dunno how well that would work

Quote:

Server staff - I think the server should pick what guild tags should go into the staff portion of the player list.
Would love to see that if/when possible. Some people believe "NAT" is a real staff tag, and there's "* Admin" tags of course...

Quote:

AutoFormat - In the Graal Leveleditor whjen you create NPCs i think there should be an "Format SCRIPT" button. Not only will it make your script EZer to read but you will be able to detect some errors faster that are not detected by the TEST option.
In the UNIX world, we call that "tidy".

Quote:

NPC Server Editor - Since not maney servers have an NPC server (curently only NM and ToT) I dont think this would be ... economical.... But there should be a program that lets you code w/ NPC server commands and it works so you can test NPC server NPCs offline
So basically, a simulated NPC server, or a NPC Server syntax checker? Not a bad idea either.

My idea: shootarrow2 dir,img[,speed,dmg];
I think you get the idea, but I don't know how "img" would be truely implemented... would it be a single image with 4 sprites in it? Would it simply be the beginning part of a file name and have things like imgu.gif, imgd.gif, etc etc


Falcor 03-22-2001 07:48 AM

Oo got one more..
 
message2 text;

Like having the NPC chat like a regular player (It dissapears after 3 seconds rather than stay forever ;D

Psyker 03-22-2001 07:55 AM

Quote:

if (playerenters) {
message blahblahblah;
sleep 1.5;
message;
}
how hard is that? but I'd also like the message2 :D

grim_squeaker_x 03-22-2001 06:58 PM

Quote:

Originally posted by Psyker


how hard is that? but I'd also like the message2 :D

Blah:

NPC Code:

if (playertouchsme) {
message blahblahblah;
timeout = 3;
timereverywhere;
}
if (timeout) {
message ;
}



Then the NPC can do multiple actions while saying blahblahblah ^^

Bhala 03-23-2001 04:48 AM

Why not have a full simulated server that will let you test level to see if they would work online cuz offline mode it wored differntly then online mode



Quote:

Originally posted by JoMomma



So basically, a simulated NPC server, or a NPC Server syntax checker? Not a bad idea either.





FatherDante 03-23-2001 03:18 PM

It'd be nice if there was a server where every player could upload levels instantly... but it'd go to hell, I think.

grim_squeaker_x 03-23-2001 07:00 PM

Quote:

Originally posted by Bhala
Why not have a full simulated server that will let you test level to see if they would work online cuz offline mode it wored differntly then online mode




You can do that with the last publicly released version of gserver although you won't have all the comments... Oh and starting your own gserver isn't actually allowed I think.

Fai 03-23-2001 07:59 PM

The screenshot thing is bad. Someone could make an NPC that fills your computer up with pictures super fast or something.

ReBBisH 03-24-2001 06:32 AM

ow


http://www.hyperspacehq.com/rebsig.gif

Admins 03-24-2001 06:55 AM

arg i wanted to answer this but
accidently clicked on a button,
i don't think i can write all this again
contact me on graal2001 is
probably better

Falcor 03-24-2001 10:23 AM

Gah
 
Gah, That too bad. I really wanted to hear from you too
:(

Psyker 03-25-2001 03:31 AM

me too! :(


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

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