Jump to content
  • 0

Remove chest on enter (FROZEN)


xRelic

Question

Ψαχνω ενα code που δεν ειναι πανω απο 10 λεξεις! οσο και σαν σας ακουγεται παραξενο παλιοτερα ειχα ενα code που οταν ο τσαρ εκανε λογγιν αυτοματα εβγαινε το chest μηπως το θυμαται καποιος? (FROZEN)

 

enterworld.java

 

//remove chest

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

G.T. :

Τι θα θέλατε να αποφεύγεται με την αφαίρεση chest κατά την είσοδο σας στο παιχνίδι.

 

What you want to avoid with removing chest on enter in game? 

Link to comment
Share on other sites

  • 0
            L2ItemInstance chest = getInventory().getPaperdollItem(Inventory.PAPERDOLL_CHEST);
            if (chest != null)
              {
                  L2ItemInstance[] unequipped = getInventory().unEquipItemInBodySlotAndRecord(chest.getItem().getBodyPart());
                  InventoryUpdate iu = new InventoryUpdate();
                  for (L2ItemInstance element : unequipped)
                      iu.addModifiedItem(element);
                  sendPacket(iu);
              }

Edited by ~Sens
Link to comment
Share on other sites

  • 0

Γιατι γινεται αυτο? Θυμαμαι παλιοτερα εναν κοντ που ειχα ηταν 2 γραμμες δεν ηταν παραπανω κ αμεσως το δεχοταν.

Χωρίς τίτλο.png

Edited by Ave™
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


  • Posts

    • Someone ask me for this, it should work on any client that has Kamael race, preview:     Installation - there are two ways to install depending on how you want to use it:   Method 1: If you want to completely replace the original, do:   Copy all lines from your armorgrp to Notepad++, press Ctrl+H, check the "match whole word" option and replace:   kamael.Mkamael_m000_w_ad00   by:   AvengersKamaelWings.Avengers_MKamael_m001_w_ad00   Then replace:   MKamael.Mkamael_m000_t00_w   by:   AvengersKamaelWings.MKamael_m001_t00_w   Now repeat the same process with the female, replace:   kamael.Fkamael_m000_w_ad00   by:   AvengersKamaelWings.Avengers_FKamael_m001_w_ad00   Then replace:   FKamael.Fkamael_m000_t00_w   by:   AvengersKamaelWings.FKamael_m001_t00_w   You're done, paste everything back into File Edit and save!   Method 2: If you only want to replace in specific sets, execute the above process only on the armorgrp of those sets.   Repack by: AvengersTeamBr Password: LadrãoDeFrango      
    • 用于解密、加密和编辑 .u 文件的工具。
    • It's always awesome when you find someone who not only delivers great quality but also does it way ahead of schedule. Makes you feel like you hit the jackpot, right? I'm new around here, just stumbled upon this forum, and seeing posts like yours really gives me hope that there are some real pros hanging out in this community.
    • Dear friends! We have good news to announce that the server that will open in June 1 will be the Main server and every 4 months we will make another season server and integrate ( merge ) it into the main that will always be open..  
  • Topics

×
×
  • Create New...