Jump to content
  • 0

Server Info


L2KingWorld

Question

12 answers to this question

Recommended Posts

  • 0

image.jpg

 

pedes pos to dior8ono

Πήγαινε Gmaeserver/clientpackets/EnterWorld.java

 

*        activeChar.sendMessage("This server uses ΒΑΛΕ ΟΤΙ ΘΕΣ, a project founded by L2Chef and");

*        activeChar.sendMessage("developed by the ΚΑΙ ΕΔΩ");

        

        SevenSigns.getInstance().sendCurrentPeriodMsg(activeChar);

        Announcements.getInstance().showAnnouncements(activeChar);

        

        loadTutorial(activeChar);

Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

ty aderfe alla den to vrisko

Τι Pack έχεις?

 

L2JFrozen: Gameserver/head-src/com/l2jfrozen/gameserver/network/clientpackets/EnterWorld.java

L2J aCis/L2J Server: Gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.Java

L2J Hellas: L2JHellasC/java/com/l2jhellas/gameserver/clientpackets/EnterWorld.java

 

Ένα από τα τέσσερα σίγουρα έχεις...

Link to comment
Share on other sites

  • 0

Gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.Java

 

Κάνε αναζήτηση για:

 

SevenSigns.getInstance().sendCurrentPeriodMsg(activeChar);
        Announcements.getInstance().showAnnouncements(activeChar);
        
        loadTutorial(activeChar);

 

Μετά από πάνω θα δεις τα Credit's.

Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

 edo to exi etsi

Gameserver/java/net/sf/l2j/gameserver/clientpackets/EnterWorld.Java

xoris to (network)

 

ektos ekana ke anazitisi  (founded by L2Chef and) ke den iparxi edo sto EnterWorld.java

       sm = new SystemMessage(SystemMessageId.S1_S2);
        sm.addString(getText("Q29weXJpZ2h0IDIwMDQtMjAwNw=="));
        sendPacket(sm);
        sm = new SystemMessage(SystemMessageId.S1_S2);
        sm.addString(getText("V2VsY29tZSB0byA="));
        sm.addString(LoginServerThread.getInstance().getServerName());
        sendPacket(sm);

        SevenSigns.getInstance().sendCurrentPeriodMsg(activeChar);
        Announcements.getInstance().showAnnouncements(activeChar);

		Quest.playerEnter(activeChar);
		activeChar.sendPacket(new QuestList());
				if (Config.NAME_COLOR_SYSTEM)
								{
						activeChar.getAppearance().setNameColor(Config.NAME_COLOR);
								}
					

		if (Config.SERVER_NEWS)
		{
			String serverNews = HtmCache.getInstance().getHtm("data/html/servnews.htm");
			if (serverNews != null)
				sendPacket(new NpcHtmlMessage(1, serverNews));
		}

		PetitionManager.getInstance().checkPetitionMessages(activeChar);

        // send user info again .. just like the real client
        //sendPacket(ui);
      if (Config.SERVER_VERSION != null)
        {
            sm = new SystemMessage(SystemMessageId.S1_S2);
            sm.addString(getText("TDJKIFNlcnZlciBWZXJzaW9uOg==")+"      "+Config.SERVER_VERSION);
            sendPacket(sm);
        }

        if (Config.DATAPACK_VERSION != null)
        {
            sm = new SystemMessage(SystemMessageId.S1_S2);
            sm.addString(getText("TDJKIERhdGFwYWNrIFZlcnNpb246")+"  "+Config.DATAPACK_VERSION);
            sendPacket(sm);
        }
        sm = null;

        sm = new SystemMessage(SystemMessageId.S1_S2);
        sm.addString(getText("Q29weXJpZ2h0IDIwMDQtMjAwNw=="));
        sendPacket(sm);
        sm = new SystemMessage(SystemMessageId.S1_S2);
        sm.addString(getText("V2VsY29tZSB0byA="));
        sm.addString(LoginServerThread.getInstance().getServerName());
        sendPacket(sm);

        SevenSigns.getInstance().sendCurrentPeriodMsg(activeChar);
        Announcements.getInstance().showAnnouncements(activeChar);

		Quest.playerEnter(activeChar);
		activeChar.sendPacket(new QuestList());
				if (Config.NAME_COLOR_SYSTEM)

