Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-10-2001, 04:22 AM
Geovanie Legend Geovanie Legend is offline
Graunch Programmer
Geovanie Legend's Avatar
Join Date: May 2001
Location: Missouri
Posts: 931
Geovanie Legend is an unknown quantity at this point
Send a message via ICQ to Geovanie Legend Send a message via AIM to Geovanie Legend Send a message via MSN to Geovanie Legend Send a message via Yahoo to Geovanie Legend
Post Ideas (here ya go Stefan) lol

Well i'm thinking and coming up with more ideas and figured i'd just post them here.

I realize that not everyone will like theese ideas but hopefully they help out some

1. Word list
- Simply put it's for those people who don't like to listen to others cuss and use fowl language. they simply add words to their word list and when someone says a word on the list in a pm/toall/etc. the word is replaced with *'s. Also handy for those parents who let their children play

2. More keydown events
make more keydown events for scripting so we can use more then just the default key's that way it's more flexible and we can program certain events to certain keys globaly instead of just on certain levels. like they could press O or CTRL+O and it does something. Sort of a nice idea for making a macro's list of things you most commonly say to people

3. warp player command
Only used for higher level RC's so when not on the RC and just playing the game they could use warp player account level x y to say like warp the person to jail or unstick the player when the unstick me feature fails, which it sometimes does.

4. SOP
SOP or Server Owners Program, a program designed for server owners to help them manage files such as guilds, server start message, etc. without the hassle of the ftp. Not really needed but would be handy in any case. hehe

Well that's pretty much it, i had other ideas but they got away from me, lol. bye for now everyone
Reply With Quote
  #2  
Old 07-10-2001, 04:37 AM
Archeon Archeon is offline
-AGENT L
Join Date: Jun 2001
Posts: 1,681
Archeon is on a distinguished road
Re: Ideas (here ya go Stefan) lol

Quote:
Originally posted by Geovanie Legend

1. Word list SWEAR FILTER

2. More keydown events

Stefan says no swear filter, he has rejected it many times..

and ctrl+o is a emoticon, in case you were smoking weed when you wrote this...
i think more programmable buttons would be good.
like that scripting command if button 1 held down or whatever
so that way you could have a room scripted with many cool things to do and not need to switch NPCws to do them all

for example boxing
you could have side step maneuvers...well just have 1 button for sidestepping would suck because you would always sidestep the the same side.
__________________
AGENT L AND AGENT J
Reply With Quote
  #3  
Old 07-10-2001, 04:52 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
1) I think a swear filter is a good idea...possibly could be implemented in the future, but already thought of.

2) We aren't getting more keydowns. Trust me, I've tried over and over again, then finally realized why Stefan doesn't want to, and most likely will never add more keydowns. Of course, the first reason is that he wants Graal to stay simple to play. If you had many keydowns, all the playerworlds would use different keys to do different things, and it'd be VERY confusing for the incoming newbie. Also, I'm sure he'd like Graal gamepad-compatible, and with that many keys, it'd be hard.

3) SIMPLE to script if you have some basic knowledge of server-side scripting.

4) Basically a spiffed up ftp program for Graal?
Reply With Quote
  #4  
Old 07-10-2001, 05:11 AM
Milkdude99 Milkdude99 is offline
Truckin Up
Milkdude99's Avatar
Join Date: Jun 2001
Location: Central Florida
Posts: 3,390
Milkdude99 is an unknown quantity at this point
Send a message via ICQ to Milkdude99
Talking

Sounds Like a Plan to me! [COLOR=red]
__________________

Moon God
Graal.net

---------- Home---------

Reply With Quote
  #5  
Old 07-10-2001, 05:16 AM
AlkarenHyralt AlkarenHyralt is offline
Former Forum Admin/GM
AlkarenHyralt's Avatar
Join Date: Jun 2001
Location: Drogenier, in the Realm of Heroes.
Posts: 6,954
AlkarenHyralt is an unknown quantity at this point
Send a message via AIM to AlkarenHyralt
Quote:
Originally posted by Milkdude99
[COLOR=red]
__________________
I am he that was once them.

Forgotten through the passage of Graal time.
Reply With Quote
  #6  
Old 07-10-2001, 06:15 AM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
Those keydowns would be really nice to have though. And Kyle, notice N-Pulse is non-p2p so we can kiss server-side script godd bye!

