Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tutorial] Change Hometown

Newbie Spellweaver
Joined
Apr 16, 2012
Messages
28
Reaction score
4
Changing the requirement of hometown from 20 to 150

open up the client src then open nationsupport.cpp search for

case SWD_MOVE_TO_HOMETOWN:
{
if( 150 >= Hero->lv && 0 < Hero->lv)//20 ÀÌÇϸ¸ »ç¿ë °¡´É
there you go change the hometown teleport from option from 20 to 150
 
Back
Top