oute pano oute kato

Edited by L2KingWorld
Link to comment
Share on other sites

  • 0

τι βλέπουν τα μάτια μου παναγία μου..

σβήσε αυτά,

 

sm = new SystemMessage(SystemMessageId.S1_S2);
sm.addString(getText("Q29weXJpZ2h0IDIwMDQtMjAwNw=="));
sendPacket(sm);
sm = new SystemMessage(SystemMessageId.S1_S2);
sm.addString(getText("V2VsY29tZSB0byA="));
sm.addString(LoginServerThread.getInstance().getServerName());
sendPacket(sm);

 

sm = null;

sm = new SystemMessage(SystemMessageId.S1_S2);
sm.addString(getText("Q29weXJpZ2h0IDIwMDQtMjAwNw=="));
sendPacket(sm);
sm = new SystemMessage(SystemMessageId.S1_S2);
sm.addString(getText("V2VsY29tZSB0byA="));
sm.addString(LoginServerThread.getInstance().getServerName());
sendPacket(sm);

 

και αν θες να μην δειχνει ουτε το rev της l2j που χρησιμοποιεις σβήσε κ αυτά,

if (Config.SERVER_VERSION != null)
{
sm = new SystemMessage(SystemMessageId.S1_S2);
sm.addString(getText("TDJKIFNlcnZlciBWZXJzaW9uOg==")+" "+Config.SERVER_VERSION);
sendPacket(sm);
}

if (Config.DATAPACK_VERSION != null)
{
sm = new SystemMessage(SystemMessageId.S1_S2);
sm.addString(getText("TDJKIERhdGFwYWNrIFZlcnNpb246")+" "+Config.DATAPACK_VERSION);
sendPacket(sm);
}

Link to comment
Share on other sites

  • 0

den iparxi

den iparxei to l2chef me search.malon ayto edw prepei na sviseis:

 

sm = new SystemMessage(SystemMessageId.S1_S2);

sm.addString(getText("Q29weXJpZ2h0IDIwMDQtMjAwNw=="));

sendPacket(sm);

sm = new SystemMessage(SystemMessageId.S1_S2);

sm.addString(getText("V2VsY29tZSB0byA="));

sm.addString(LoginServerThread.getInstance().getServerName());

sendPacket(sm);

 

alla ap oti vlepw einai panw ap to datapack kai server revision opote psaxe gia kati paromoio an iparxei panw ap ayto ston kwdika:

 

if (Config.SERVER_VERSION != null)

{

sm = new SystemMessage(SystemMessageId.S1_S2);

sm.addString(getText("TDJKIFNlcnZlciBWZXJzaW9uOg==")+" "+Config.SERVER_VERSION);

sendPacket(sm);

}

 

if (Config.DATAPACK_VERSION != null)

{

sm = new SystemMessage(SystemMessageId.S1_S2);

sm.addString(getText("TDJKIERhdGFwYWNrIFZlcnNpb246")+" "+Config.DATAPACK_VERSION);

sendPacket(sm);

}

 

 

pantws kati me tetoia alabournezika einai pou prepei na sviseis den thimamai akrivws. an thes vale to enterworld.java sto pastebin kai steilto na sou pw akrivws ti tha sviseis

 

 

EDIT: @Fanky otan apantisa den ipirxe to post sou to grafw gia na min grapsoun malakies to anaferw

