ruflux Posted October 3, 2012 Posted October 3, 2012 i have a problem with atcommand_athena.conf aliases for the commands does not work Quote
Emistry Posted October 3, 2012 Posted October 3, 2012 elaborate more....how you write your aliases command...show it... 1 Quote
GmOcean Posted October 3, 2012 Posted October 3, 2012 That's because you have to declare your aliases in the src right? Unless i'm missing something. Quote
Euphy Posted October 3, 2012 Posted October 3, 2012 @GmOcean: No, you declare them directly in atcommand_athena.conf (it's heavily modified from eA's conf). 1 Quote
Brian Posted October 4, 2012 Posted October 4, 2012 i have a problem with atcommand_athena.conf aliases for the commands does not work Make sure you are using the @command name as defined in the source (trunk/src/map/atcommand.c) For example, @jumpto: ACMD_DEF(jumpto), This will work in trunk/conf/atcommand_athena.conf jumpto: ["goto", "warpto"] but this will not work: goto: ["jumpto", "warpto"] Quote
GmOcean Posted October 5, 2012 Posted October 5, 2012 I didn't know you could do that now lol, well, either way, i can still make them the old fashion way, and hard-code them to the src if i needed too, since i already did that for a few commands, not knowing about this @.@; Quote
Question
ruflux
i have a problem with atcommand_athena.conf
aliases for the commands does not work
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.