Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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

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