Aether Posted March 9, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 42 Reputation: 1 Joined: 03/05/12 Last Seen: April 12, 2012 Share Posted March 9, 2012 Can someone give me a guide on how to put some maps to @go like I want payon to be on @go 0 and prontera to @go 3 or add custom map and put it to @go 36 Quote Link to comment Share on other sites More sharing options...
tr0n Posted March 10, 2012 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 562 Reputation: 153 Joined: 02/21/12 Last Seen: February 27, 2024 Share Posted March 10, 2012 (edited) src/map/atcommand.c Line: 1896+ { MAP_MORA, 44, 151 }, // 31=Mora { MAP_DEWATA, 200, 180 }, // 32=Dewata { MAP_MALANGDO, 140, 114 }, // 33=Malangdo Island { MAP_MALAYA, 242, 211 }, // 34=Malaya Port { MAP_ECLAGE, 110, 39 }, // 35=Eclage //ADD YOUR NEW MAP HERE }; Example: { MAP_MAPNAME, X, Y }, // 36=MAPNAME Edited March 10, 2012 by tr0n Quote Link to comment Share on other sites More sharing options...
WhatFT Posted March 10, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted March 10, 2012 It doesn't work for me lol Quote Link to comment Share on other sites More sharing options...
Eurydice Posted March 10, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 414 Reputation: 103 Joined: 11/13/11 Last Seen: September 28, 2013 Share Posted March 10, 2012 http://rathena.org/wiki/@go Quote Link to comment Share on other sites More sharing options...
tr0n Posted March 10, 2012 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 562 Reputation: 153 Joined: 02/21/12 Last Seen: February 27, 2024 Share Posted March 10, 2012 @Paulinds I tested it, works perfect. You're doing something wrong. Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 10, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 10, 2012 @tron.. ur guide missed this step src/common/mapindex.h #define MAP_MAPNAME "mapname"] and this } else if (strncmp(map_name, "<mapname>", <number of characters required>) == 0) { town = 26; @TS read the Wiki that provided by Eurydice... and make sure you recompile your emulator upon editing.. Quote Link to comment Share on other sites More sharing options...
Question
Aether
Can someone give me a guide on how to put some maps to @go like I want payon to be on @go 0 and prontera to @go 3 or add custom map and put it to @go 36
Link to comment
Share on other sites
5 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.