사이트 로그인
2017.01.23 23:09
1. 자동전직
게임서버 > config > main > custom.properties를 메모장이나 수정가능한걸로 여신후
gameserver.simple.secondclass.enable = false 를 검색해서
gameserver.simple.secondclass.enable = true 로 수정
2. 자동스킬 , 자동 스티그마
membership.properties를 여셔서
# Enable skill auto learn mode
# Default: 10
gameserver.autolearn.skill = 10 > 스킬
# Enable stigma auto learn mode
# Default: 10
gameserver.autolearn.stigma = 10 > 스티그마
skill을 검색하시고 내리면 스티그마도 같이 있습니다.
# Enable skill auto learn mode
# Default: 10
gameserver.autolearn.skill = 0
# Enable stigma auto learn mode
# Default: 10
gameserver.autolearn.stigma = 0
이렇게 수정 10은 수동/습득이고 0은 자동입니다.