gmzaxs Posted November 20, 2012 Posted November 20, 2012 when i type @go (no value) it errors >.< Quote
Spre Posted November 20, 2012 Posted November 20, 2012 @go requires a parameter to run. use the help system it has all the parameters(help system ingame through the gm command help) Quote
gmzaxs Posted November 21, 2012 Author Posted November 21, 2012 where could i find these parameters??? Quote
Mystery Posted November 21, 2012 Posted November 21, 2012 when i type @go (no value) it errors >.< where could i find these parameters??? How do you get an error? By looking at the @go source file, if you input nothing, you should get a list of towns you can warp to. if (!message || !*message || sscanf(message, "%11s", map_name) < 1 || town < 0 || town >= ARRAYLENGTH(data)) {// no value matched so send the list of locations const char* text; // attempt to find the text help string text = atcommand_help_string( command ); clif_displaymessage(fd, msg_txt(38)); // Invalid location number, or name. if( text ) {// send the text to the client clif_displaymessage( fd, text ); } return -1; } go: "Params: <city name|number>\n" "Warps you to a city.\n" " -3: (Memo point 2) 14: louyang 31: mora\n" " -2: (Memo point 1) 15: start point 32: dewata\n" " -1: (Memo point 0) 16: prison/jail 33: malangdo island\n" " 0: prontera 17: jawaii 34: malaya port\n" " 1: morocc 18: ayothaya 35: eclage\n" " 2: geffen 19: einbroch\n" " 3: payon 20: lighthalzen\n" " 4: alberta 21: einbech\n" " 5: izlude 22: hugel\n" " 6: aldebaran 23: rachel\n" " 7: xmas (lutie) 24: veins\n" " 8: comodo 25: moscovia\n" " 9: yuno 26: midgard camp\n" " 10: amatsu 27: manuk\n" " 11: gonryun 28: splendide\n" " 12: umbala 29: brasilis\n" Quote
gmzaxs Posted November 30, 2012 Author Posted November 30, 2012 where should i put these parameters?? Quote
Emistry Posted November 30, 2012 Posted November 30, 2012 where should i put these parameters?? trunk/conf/help.txt Quote
gmzaxs Posted November 30, 2012 Author Posted November 30, 2012 im still erroring o.o i made an help.txt because there's no help.txt in my conf Quote
Mystery Posted November 30, 2012 Posted November 30, 2012 im still erroring o.o i made an help.txt because there's no help.txt in my conf Are you sure you're using rAthena?.. lol. What did you do? Delete files you thought were useless or something? . I think you should simply download a new one.. here.. If still not, suggest you download a new batch of the SVN. Quote
Question
gmzaxs
when i type @go (no value) it errors >.<
7 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.