Jump to content

Add Cutom Title On New Created Chars !


Recommended Posts

i have errors can you help me? 76857940.jpg

you didn't place it in the correct position , you should practise a lil to learn you should add the codes i will help you tommorow
Link to comment
Share on other sites

  • 1 month later...

 

3. Go to net.sf.l2j.gameserver.clientpackets.CharacterCreate.java at line 181 add

                               

Code:

 

                                if (Config.CHAR_TITLE)

               

                                        newChar.setTitle(Config.ADD_CHAR_TITLE);

                                else

                                        newChar.setTitle("");

[/Quote]

 

For Freya server, the 181 is the number?

Thank!

 

Link to comment
Share on other sites

  • 3 weeks later...

I get 2 errors at

                               -->  newChar <--  .setTitle(Config.ADD_CHAR_TITLE);

                           

                                --> newChar <-- .setTitle("");

Can help me?                

Link to comment
Share on other sites

cool but i have one qustion ... where can i find net.sf.l2j.Config.java and 

net.sf.l2j.gameserver.clientpackets.CharacterCreate.java ????

 

You can find it at net.sf.l2j.gameserver.network.clientpackets.CharacterCreate.java

Our friend don't add "network" near gameserver ;) check it

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
  • 1 month later...
  • 4 weeks later...
  • 1 month later...

I get 2 errors at

                                -->  newChar <--  .setTitle(Config.ADD_CHAR_TITLE);

                           

                                --> newChar <-- .setTitle("");

Can help me?                

 

I have the same problem... i add the line at 181 and i have that two errors... can someone help us plz??

Thank you

Link to comment
Share on other sites

I have the same problem... i add the line at 181 and i have that two errors... can someone help us plz??

Thank you

egh how simple is that..

you just have to type activeChar instead of newChar

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...