LearningRO Posted January 18, 2019 Posted January 18, 2019 hi, all see this folder on rathena src/custom/atcommand.inc so if i want to add new command can add on this file? and if i want to costume some example @go it can be override? somebody can tell me about this? thanks Quote
0 AnnieRuru Posted January 19, 2019 Posted January 19, 2019 On 1/18/2019 at 3:48 PM, melv0 said: hi, all see this folder on rathena src/custom/atcommand.inc so if i want to add new command can add on this file? yes On 1/18/2019 at 3:48 PM, melv0 said: if i want to costume some example @go it can be override? doesn't seem so, Visual Studio throw this error on me 1>------ Build started: Project: map-server, Configuration: Debug Win32 ------ 1>atcommand.cpp 1>d:\ragnarok\rathena\src\custom\atcommand.inc(15): error C2084: function 'int atcommand_go(const int,map_session_data *,const char *,const char *)' already has a body 1>d:\ragnarok\rathena\src\map\atcommand.cpp(1862): note: see previous definition of 'atcommand_go' 1>Done building project "map-server.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 7 up-to-date, 0 skipped ========== Quote
0 LearningRO Posted January 20, 2019 Author Posted January 20, 2019 19 hours ago, AnnieRuru said: yes doesn't seem so, Visual Studio throw this error on me 1>------ Build started: Project: map-server, Configuration: Debug Win32 ------ 1>atcommand.cpp 1>d:\ragnarok\rathena\src\custom\atcommand.inc(15): error C2084: function 'int atcommand_go(const int,map_session_data *,const char *,const char *)' already has a body 1>d:\ragnarok\rathena\src\map\atcommand.cpp(1862): note: see previous definition of 'atcommand_go' 1>Done building project "map-server.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 7 up-to-date, 0 skipped ========== okay thanks a loot @AnnieRuru Quote
Question
LearningRO
hi, all see this folder on rathena
src/custom/atcommand.inc
so if i want to add new command can add on this file?
and
if i want to costume some example @go
it can be override?
somebody can tell me about this?
thanks
2 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.