Jump to content
  • 0

@go command help


Question

7 answers to this question

Recommended Posts

Posted

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"

Posted

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? :P. I think you should simply download a new one.. here.. If still not, suggest you download a new batch of the SVN.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...