
03-18-2001, 06:56 AM
|
|
Darth Cucumber
|
 |
Join Date: Mar 2001
Location: At School
Posts: 2,874
|
|
|
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. |
__________________
subliminal message: 1+1=3
|
Last edited by Falcor; 03-18-2001 at 08:53 AM..
|
|
|