Jump to content

Recommended Posts

Posted

Pws ginetai na allaksw apo ola ta mobs to title ektos apo mesa sto game me alt + shift ? 

kai an den ginetai ola mazi ena ena diaforetika . 

Help ligo paidia. 

thx!

Posted

einai sto data/xml npc opote den ginete na kanis maziki allagi sto title ton mob gt tha allaksi kai sta npc to title

Posted (edited)

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
Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock