Jump to content

tazerman2

Members
  • Posts

    678
  • Credits

  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    0%

Everything posted by tazerman2

  1. can you give me more information how can I do it?
  2. is from L2TeleporterInstance find this if (condition == COND_REGULAR) and use my code project: Frozen
  3. if player is in clan war (send messenger) else messenger and teleport back not sure
  4. hello all i have make this in gatekeeper is for show a message with time bar. ingame show me message + bar timer but do teleport without click [ OK ] button. i need someone help me with this problem and do teleport if player click only [ OK ] here is the code if (condition == COND_REGULAR) { ConfirmDlg showBar = new ConfirmDlg(SystemMessageId.WILL_BE_MOVED.getId()); showBar.addZoneName(getX(), getY(), getZ()); showBar.addTime(5000); player.sendPacket(showBar); doTeleport(player, whereTo); return; }
  5. change port 7777 to 7778 to second server and make a new hexid to second server with ID server 2
  6. fixed locked
  7. you crazy ? i have all raidboss 20-95 levels and same mob 1-95 levels code is better...
  8. hello all i need a little help i need make evasion from raidboss/monster/minions like now a raidboss have same accuracy with evasion i need make a code for take accuracy from player and sub -5 / - 10 from evasion like same this public int getEvasionRate(final L2Character target) { if (_activeChar == null) return 1; float SubEvasion = -20; if(_activeChar instanceof L2RaidBossInstance) { return (int) calcStat(Stats.EVASION_RATE, _activeChar.getEvasionRate(_activeChar) - SubEvasion, target, null); } return (int) (calcStat(Stats.EVASION_RATE, 0, target, null) / _activeChar.getArmourExpertisePenalty()); } but i am not sure how to do that if any can help i am happy
  9. hello guys i have a project jfrozen am working in jdk 1.7.0_45 and i need ask how to update my project in last rev? and if i update my project i will have problems ? "in jdk 1.7.0_45 working perfect without problems and errors" i need only update for test..
  10. trojian virus!! (keylogger) go fuck scammer!
  11. den xriazete na mou stili kamia ikona apla to exo pathi poles fores kai einai apo tis arithmies an den baleis sosta to 1/2/3/4/5/6 tote tha se petaei se alo multisell
  12. OMG RE PEDIA!! des tin sira <item id=""> an exeis balei kapou 10 kai se alo pali 10 kitaei to alo...............
  13. STOP SELL MY FILE!!!!!!!!!!!!!!! I UPLAOD FREE!!!!!!!!!!!!!!!!!!!!!!!!!!!
  14. i need some work on this project for sell protection like jguard and....
  15. yes. is rGuard for hi5 and i have addapt to interlude
  16. use all buffs with time in aio like +30 and fix time in buff +30 :P
  17. is your pc problem :happyforever:
  18. hello all and happy new year. i have a problem with radius npc. i have make a code for use some effect etc doorman npc hit alter of wind is only a effect but in a radius doorman can't see target here is code public class L2SpecialEffects implements Runnable { private L2MonsterInstance isNpc; public L2SpecialEffects(L2MonsterInstance GetNpc) { this.isNpc = GetNpc; } @Override public void run() { if (isNpc.isDead()) return; for (final L2Object o : isNpc.getKnownList().getKnownCharactersInRadius(20000)) { if(o instanceof L2MonsterInstance) { L2MonsterInstance mob = (L2MonsterInstance) o; if(mob.isDead() || mob.isInCombat()) { continue; } if(mob.getNpcId() == 300) { isNpc.broadcastPacket(new MagicSkillUser(mob, mob, 3157, 1, 800, 0)); } } } } } i need tell me where is the problem tnx
  19. l2 tales event winner take audi A7 :happyforever:
  20. check video and you see my problem. i need fix this... http://sendvid.com/o359j7m5
  21. check this is good ? if player target knownlist radius this sendpacket delay 10 sec treadpoolmanager private L2WalkingMonsterInstance target; private L2GameServerPacket mov; public void check() { for(L2Character o : target.getKnownList().getKnownCharactersInRadius(1000 * 10 * 80)) { if(o instanceof L2WalkingMonsterInstance) { L2WalkingMonsterInstance mob = (L2WalkingMonsterInstance) o; if(mob.isMoving() || mob.isRunning()) { o.sendPacket(mov); } } } }
  22. any can help me for fix this problem plz i am looking for this 4 days for fix it :S
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock