• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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