start player learn gathering skill
Hello all!
please help me the problem.
I use the emu version:
https://github.com/AingCreation/Aion-Project-5.1
The start new player not gathering aria, not learn gathering skill..
Help me active the automatic new create caracter spawn map and use gathering item..Learing the automatice skill gather.
Re: start player learn gathering skill
src\com\aionemu\gameserver\services\ClassChangeService.java
input some code. :
Sample code gathering skill
PHP Code:
player.getSkillList().addSkill(player, 40001, 549);
Sample code for spawn :
PHP Code:
TeleportService2.teleportTo(player, 600050000, 398f, 2718f, 142f, (byte) 0);
and also for learning skill, etc.
Re: start player learn gathering skill