Jump to content

Alexi

Members
  • Posts

    683
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Alexi

  1. file m dn me katalaves ti thelw na kanw... dn thelw na fixaro anti phx enchant.... aplws thelw me ta blessed otan spaei ena weap na to pigeni sto +10 anti na to pigeni sto +0 .. elpizo na me katalaves twra...!!

    to ksero oti den 8es gia na ftiaxeis to phx-enchant alla sto guide auto leei pos na pareis ta opla ktlp apo to shop kateu8eian sto +10 p.x. , tora gia na kaneis auto akribos pou 8es esy den ksero, 8a to psakso ligo k 8a sou po

     

     

    Edit:  RequestEnchantItem.java

     

      if (!blessedScroll)

                {

                    if (item.getEnchantLevel() > 0)

                    {

                        sm = new SystemMessage(SystemMessageId.ENCHANTMENT_FAILED_S1_S2_EVAPORATED);

                        sm.addNumber(item.getEnchantLevel()+10); <--------

                        sm.addItemName(item.getItemId());

                        activeChar.sendPacket(sm);

                    }

    8a to breis stis Line 244 -252 , logika 8a leitourgisei etc alla den to dokimasa...

  2. Anoikse auto to java arxeio

    RequestEnchantItem.java

     

    to opio 8a to breis edo

    \java\net\sf\l2j\gameserver\clientpackets

     

    Psakse gia autes edo tis grammes

     

                	else
               	{
               		sm = new SystemMessage(SystemMessageId.S1_S2_SUCCESSFULLY_ENCHANTED);
               		sm.addNumber(item.getEnchantLevel());
               		sm.addItemName(item.getItemId());
               		activeChar.sendPacket(sm);
               	}
               	item.setEnchantLevel(item.getEnchantLevel()+1);
               	item.updateDatabase();
               }
           }

     

    Allakse to noumero stin grammi authn k eisai etoimos, afou to kaneis compile meta ennoeite...

     

    item.setEnchantLevel(item.getEnchantLevel()+1);

     

    Elpizo na se boi8isa...

     

    PS: Auto 8a allaksei k to normal enchant sou tora gia ta blessed psaxto ligo k esy , ego aplos sou edosa tin bash ;)...

  3. sugnwmh gia to double post apla biazome .

    mporei na mou peis kaneis?

    to problima sou einai sto L2World.java anoikse to k an den kano la8os sta deksia tis konsolas tou arxeiou 8a sou exei mia kokkinh paula (mporei k kitrinh) auto shmainei oti kati paizei sto sygkekrimeno line bres to k des ti lysh sou proteinei to eclipse...
  4. Hello all, i know that this mod has been shared before but i searched for it and the links that i found are broken so i decided to re-share it...

     

    A few words about it:

    War of races mod is a faction system but not good vs evil its every race for its own, (e.g. Humans Vs Dark Elves Vs Elves Vs Orc etc...)

     

    You can download the diff file from here:

    http://www.4shared.com/file/mx_P-aLl/War_of_Races_IL.html

     

    Credits: ChaossMaster for making it for IL

  5. Well guys i have a problem in compiling the pack, look

     

    [mkdir] Created dir: C:\Users\Costas\Desktop\L1J-Platinum\l1j-en\build

        [javac] Compiling 613 source files to C:\Users\Costas\Desktop\L1J-Platinum\l1j-en\build

        [javac] Note: C:\Users\Costas\Desktop\L1J-Platinum\l1j-en\src\l1j\server\server\model\skill\L1SkillTimer.java uses or overrides a deprecated API.

        [javac] Note: Recompile with -Xlint:deprecation for details.

        [javac] Note: C:\Users\Costas\Desktop\L1J-Platinum\l1j-en\src\l1j\server\server\model\L1Inventory.java uses unchecked or unsafe operations.

        [javac] Note: Recompile with -Xlint:unchecked for details.

    jar:

          [jar] Building jar: C:\Users\Costas\Desktop\L1J-Platinum\l1j-en\l1jen.jar

    clean2:

      [delete] Deleting directory C:\Users\Costas\Desktop\L1J-Platinum\l1j-en\build

    all:

    BUILD SUCCESSFUL

    Total time: 28 seconds

    As you can see is building succeful the pack but then it deletes it, any ideas???

×
×
  • Create New...