Edited by nikosdevil20
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • God gifted lost Lover Spells Caster Prof. Joseph to reunite you with your ex within a short period of time with too much love and respect than ever before. Many people still question whether love spells work or not, permanent or effective? This can be based from past experiences where they tried some spell casters but not fully satisfied with their results or the love spells worked for just a short period and sometimes even never saw any results. To avoid such situations you have to be careful with spell casters you approach, some are limited with certain Spiritual powers to cast good love spells to help people in their relationships or marriages. Many good love spell casters are out there in the world (Africa, Asia and so on) Yes, I Guarantee love spells really work, whether you are in a situation where you want to bring back your lost lover (lost lover spell), you want to get married to someone in a relationship(marriage spells),to increase love in your relationship (love affection spells) and many other related love spells, you will get HELP. It does not matter where you are or where your partner is, you don't have to be unhappy of a situation you can solve IMMEDIATELY, it is all about finding a GOOD, TRUE and REAL love spell caster with super natural powers in spell castings to change your love life forever. PROF. JOSEPH is a Celebrated AWARD WINNING Love Spell Caster with 50years of Casting Experience whose works have won HIM friendship all over the world from the people HE met and changed their lives. To know more about spells and his wonderful works. For reading world wide!. N.B. ALL HEART BROKEN PEOPLE & THOSE WHO HAVE BEEN SCAMMED ALOT BY FAKE ONLINE CASTERS ALL OVER THE WORLD PLEASE DON'T LOOSE HOPE,FEEL FREE TO CONSULT ME FOR INSTANT READING AND REUNION WITH YOUR EX LOVER NO MATTER THE SITUATION IN 12 HOURS ONLY. Call/WhatsApp: +27630699577 Email: babajoseph473@gmail. com Website: https://traditional-herbalist-healer.webnode.com
    • God gifted lost Lover Spells Caster Prof. Joseph to reunite you with your ex within a short period of time with too much love and respect than ever before. Many people still question whether love spells work or not, permanent or effective? This can be based from past experiences where they tried some spell casters but not fully satisfied with their results or the love spells worked for just a short period and sometimes even never saw any results. To avoid such situations you have to be careful with spell casters you approach, some are limited with certain Spiritual powers to cast good love spells to help people in their relationships or marriages. Many good love spell casters are out there in the world (Africa, Asia and so on) Yes, I Guarantee love spells really work, whether you are in a situation where you want to bring back your lost lover (lost lover spell), you want to get married to someone in a relationship(marriage spells),to increase love in your relationship (love affection spells) and many other related love spells, you will get HELP. It does not matter where you are or where your partner is, you don't have to be unhappy of a situation you can solve IMMEDIATELY, it is all about finding a GOOD, TRUE and REAL love spell caster with super natural powers in spell castings to change your love life forever. PROF. JOSEPH is a Celebrated AWARD WINNING Love Spell Caster with 50years of Casting Experience whose works have won HIM friendship all over the world from the people HE met and changed their lives. To know more about spells and his wonderful works. For reading world wide!. N.B. ALL HEART BROKEN PEOPLE & THOSE WHO HAVE BEEN SCAMMED ALOT BY FAKE ONLINE CASTERS ALL OVER THE WORLD PLEASE DON'T LOOSE HOPE,FEEL FREE TO CONSULT ME FOR INSTANT READING AND REUNION WITH YOUR EX LOVER NO MATTER THE SITUATION IN 12 HOURS ONLY. Call/WhatsApp: +27630699577 Email: babajoseph473@gmail. com Website: https://traditional-herbalist-healer.webnode.com
    • I would like to know if anyone has an interface for H5 that shows the debuff's in TargetStatusWnd or if they have the code for TargetStatusWnd.uc and TargetStatusWnd in interface.xdat with that future. I'm trying to implement this function in my interface, but I can't find any interface that has it to view the code. Thank you very much to this excellent community.
    • DISCORD : utchiha_market telegram  https://t.me/utchiha_market SELLIX STORE : https://utchiha-market.mysellix.io/ Join our server for more products : https://discord.gg/hoodservices
  • Topics

×
×
  • Create New...