Kariton Revolution Posted January 25, 2012 Posted January 25, 2012 gusto ko sana paltan ung @go 0 prontera gagawin ko ung @go 0 sa Custom map ko pano un? kc ni rename ko ung sa src/map/atcommand.c pati src/common/mapindex.h lahat ng prontera pinaltan ko ng Custom map ko pero pag compile ko error how e2 ung sinunod ko http://www.eathena.ws/board/index.php?showtopic=205044 Quote
Lordamax Posted January 25, 2012 Posted January 25, 2012 (edited) oh? nangyari na din to sakin once.. Edited January 25, 2012 by Fibonacci Quote
KeiKun Posted January 25, 2012 Posted January 25, 2012 (edited) all things you want to change @go 0 is this.... svnsrcmapatcommand.c { MAP_PRONTERA, 156, 191 }, // 0=Prontera this clif_displaymessage(fd, " 0=Prontera 1=Morroc 2=Geffen"); then if (strncmp(map_name, "prontera", 3) == 0) { then instead of changing #define MAP_PRONTERA "prontera" define a new map #define MAP_CUSTOM "Custom" Edited January 25, 2012 by KeiKun Quote
Kariton Revolution Posted January 25, 2012 Author Posted January 25, 2012 e2 binago ko sa src/map/atcommand.c e2 ung ginawa ko pinaltan ko ung prontera pero pag compile ko 2 error parin/ { MAP_DEWATA, 156, 191 }, // 0=Dewata clif_displaymessage(fd, " 0=Dewata 1=Morroc 2=Geffen"); if (strncmp(map_name, "dewata", 3) == 0) { Quote
KeiKun Posted January 26, 2012 Posted January 26, 2012 so you want dewata? as your @go 0? how about prontera? since { MAP_DEWATA, 200, 180 }, // 32=Dewata dewata @go 32 prontera @go 0 you want me to switch it? imma create a patch for you to fix it Quote
KeiKun Posted January 26, 2012 Posted January 26, 2012 Here's Patch your SVN with this atcommand.c.patch Quote
Kariton Revolution Posted January 26, 2012 Author Posted January 26, 2012 copy ko lang 2 tapos paste sa atcomands.c ko ? Thanks you Quote
KeiKun Posted January 26, 2012 Posted January 26, 2012 just patch that to your rathena SVN it will run perfectly Quote
KeiKun Posted January 26, 2012 Posted January 26, 2012 apply patch using tortoise svn or other SVN Client this can only be possible if your svn is checkout ( fresh SVN) if your using SVN as Pre Compiled it will not work Quote
Kariton Revolution Posted January 26, 2012 Author Posted January 26, 2012 im using 3ceam r660 ? Quote
KeiKun Posted January 27, 2012 Posted January 27, 2012 (edited) oh your using 3CeAM? imma create new patch for that since i based the patch for rAthena Edited January 27, 2012 by KeiKun Quote
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.