Jump to content

MairWeb

Members
  • Posts

    100
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About MairWeb

Profile Information

  • Current Mood
    Angry
  • Gender
    Male
  • Country
    Greece

Recent Profile Visitors

1,543 profile views

MairWeb's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. pws mporo na kanw ta siege zone na pernoune pvp rewords coin px ??
  2. this is my acis work check this link Index: java/net/sf/l2j/gameserver/model/actor/Playable.java =================================================================== --- java/net/sf/l2j/gameserver/model/actor/Playable.java (revision 35) +++ java/net/sf/l2j/gameserver/model/actor/Playable.java (working copy) @@ -12,6 +12,7 @@ import net.sf.l2j.gameserver.model.actor.stat.PlayableStat; import net.sf.l2j.gameserver.model.actor.status.PlayableStatus; import net.sf.l2j.gameserver.model.actor.template.CreatureTemplate; +import net.sf.l2j.gameserver.model.item.instance.ItemInstance; import net.sf.l2j.gameserver.model.zone.ZoneId; import net.sf.l2j.gameserver.network.SystemMessageId; import net.sf.l2j.gameserver.network.serverpackets.ActionFailed; @@ -87,6 +88,21 @@ @Override public boolean doDie(Creature killer) { + boolean b = false; + + for (ItemInstance pItem : getInventory().getPaperdollItems()) + { + int[] itemId = { your item id , your item id , your item id , 6381 }; + for (int i : itemId) + { + if (pItem != null && pItem.getItemId() == i) + { + b = true; + break; + } + } + } + // killing is only possible one time synchronized (this) { @@ -126,8 +142,12 @@ if (getCharmOfLuck()) stopCharmOfLuck(null); } + else if (b) + { + + } else stopAllEffectsExceptThoseThatLastThroughDeath(); // Send the Server->Client packet StatusUpdate with current HP and MP to all other Player to inform broadcastStatusUpdate();
  3. GR: gia pes mou pws na to kanw auto endiaferon ????
  4. GR :apla thelo otan eisai coloseu dild arena zone na metrane ta pvp sou auto file mou
  5. delete your spawnlist in navicat and make new spawnlist.sql and all is ok and spawn npc in your server good luck tell me is fix ?
  6. java/net/sf/l2j/gameserver/network/clientpackets/RequestAcquireSkillInfo.java (revision 4) +++ java/net/sf/l2j/gameserver/network/clientpackets/RequestAcquireSkillInfo.java (working copy) @@ -17,8 +17,8 @@ import net.sf.l2j.Config; import net.sf.l2j.gameserver.datatables.SkillTable; import net.sf.l2j.gameserver.datatables.SkillTreeTable; -import net.sf.l2j.gameserver.datatables.SpellbookTable; import net.sf.l2j.gameserver.model.L2PledgeSkillLearn; +import net.sf.l2j.gameserver.model.L2RebirthSkillLearn; import net.sf.l2j.gameserver.model.L2Skill; import net.sf.l2j.gameserver.model.L2SkillLearn; import net.sf.l2j.gameserver.model.actor.L2Npc; @@ -62,7 +62,7 @@ switch (_skillType) { - // General skills + // Trance's Rebirth skills. case 0: int skillLvl = activeChar.getSkillLevel(_skillId); if (skillLvl >= _skillLevel) @@ -74,14 +74,13 @@ if (!trainer.getTemplate().canTeach(activeChar.getSkillLearningClassId())) return; - for (L2SkillLearn sl : SkillTreeTable.getInstance().getAvailableSkills(activeChar, activeChar.getSkillLearningClassId())) + for (L2RebirthSkillLearn rsl : SkillTreeTable.getInstance().getAvailableRebirthSkills(activeChar, activeChar.getSkillLearningClassId())) { - if (sl.getId() == _skillId && sl.getLevel() == _skillLevel) + if (rsl.getId() == _skillId && rsl.getLevel() == _skillLevel) { - AcquireSkillInfo asi = new AcquireSkillInfo(_skillId, _skillLevel, sl.getSpCost(), 0); - int spellbookItemId = SpellbookTable.getInstance().getBookForSkill(_skillId, _skillLevel); - if (spellbookItemId != 0) - asi.addRequirement(99, spellbookItemId, 1, 50); + AcquireSkillInfo asi = new AcquireSkillInfo(_skillId, _skillLevel, rsl.getCostSp(), 0); + if (Config.LIFE_CRYSTAL_NEEDED && rsl.getItemId() != 0) + asi.addRequirement(1, rsl.getItemId(), 1, 0); sendPacket(asi); break; } acis rev 370 to pano einai to palio eno to katw einai to new { // General skills case 0: // Player already has such skill with same or higher level. int skillLvl = player.getSkillLevel(_skillId); if (skillLvl >= _skillLevel) return; // Requested skill must be 1 level higher than existing skill. if (skillLvl != _skillLevel - 1) return; if (!folk.getTemplate().canTeach(player.getClassId())) return; // Search if the asked skill exists on player template. final GeneralSkillNode gsn = player.getTemplate().findSkill(_skillId, _skillLevel); if (gsn != null) { asi = new AcquireSkillInfo(_skillId, _skillLevel, gsn.getCorrectedCost(), 0); final int bookId = SpellbookData.getInstance().getBookForSkill(_skillId, _skillLevel); if (bookId != 0) asi.addRequirement(99, bookId, 1, 50); sendPacket(asi); } break; einai gia to rebirth system pws mporo na to peraso sto new
  7. kalimera. pws mporo na kanw. to rebirth system. na mporis na ta alaksis. i na ta bgazis.
  8. psaxno ena kodika to opion dild otan fora mia armor na min xanis ta buffs sou mono otan ti foras otan den tin exis na ta xanis psaxno sto mxc 2 meres brika merika post alla den kanoune acis 370 mpori kapios na me help me kanena allo tropo euxaristo https://maxcheaters.com/topic/73974-sharenoblesse-with-armor/
  9. katebase auta http://www.mediafire.com/file/c5s332y0us8dl8j/geo.zip
×
×
  • Create New...