Added biographies, fixed title commands error

This commit is contained in:
Waverunner
2014-02-19 14:45:02 -05:00
parent 98b84026e4
commit a2c361d612
13 changed files with 148 additions and 10 deletions
+4 -1
View File
@@ -159,6 +159,9 @@ public class SimulationService implements INetworkDispatch {
core.commandService.registerCommand("roleplay");
core.commandService.registerAlias("afk", "toggleawayfromkeyboard");
core.commandService.registerCommand("toggledisplayingfactionrank");
core.commandService.registerCommand("editbiography");
core.commandService.registerCommand("setbiography");
core.commandService.registerCommand("requestbiography");
}
@@ -620,7 +623,7 @@ public class SimulationService implements INetworkDispatch {
PlayerObject ghost = (PlayerObject) object.getSlottedObject("ghost");
core.weatherService.sendWeather(object);
if (!object.hasSkill(ghost.getProfessionWheelPosition())) {
object.showFlyText("cbt_spam", "skill_up", (float) 2.5, new RGB(154, 205, 50), 0);
object.playEffectObject("clienteffect/skill_granted.cef", "");