Jump to content
AOCzxc

Paano palitan ung @go spawn?

Recommended Posts

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

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

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

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

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

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

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