Jump to content
  • 0

Can I add @go for a custom map?


Diana

Question


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.03
  • Content Count:  188
  • Reputation:   3
  • Joined:  12/17/16
  • Last Seen:  

Can I add @go for a custom map? 

example : the map name : Baladin

I want to type the command like @go Baladin or @go 99

Can I?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

1 hour ago, Diana said:

Can I add @go for a custom map? 

example : the map name : Baladin

I want to type the command like @go Baladin or @go 99

Can I?

Yes, you can.

Open src/common/mapindex.hpp:
 

//Some definitions for the mayor city maps.
#define MAP_PRONTERA "prontera"
#define MAP_GEFFEN "geffen"
#define MAP_MORROC "morocc"
#define MAP_ALBERTA "alberta"
#define MAP_PAYON "payon"
#define MAP_IZLUDE "izlude"
#define MAP_ALDEBARAN "aldebaran"
#define MAP_LUTIE "xmas"
#define MAP_COMODO "comodo"

In the head of the file.

Add your own map there

Then open atcommand.cpp and add your map.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  178
  • Reputation:   6
  • Joined:  10/22/18
  • Last Seen:  

1 hour ago, Diana said:

Can I add @go for a custom map? 

example : the map name : Baladin

I want to type the command like @go Baladin or @go 99

Can I?

Or you can follow this guide in details.

I managed to add my @go for custom map by following this guide.

https://herc.ws/wiki/@go

Edited by vilkhl
typo
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...