Jump to content
  • 0

Can I add @go for a custom map?


Question

Posted

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?

2 answers to this question

Recommended Posts

  • 0
Posted
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.

  • 0
Posted (edited)
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

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