Jump to content
  • 0

[Help] I Need A Bit Help. Thank You!


Question

Posted (edited)

Hello everybody. I just download the L2 Primer Pack to check it but i stuck at this step. As you can see is False but is still there when i login with the  char. How can i delete it or change the name? If someone know and he need to help me will be my pleasure. Thank you very much at all. Have a nice day!!

 

# Show Welcome PM on start
PMWelcomeShow = False
PMServerName = L2-Frozen
PMText1 = Have Fun and Nice Stay on
PMText2 = Vote for us every 24h
 
I try it like that as well but is not happend!
 
 
# Show Welcome PM on start
PMWelcomeShow = True
PMServerName = L2-Frozen
PMText1 = Have Fun and Nice Stay on
PMText2 = Vote for us every 24h
 
 
 
10woc2r.jpg
Edited by zenernom

9 answers to this question

Recommended Posts

  • 0
Posted

PMWelcomeShow = True
PMServerName = L2-Frozen
PMText1 = Have Fun and Nice Stay on
PMText2 = Vote for us every 24h

 

just try to make something like that

PMServerName = 
PMText1 = 
PMText2 = 

maybe works

  • 0
Posted

I cant undestand what that means. Van you explain it better plese? Sorry and thank you for your reply. :)

open eclipse and go to /gameserver/head-src/com/l2jfrozen/gameserver/network/clientpackets/EnterWorld.java and find

		if (Config.PM_MESSAGE_ON_START)
		{
			activeChar.sendPacket(new CreatureSay(2, Say2.HERO_VOICE, Config.PM_TEXT1, Config.PM_SERVER_NAME));
			activeChar.sendPacket(new CreatureSay(15, Say2.PARTYROOM_COMMANDER, activeChar.getName(), Config.PM_TEXT2));
		}

delete that part and compile

  • 0
Posted (edited)

As le memer said, but would be better if you check that config > Config.PM_MESSAGE_ON_START < @ Config.java

 

Make sure the responsible config @ properties is PMWelcomeShow.

 

For example

ALT_GAME_FREIGHTS = players.getProperty("AltGameFreights", false);

Make sure your config under players.properties is AltGameFreights, otherwise default config will be used (false in that case). I guess, you got the point.

Edited by SweeTs
  • 0
Posted

Sorry lads but i dont know what to do. I find all your examples but abour '' eclipse '' i dont know nothing how to fix / delete / add etc not even Compile. If someone have a bit time for me PLEASE to give me a hand will be my pleasure!! Sorry and thank you all who try :)

  • 0
Posted

install eclipse

open eclipse

go to help -> install new software

put in http://subclipse.tigris.org/update_1.10.x

install

accept all

window -> show view -> other -> svn -> repositories

copy

right click -> new repository location -> put in l2j frozen svn

right click on gameserver folder -> checkout

window -> preferences -> java -> i nstalled jre -> search (program files?) -> use jdk

find com.l2jfrozen.gameserver.network.clientpackets

find enterworld

find that config and delete

save

right click build xml -> run as ant build 1

find workspace location

find the /build/dist/gameserver/libs and l2jfrozen-core

replace your l2jfrozen-core jar with new

run server

 

video

http://www.twitch.tv/l2excelsis/c/7010562

  • 0
Posted

install eclipse

open eclipse

go to help -> install new software

put in http://subclipse.tigris.org/update_1.10.x

install

accept all

window -> show view -> other -> svn -> repositories

copy

right click -> new repository location -> put in l2j frozen svn

right click on gameserver folder -> checkout

window -> preferences -> java -> i nstalled jre -> search (program files?) -> use jdk

find com.l2jfrozen.gameserver.network.clientpackets

find enterworld

find that config and delete

save

right click build xml -> run as ant build 1

find workspace location

find the /build/dist/gameserver/libs and l2jfrozen-core

replace your l2jfrozen-core jar with new

run server

 

video

http://www.twitch.tv/l2excelsis/c/7010562

hahaha cant  be more simple

  • 0
Posted (edited)

As le memer said, but would be better if you check that config > Config.PM_MESSAGE_ON_START < @ Config.java

 

Make sure the responsible config @ properties is PMWelcomeShow.

 

For example

ALT_GAME_FREIGHTS = players.getProperty("AltGameFreights", false);

Make sure your config under players.properties is AltGameFreights, otherwise default config will be used (false in that case). I guess, you got the point.

 

I find this here !!! :?

 

 

PM_MESSAGE_ON_START = Boolean.parseBoolean(frozenSettings.getProperty("PMWelcomeShow", "False"));

 

 

 

open eclipse and go to /gameserver/head-src/com/l2jfrozen/gameserver/network/clientpackets/EnterWorld.java and find

		if (Config.PM_MESSAGE_ON_START)
		{
			activeChar.sendPacket(new CreatureSay(2, Say2.HERO_VOICE, Config.PM_TEXT1, Config.PM_SERVER_NAME));
			activeChar.sendPacket(new CreatureSay(15, Say2.PARTYROOM_COMMANDER, activeChar.getName(), Config.PM_TEXT2));
		}

delete that part and compile

 

I done this 1st but from L2Primer is gone to L2Elysium!

 

 

 

 

 

 

 

 

After Long time i found it !!! :)

 

 

 

Edited by zenernom

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
Answer this question...

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