Jump to content
  • 0

change title


Question

6 answers to this question

Recommended Posts

  • 0
Posted

RequestNewCharCreate or smth like that.

There's a packet with a name like that or something around there, modify it.

  • 0
Posted

/java/net/sf/l2j/gameserver/network/clientpackets/CharacterCreate.java

 

newChar.setCurrentHp(template.baseHpMax);

newChar.setCurrentCp(template.baseCpMax);

newChar.setCurrentMp(template.baseMpMax);

// newChar.setMaxLoad(template.baseLoad);

newChar.setTitle("");

 

CharCreateOk cco = new CharCreateOk();

sendPacket(cco);

 

initNewChar(getClient(), newChar);

add this and set ur desired title...

  • 0
Posted

you need the source code to do it without it you cant do a damn thing also cause of you use preconf shit also its shitlude i guess you dont know anything about java so first start to get some brain :)

  • 0
Posted

you need the source code to do it without it you cant do a damn thing also cause of you use preconf shit also its shitlude i guess you dont know anything about java so first start to get some brain :)

+1

locked.

Guest
This topic is now closed to further replies.


×
×
  • Create New...