diff options
-rw-r--r-- | Dev/Ideas_Suggestions.txt | 3 | ||||
-rw-r--r-- | Dev/quotes.txt | 9 | ||||
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 12 |
3 files changed, 23 insertions, 1 deletions
diff --git a/Dev/Ideas_Suggestions.txt b/Dev/Ideas_Suggestions.txt new file mode 100644 index 000000000..2d4e854e6 --- /dev/null +++ b/Dev/Ideas_Suggestions.txt @@ -0,0 +1,3 @@ +//Any ideas or suggestions you guys have, put them here.
+//These don't have to be put into the source, but maybe if
+//you would like something down... someone might do it? lol
\ No newline at end of file diff --git a/Dev/quotes.txt b/Dev/quotes.txt index a82eaae68..64e104a36 100644 --- a/Dev/quotes.txt +++ b/Dev/quotes.txt @@ -146,3 +146,12 @@ Biography: // Back 2 Me :P npctalk "Sorry Valaris"; npctalk "(He Is Da Man!)"; + +nsstrunks +// Off on my own somewhere lol. In a town that no one visits ;) +- General Dev, do whatever I feel like at the time +- Real name unknown, just call me nsstrunks ;) +- 16 years old +- Off on my own most of the time +- Willing to help as long as your not annoying ;) +- *goes off into own world*
\ No newline at end of file diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index 74d99ab0c..505215c69 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -34,6 +34,8 @@ command_symbol: @ // -> can do anything, except administration commands // 99: Administrator // -> can do anything! +// 100: Disabled +// -> Commands that aren't used //-------------------------- @@ -174,7 +176,7 @@ exall: 20 broadcast: 40 // Broadcast to the map you are on (1 command + /lb, /nlb). -local_broadcast: 40 +localbroadcast: 40 // Broadcast (with or without name). kami: 40 @@ -327,6 +329,11 @@ monster2: 50 // To get a peco to (un)ride for another player. charmountpeco: 50 +// ?? +monstersmall: 50 + +// ?? +monsterbig: 50 //---------------- // 60: GM commands @@ -656,6 +663,9 @@ sendprioritymail: 80 // Delete a message. deletemail: 0 +//--------------------------------------------------------------- +// 100: Disabled commands +gm: 100 //--------------------- |