Jump to content

Recommended Posts

Posted

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
  • 1 month later...
Posted

 

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!

 

  • 3 weeks later...
Posted

I get 2 errors at

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

                           

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

Can help me?                

Posted

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

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

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

Posted

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

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