Diana Posted June 14, 2019 Posted June 14, 2019 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? Quote
0 anacondaq Posted June 14, 2019 Posted June 14, 2019 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. Quote
0 Frost Diver Posted June 14, 2019 Posted June 14, 2019 (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 June 14, 2019 by vilkhl typo Quote
Question
Diana
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.