No exp for entertainer above 90, fixed unity radial, changed giveItems

This commit is contained in:
Waverunner
2014-03-23 15:59:29 -04:00
parent d108353614
commit 0f390c063b
9 changed files with 81 additions and 33 deletions
@@ -322,15 +322,15 @@ public class TangibleObject extends SWGObject {
}
public void showFlyText(String stfFile, String stfString, String customText, int xp, float scale, RGB color, int displayType, int unkInt) {
Set<Client> observers = getObservers();
//Set<Client> observers = getObservers();
if (getClient() != null) {
getClient().getSession().write((new ObjControllerMessage(0x0000000B, new ShowFlyText(getObjectID(), getObjectID(), unkInt, 1, 1, -1, stfFile, stfString, customText, xp, scale, color, displayType))).serialize());
}
for (Client client : observers) {
/*for (Client client : observers) {
client.getSession().write((new ObjControllerMessage(0x0000000B, new ShowFlyText(client.getParent().getObjectID(), getObjectID(), unkInt, 1, 1, -1, stfFile, stfString, customText, xp, scale, color, displayType))).serialize());
}
}*/
}
public void playEffectObject(String effectFile, String commandString) {