Jump to content

Paano palitan ung @go spawn?


AOCzxc

Recommended Posts


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   1
  • Joined:  02/18/18
  • Last Seen:  

Mga boss. Paano palitan yung @go spawn?

Kunwari nag @go 0 ka, tapos dun sa middle ka mag spawn. Gsto ko gawin bandang taas ung  spawn location ng @go prontera ko. Thanks sa sagot mga boss..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  136
  • Reputation:   48
  • Joined:  06/18/12
  • Last Seen:  

Go to src/map/atcommand.cpp then hanapin mo tong line na to :

Quote

{ MAP_PRONTERA, 156, 191 }, // 0=Prontera

Then replace mo yung gusto mong coordinates then Recompile

Quote

{ MAP_PRONTERA, X, Y }, // 0=Prontera

 

  • Love 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   1
  • Joined:  02/18/18
  • Last Seen:  

13 hours ago, Gerzzie said:

Go to src/map/atcommand.cpp then hanapin mo tong line na to :

Then replace mo yung gusto mong coordinates then Recompile

 

Thanks man. Paano ung sa archer  village? Error ako ginawa ko is MAP_PAY_ARCHE 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  248
  • Reputation:   34
  • Joined:  11/19/11
  • Last Seen:  

8 hours ago, AOCzxc said:

Thanks man. Paano ung sa archer  village? Error ako ginawa ko is MAP_PAY_ARCHE 

make sure nag compile ka. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   1
  • Joined:  02/18/18
  • Last Seen:  

20 minutes ago, shatowolf said:

make sure nag compile ka. 

Yep boss nag compile ako error sya sa MAP_PAY_ARCHE

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  248
  • Reputation:   34
  • Joined:  11/19/11
  • Last Seen:  

22 hours ago, AOCzxc said:

Yep boss nag compile ako error sya sa MAP_PAY_ARCHE

ss mo error, post mo dto. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  136
  • Reputation:   48
  • Joined:  06/18/12
  • Last Seen:  

Go to src/common/mapindex.hpp add a line after  #define MAP_JAIL "sec_pri"

 #define MAP_JAIL "sec_pri"
+#define MAP_PAY_ARCHE "pay_arche"

Go to src/map/atcommand.cpp find and replace : -{ MAP_PRONTERA, X}, // 0=Prontera

+{ MAP_PAY_ARCHE, X}, // 0=Maintown

How to change your @go 0 from Prontera to Maintown word. Go to conf/atcommands.yml and find : Command: go

-0: prontera
+0: Maintown

 

Don't forget to recompile your server.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   1
  • Joined:  02/18/18
  • Last Seen:  

Thanks a alot mga boss. Nabago kona!

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