<edit>Yay 300th post!</edit>

Last edited by Slaktmaster; 07-10-2001 at 06:18 AM..
Reply With Quote
  #7  
Old 07-10-2001, 06:44 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
It can still be done...
Reply With Quote
  #8  
Old 07-10-2001, 08:01 AM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
It can! First, you would need to make a system NPC.
NPC Code:

if (created || playerenters) {
toweapons -system;
timeout=5;
}
if (timeout) {
CheckForWarp();
CheckForWhatever();
timeout=5;
}
function CheckForWarp() {
if (strequals(#a,#s(server.Warp_Account))) {
setlevel2 #s(server.Warp_Level),server.Warp_X,server.Warp_Y;
setstring server.Warp_Account,;
}
}


And, for the weapon to warp people there:
NPC Code:

if (created || playerenters) {
toweapons -StaffPower;
}
if (playerchats && isweapon) {
if (startswith(warpplayer,#c)) {
tokenize #c;
if (tokenscount==4) { //warpplayer account x y - 4 tokens
setstring server.Warp_Account,#t(1);
server.Warp_X=#t(2);
server.Warp_Y=#t(3);
}
}


Now, there might be bugs in this code, but this is how to basically do this. =P Hope that helps.
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote
  #9  
Old 07-10-2001, 01:44 PM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
The first extra key that keydown should support is W... that way we can make a menu for a player to select an S weapon or something along those lines.
After that numbers 0-9 should be added, for quick use of things in inventory, like potions (just an example, i know its from Diablo) or something... I use a gamepad for graal when i feel like PKing, but scince you always need to have the keyboard with you to talk to other people or whatever, gamepad compatablitly shouldnt be an argument for not adding new keys for keydown. Most successful multiplayer games have more then ~ 7 keys (other then directional keys)...
__________________
Eric Kraft
Reply With Quote
  #10  
Old 07-10-2001, 02:30 PM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
*shrugs*
Stefan told me he's not adding more keys a while ago...
Reply With Quote
  #11  
Old 07-10-2001, 08:14 PM
Cloud_X Cloud_X is offline
Cloud_X's Avatar
Join Date: Mar 2001
Posts: 2,921
Cloud_X will become famous soon enough
It would be nice if you could hotkey your weapons but, simple is good too
__________________
Temporary blocked
Stefan Knorr
Reply With Quote
  #12  
Old 07-10-2001, 08:45 PM
Knightoffrost Knightoffrost is offline
and Delph Inc.
Knightoffrost's Avatar
Join Date: Jul 2001
Location: Canada
Posts: 1,162
Knightoffrost is on a distinguished road
Send a message via ICQ to Knightoffrost Send a message via AIM to Knightoffrost Send a message via Yahoo to Knightoffrost
SOP seems like a dumb idea, managing ftp is very easy
__________________
Xerphier Dintch
Featuring
Reply With Quote
  #13  
Old 07-11-2001, 04:42 AM
Geovanie Legend Geovanie Legend is offline
Graunch Programmer
Geovanie Legend's Avatar
Join Date: May 2001
Location: Missouri
Posts: 931
Geovanie Legend is an unknown quantity at this point
Send a message via ICQ to Geovanie Legend Send a message via AIM to Geovanie Legend Send a message via MSN to Geovanie Legend Send a message via Yahoo to Geovanie Legend
Yes using an ftp may be the simplest thing in the world to me and you but what about all the others. ever think about them?
Anyway it was just a though and i appriciate all of you posting your comments
Reply With Quote
  #14  
Old 07-11-2001, 09:04 AM
Knightoffrost Knightoffrost is offline
and Delph Inc.
Knightoffrost's Avatar
Join Date: Jul 2001
Location: Canada
Posts: 1,162
Knightoffrost is on a distinguished road
Send a message via ICQ to Knightoffrost Send a message via AIM to Knightoffrost Send a message via Yahoo to Knightoffrost
Quote:
Originally posted by Geovanie Legend
Yes using an ftp may be the simplest thing in the world to me and you but what about all the others. ever think about them?
Anyway it was just a though and i appriciate all of you posting your comments
True,True.. but learning ftp doesnt take to long at all... I know what you mean though..their should be a ftp based prog made just for graal..
__________________
Xerphier Dintch
Featuring
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:19 AM.


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