gmzaxs Posted November 20, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 11/20/12 Last Seen: July 6, 2013 Share Posted November 20, 2012 when i type @go (no value) it errors >.< Quote Link to comment Share on other sites More sharing options...
Spre Posted November 20, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 103 Reputation: 28 Joined: 09/20/12 Last Seen: January 14, 2019 Share 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 Link to comment Share on other sites More sharing options...
gmzaxs Posted November 21, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 11/20/12 Last Seen: July 6, 2013 Author Share Posted November 21, 2012 where could i find these parameters??? Quote Link to comment Share on other sites More sharing options...
Mystery Posted November 21, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
gmzaxs Posted November 30, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 11/20/12 Last Seen: July 6, 2013 Author Share Posted November 30, 2012 where should i put these parameters?? Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 30, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted November 30, 2012 where should i put these parameters?? trunk/conf/help.txt Quote Link to comment Share on other sites More sharing options...
gmzaxs Posted November 30, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 11/20/12 Last Seen: July 6, 2013 Author Share Posted November 30, 2012 im still erroring o.o i made an help.txt because there's no help.txt in my conf Quote Link to comment Share on other sites More sharing options...
Mystery Posted November 30, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
Question
gmzaxs
when i type @go (no value) it errors >.<
Link to comment
Share on other sites
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.