AOCzxc Posted March 25, 2021 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 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 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 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 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 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 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 Author Share Posted March 27, 2021 Thanks a alot mga boss. Nabago kona! Quote Link to comment Share on other sites More sharing options...