Jump to content

`xFrost®

Members
  • Posts

    128
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by `xFrost®

  1. Καλησπέρα σε όλους.Σε αυτό μου το guide, θα σας δείξω πως να περάσετε, το δείκο σας java code. Λοιπόν ξεκινάμε.Για παράδειγμα θα χρησιμοποιήσω αυτό το Java Code Πρώτα από όλα ανοίγουμε το Eclipse.exe. Το Code λέει να πάμε L2PCInstance Index: /java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- /java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 1434) +++ /java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (working copy) @@ -9680,6 +9680,90 @@ public boolean setActiveClass(int classIndex) { + L2ItemInstance rhand = getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND); + if (rhand != null) + { + + L2ItemInstance[] unequipped = getInventory().unEquipItemInBodySlotAndRecord(rhand.getItem().getBodyPart()); + InventoryUpdate iu = new InventoryUpdate(); + for (L2ItemInstance element : unequipped) + iu.addModifiedItem(element); + sendPacket(iu); + + } + + L2ItemInstance lhand = getInventory().getPaperdollItem(Inventory.PAPERDOLL_LHAND); + if (lhand != null) + { + + L2ItemInstance[] unequipped = getInventory().unEquipItemInBodySlotAndRecord(lhand.getItem().getBodyPart()); + InventoryUpdate iu = new InventoryUpdate(); + for (L2ItemInstance element : unequipped) + iu.addModifiedItem(element); + sendPacket(iu); + + } /* * 1. Call store() before modifying _classIndex to avoid skill effects rollover. * 2. Register the correct _classId against applied 'classIndex'. */ store(); Πρέπει να βρούμε αυτό εδώ το αρχείο L2PcInstance.java Μόλις ανοίξουμε το L2PCInstance Πατάμε Ctrl + F και γράφουμε αυτό που λέει εδώ public boolean setActiveClass(int classIndex) πατάμε ok Μετά αυτά που έχουν "+" στο Code δηλαδή αυτά εδώ + L2ItemInstance rhand = getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND); + if (rhand != null) + { + + L2ItemInstance[] unequipped = getInventory().unEquipItemInBodySlotAndRecord(rhand.getItem().getBodyPart()); + InventoryUpdate iu = new InventoryUpdate(); + for (L2ItemInstance element : unequipped) + iu.addModifiedItem(element); + sendPacket(iu); + + } + + L2ItemInstance lhand = getInventory().getPaperdollItem(Inventory.PAPERDOLL_LHAND); + if (lhand != null) + { + + L2ItemInstance[] unequipped = getInventory().unEquipItemInBodySlotAndRecord(lhand.getItem().getBodyPart()); + InventoryUpdate iu = new InventoryUpdate(); + for (L2ItemInstance element : unequipped) + iu.addModifiedItem(element); + sendPacket(iu); + + } Τα κάνουμε c/p κάτω από αυτό που έδειξα πριν public boolean setActiveClass(int classIndex) Credits: me Ότι απορίες έχετε κάντε ένα Reply Cya..
  2. 8a pas Options.properties 8a breis auto # ================================================================= # Community board configuration # ================================================================= # Type of the Community board # - Full = new Community Board ( /!\ Experimental) # - Old = old Community Bord # - off = no community Board CommunityType = old <== Kanto Full BBSDefault = _bbshome # show level of character to others in Community Board ShowLevelOnCommunityBoard = False ShowStatusOnCommunityBoard = True NamePageSizeOnCommunityBoard = 50 NamePerRowOnCommunityBoard = 5
  3. Thelw enan guard na exei Flag Mod..dld molis flagaroun na tous kanei px paralyze mono
  4. Paidia xrhshmopoiw L2JTeon to pack dn eine preconfigured..Otan kanw Agument tixenw skill alla dn to deixnei sto weapon oti etixa skill prepei na to foresw kai na koita ta skills..mipws kserete pws mpwrw na to ftiaksw?
  5. Afou dn tous paei katholou tous girnaei stin giran ksana..
  6. Sto Project pou exw dn mpwroun h Players h Normal na kanoun teleport sto Antharas Nest..L2JTeon Project.. Pws Mpwrw na to Fix afto?Opoios kserei na kanei ena reply
  7. Very nice Job and i give you +1 KARMA ok
  8. Molis dn eine mesa sto game dokimase na ton valeis jailled ton char tou kai pes tou na mpei to eixa kai egw afto to problem kai ekana afto kai eitan ok..Twra dn eime kai sigouros ama piash se esena afto
  9. Vale sto ExternalHostname: NO-IP InternalHostname: 127.0.0.1
  10. nai omws dn eiparxei allos tropos ektws apo to na kanw format?
  11. Kalhspera tha eithela na sas pw ena problhma pou exw me ta windows.. Loipon anoiksa to pc kai eida na mou leei ta windows eine plasta kai dn me afhne na xrhshmopoihsw program ktlp..mipws kserete ti mpwrw na kanw..
  12. Afto gia na to kaneis xreiazete na kaneis Compile to pack sou.. Ama to pack sou eine Preconfigured dn mpwreis na to kaneis.. Mono me Compile kai Java.. Afto to forum exei xiliades guide pws tha kaneis Compile re
  13. Peigene sto game kai pata ALT+G kai grapse to name tou kai tha to vreis
  14. Kalhtero eine tou petmezi to pack.. Alla prepei na kaneis Compile gt eine preconfigured kai exoun polla bugs.. Ektws apo afto se preconfigured pack dn mpwreis na kaneis Compile Opote to forum afto exei polla guide pws na kaneis Compile kai tha matheis
  15. Peigene database ==> l2jdb ==> backup eine mia kaseta se sxedio pata panw tou pata NEW BACKUP ==> Start afto mono
  16. Mallon ta Ports dn tha eine Online kane afto to Guide http://www.maxcheaters.com/forum/index.php?topic=54283.0 eine polh xrisimo afto
×
×
  • Create New...