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...

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