- Хроники
- Shadow of the Kamael
- Исходники
- Присутствуют
- Сборка
- L2jMobius Master class ch2
Hello guys.
I'm using mobius source, and facing a problem with this part of script
Its working for set Player tittle cause it have a refresh "player.broadcastTitleInfo();" but npc dont have this. i try both options "_NPC.broadcastStatusUpdate();" and "_NPC.broadcastInfo();", but are nothing work.
Any idea how to set tittle to spawned npc?
Ty for any tip!!
I'm using mobius source, and facing a problem with this part of script
Java:
final Npc _NPC = addSpawn(NPC, NPC_SPAWN, false, 30000, true);
NPCSave = _NPC;
_NPC.setSummoner(player);
_NPC.setTitle("teste de titulo 5");
player.setTitle("teste de titulo 5");
_NPC.broadcastStatusUpdate();
_NPC.broadcastInfo();
player.broadcastTitleInfo();
htmltext = "31284-complete.html";
break;
Its working for set Player tittle cause it have a refresh "player.broadcastTitleInfo();" but npc dont have this. i try both options "_NPC.broadcastStatusUpdate();" and "_NPC.broadcastInfo();", but are nothing work.
Any idea how to set tittle to spawned npc?
Ty for any tip!!