Jump to content

Recommended Posts

Posted (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 by KeiKun
Posted

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) {
Posted

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

Posted

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

Posted (edited)

oh

your using 3CeAM?

imma create new patch for that

since i based the patch for rAthena

Edited by KeiKun

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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