Jump to content
  • 0

Where can I find this?


Meister

Question


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

Optional Steps

Adding the map as mentioned above into mapindex.h can also be taken as an optional step considering it is possible to add the map directly using it's correct name and quotations.

If you want your newly added location to be in the message when you typed @go, modify the following line in .../src/map/atcommand.c:

clif_displaymessage(fd, " 24=Veins 25=Moscovia");

and change it to

clif_displaymessage(fd, " 24=Veins 25=Moscovia 26=Your Map");

can't seem to find this part. Thanks

I want to change the 35=Eclage to 35=MALL

can't find it on the atcommand.c TTY!

Edited by emong
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


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

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/help.txt


go: "Params: <number/city_name>\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"
"  13: niflheim        30: el dicastes"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

^Thank you.

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...