Diana Posted June 14, 2019 Group: Members Topic Count: 85 Topics Per Day: 0.03 Content Count: 194 Reputation: 3 Joined: 12/17/16 Last Seen: April 1 Share 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 Link to comment Share on other sites More sharing options...
0 anacondaq Posted June 14, 2019 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Frost Diver Posted June 14, 2019 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 189 Reputation: 7 Joined: 10/22/18 Last Seen: 4 hours ago Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.