Jump to content

Paidia Ligo Help Parakalw


Recommended Posts

kateyase to notpad++ anikse ola ta arxia mazi . pata ctrl + f kai pigene ekei poy leei antikatastasi 

sto eyresi bale ayto    title="">

kai sto antikatastasi   ayto   title=" to title ">

kai kaneantikatastasi olon se ola ta anixta arxia

 

o enas tropos einai aytos o allos tropos einai me java code sto l2npc an den kanw lathos

alla den exw asxolithi me to thema opote den ton exw kai ton code

 

eykolo itan telika :P

pigene edw 

package net.sf.l2j.gameserver.network.serverpackets;

bres to arxio  NpcInfo.java  h AbstractNpcInfo.java

 

bres ayto edw 

if (_npc.isChampion())
	_title = ("Champion");
else if (_npc.getTemplate().isCustomNpc())
	_title = _npc.getTemplate().getTitle();
else
	_title = _npc.getTitle();

kai kanto etsi 

if (_npc.isChampion())
	_title = ("Champion");
else if (_npc.getTemplate().isCustomNpc())
	_title = _npc.getTemplate().getTitle();
else if (_npc.getTemplate().isType("L2Monster"))
	_title = ("Edw to title soy");
else
	_title = _npc.getTitle();
Edited by pirama
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...