AOCzxc Posted March 25, 2021 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 02/18/18 Last Seen: March 16, 2023 Share Posted March 25, 2021 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.. Quote Link to comment Share on other sites More sharing options...
Gerzzie Posted March 25, 2021 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 137 Reputation: 48 Joined: 06/18/12 Last Seen: Yesterday at 06:40 AM Share Posted March 25, 2021 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 1 Quote Link to comment Share on other sites More sharing options...
AOCzxc Posted March 25, 2021 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 02/18/18 Last Seen: March 16, 2023 Author Share Posted March 25, 2021 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 Quote Link to comment Share on other sites More sharing options...
shatowolf Posted March 26, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 259 Reputation: 35 Joined: 11/19/11 Last Seen: Thursday at 11:19 AM Share Posted March 26, 2021 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. Quote Link to comment Share on other sites More sharing options...
AOCzxc Posted March 26, 2021 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 02/18/18 Last Seen: March 16, 2023 Author Share Posted March 26, 2021 20 minutes ago, shatowolf said: make sure nag compile ka. Yep boss nag compile ako error sya sa MAP_PAY_ARCHE Quote Link to comment Share on other sites More sharing options...
shatowolf Posted March 27, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 259 Reputation: 35 Joined: 11/19/11 Last Seen: Thursday at 11:19 AM Share Posted March 27, 2021 22 hours ago, AOCzxc said: Yep boss nag compile ako error sya sa MAP_PAY_ARCHE ss mo error, post mo dto. Quote Link to comment Share on other sites More sharing options...
Gerzzie Posted March 27, 2021 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 137 Reputation: 48 Joined: 06/18/12 Last Seen: Yesterday at 06:40 AM Share Posted March 27, 2021 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, Y }, // 0=Prontera +{ MAP_PAY_ARCHE, X, Y }, // 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. 1 Quote Link to comment Share on other sites More sharing options...
AOCzxc Posted March 27, 2021 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 02/18/18 Last Seen: March 16, 2023 Author Share Posted March 27, 2021 Thanks a alot mga boss. Nabago kona! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.