Jump to content

gusto ko sana paltan name ng @go 0 ung prontera


Recommended Posts


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.02
  • Content Count:  328
  • Reputation:   13
  • Joined:  11/27/11
  • Last Seen:  

oh? nangyari na din to sakin once.. :P

Edited by Fibonacci
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

ano mga binago mo sir?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

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) {
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

Here's Patch your SVN with this

atcommand.c.patch

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

copy ko lang 2 tapos paste sa atcomands.c ko ? :)

Thanks you

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

just patch that to your rathena SVN

it will run perfectly

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

oh

your using 3CeAM?

imma create new patch for that

since i based the patch for rAthena

Edited by KeiKun
Link to comment
Share on other sites

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.

×
×
  • Create New...