Author |
Message |
AlphaBoB Seasoned Helper
Gender: Joined: Aug 12 2003 Posts: 140 Location: Everywhere you want to be. Offline
|
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Thu Sep 04, 2003 5:31 pm Post subject: |
 |
|
|
|
I think priitk wanted to make ?zone actually let you change zones, so you'll need to find a new name for it (like *arena is now *a). As for ?chat, thats all billing ran, so the server doesn't need to do anything except forward to billing server.
Moved to Server Suggestions forum. |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Thu Sep 04, 2003 5:36 pm Post subject: |
 |
|
|
|
It would be nice to have ?chat without the biller though. |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Thu Sep 04, 2003 5:57 pm Post subject: |
 |
|
|
|
Why? It's nicer biller-run so you can talk to a million people at once, even if they're not on the same server. _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him. |
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Thu Sep 04, 2003 8:31 pm Post subject: |
 |
|
|
|
Well, the server can have server-only chats, like which was added to subgame. So, if you want to add in a ?chat parser and such to have local-only chats, which would kick in for every chat when there is no billing or billing connection temporarly lost, go ahead. |
|
Back to top |
|
 |
Grelminar Creator of Asss
Joined: Feb 26 2003 Posts: 378 Offline
|
Posted: Fri Sep 05, 2003 7:16 pm Post subject: |
 |
|
|
|
What do you want ?zone to do? Just print out the name of the zone? I don't see how that's so useful...
About ?chats without a biller, that would be a lot of work and I don't really want to support it. Why can't you just run a single biller for your zone?
And ?zoneinfo: Sending lots of text as chat messages isn't a great use of bandwidth. If you want lots of text about your zone, put it in the F1 window with an .lvz. It'll be compressed that way, and it won't get sent while someone is playing. Plus, you can use colors. |
|
Back to top |
|
 |
AlphaBoB Seasoned Helper
Gender: Joined: Aug 12 2003 Posts: 140 Location: Everywhere you want to be. Offline
|
Posted: Fri Sep 05, 2003 11:03 pm Post subject: |
 |
|
|
|
?zone I meant to be like *zone in subgame; it sends the text to everyone in the zone.
You're right about ?chat... and about ?zoneinfo, you appear to be right there too  |
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Fri Sep 05, 2003 11:40 pm Post subject: |
 |
|
|
|
?zone is supported client-side already, so you can't add it to the server. Since ASSS ignores the differance between ? and * commands, you'll have to pick a new name.
He meant it as the *zone command (zone-wise messaging). |
|
Back to top |
|
 |
DBeckham Newbie
Joined: Aug 30 2003 Posts: 14 Offline
|
Posted: Sat Sep 06, 2003 7:41 pm Post subject: |
 |
|
|
|
Any chance of getting command aliases in to asss, bit like catid's MERVBot?
e.g. like
arena :aa
man :help
This would make it help full to mods who are not use to some of the new commands in asss & save lots of hacking of bot code used in subgame.
I know what a bot can do can be made into a asss module & i think is kind of run like extra commands on the server (i am not sure on this tho). but for ppl who like my self who dont know much about C, it would make life easyer, so we could use exsiting bots in asss. |
|
Back to top |
|
 |
AlphaBoB Seasoned Helper
Gender: Joined: Aug 12 2003 Posts: 140 Location: Everywhere you want to be. Offline
|
Posted: Sat Sep 06, 2003 11:48 pm Post subject: |
 |
|
|
|
arena and aa can't be aliased; ?arena is already taken, as the command to open the arena menu.
But yes, that would be a nice thing to add, so that you don't have to recompile the whole thing every time you want to add an alias to a command.
Edit: for people who don't know c, I wouldn't be using ASSS... it's completely C code, and even the .conf files resemble some C (#include "...") |
|
Back to top |
|
 |
DBeckham Newbie
Joined: Aug 30 2003 Posts: 14 Offline
|
Posted: Sun Sep 07, 2003 1:43 am Post subject: |
 |
|
|
|
AlphaBoB wrote: | arena and aa can't be aliased; ?arena is already taken, as the command to open the arena menu.
But yes, that would be a nice thing to add, so that you don't have to recompile the whole thing every time you want to add an alias to a command.
Edit: for people who don't know c, I wouldn't be using ASSS... it's completely C code, and even the .conf files resemble some C (#include "...") |
yea forgot about that ?arena & *arena do the same command in asss were in subgame there reconized as two separate commands same for ?zone & *zone.
Grelminar is there reason why commands that start with * & ? are looked upon as the same command instead of two separate commands? |
|
Back to top |
|
 |
Grelminar Creator of Asss
Joined: Feb 26 2003 Posts: 378 Offline
|
Posted: Sun Sep 07, 2003 2:04 am Post subject: |
 |
|
|
|
Because it's less confusing. All commands use the same prefix character, and any commands can be executed by anyone with the appropriate capabilities. |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Sun Sep 07, 2003 9:24 am Post subject: |
 |
|
|
|
AlphaBoB wrote: | for people who don't know c, I wouldn't be using ASSS... it's completely C code, and even the .conf files resemble some C (#include "...") |
I think the latest version has support for modules written in Python. |
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Sun Sep 07, 2003 1:40 pm Post subject: |
 |
|
|
|
Whats wrong with C? Anyways, when I have free time, I planned on adding a different language support, which would allow command aliases, so those in a different language can change command names, or people can rename commands. I also planned on adding in C++ dll support for those of you who hate C (don't understand why). |
|
Back to top |
|
 |
Grelminar Creator of Asss
Joined: Feb 26 2003 Posts: 378 Offline
|
Posted: Sun Sep 07, 2003 7:28 pm Post subject: |
 |
|
|
|
I added ?z and ?az, analagous to ?a and ?aa, but for the whole zone. |
|
Back to top |
|
 |
|