Jump to content
  • 0

@go command help


gmzaxs

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  11/20/12
  • Last Seen:  

when i type @go (no value) it errors >.<

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  103
  • Reputation:   28
  • Joined:  09/20/12
  • Last Seen:  

@go requires a parameter to run. use the help system it has all the parameters(help system ingame through the gm command help)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  11/20/12
  • Last Seen:  

where could i find these parameters???

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  11/20/12
  • Last Seen:  

where should i put these parameters??

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

where should i put these parameters??

trunk/conf/help.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  11/20/12
  • Last Seen:  

im still erroring o.o

i made an help.txt because there's no help.txt in my conf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...