Jump to content

down

Members
  • Posts

    448
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by down

  1. well if u can help me cuz i dont need a living rbs script for website.. i want a hack that will show me which rbs r alive for one server... even if this site it the answer can u pls help me a bit about this
  2. Does any1 know if there's any script or sth that show's which raidboss is alive.. Thanks in advance!
  3. well, it's nice event.. needs a lil bit of rework..
  4. Dude.. this is so awesome!! Amezing thing man! Keep up the good work m8! Cheers!
  5. Maybe the problem is in UseItem.java cuz u cannot use items while u'r dead.
  6. if(!activeChar.isAlikeDead()) try to change this to if(!activeChar.isDead())
  7. DELETE spawnlist, npc FROM spawnlist, npc WHERE spawnlist.npc_templateid=npc.idTemplate AND npc.level>0 Try this...
  8. cool share dude.. what to say but awesome!!
  9. [Help]npc to hit only noblesse chars I think it'll hit only noblesse
  10. sth like this? public void addDamageHate(L2Character attacker, int damage, int aggro, boolean noblChar) public boolean noblChar(L2PcInstance activeChar) { return activeChar.isNoble(); }
  11. thx for that m8.. its very useful !
  12. activeChar.isNoble() ?
  13. awesome trader dude.. i rly like it! keep up!
  14. true :P at least he can try this until he finds other solution :)
  15. Dunno.. i just tried to delete aggroList check and Interact check, and put just an AI_INTENTION_ATTACK and it kinda worked...
  16. Well dude.. im not a pro but i dont think that this should be changed, cuz i think this sends packet that guard is auto-attackable... and as i understanded u wanna have a guard auto-attackable. >> if (containsTarget(player)) this is checking if player is in aggroList (if he got karma or he had attacked guard), so... Delete everything else and keep just the ATTACK_INTENTION or put something else instead "if (containsTarget(player))" this.
  17. That's so awesome dude!! Keep up the good work m8!
  18. awesome panel dude.. btw i like that red theme.. :P
  19. well.. i read everything and i dont understand why im still getting this error about password.. I tried evertyihng.. i updated java to latest version.. but whenever i use start.bat and than gameserver.bat it keep showing me a god damn error about pass.. Can some1 help me a bit? Thx in advance...
  20. thx m8.. especially for Town war event.. good job
  21. thx for sharing it dude..
  22. Hey guys.. i need an experienced guy to help me make a video.. If there's any.. feel free to pm me.. Do me a favour pls!! Thx in advance!
  23. something like this? put this in L2PcInstance.java ========================================== +private int unique_pvp_count = 0; at >> public void increasePvpKills() +unique_pvp_count++; at>> public boolean doDie(L2Character killer) +if (unique_pvp_count > 0) +{ + setPvpKills(getPvpKills() - unique_pvp_count); + setPkKills(getPkKills() + unique_pvp_count); + unique_pvp_count = 0; +} ========================================== or u need something like this: ========================================== +private int unique_pvp_count = 0; at >> public void increasePvpKills() +unique_pvp_count++; at>> public boolean doDie(L2Character killer) +if (unique_pvp_count > 5) +{ + setPvpKills(getPvpKills() - unique_pvp_count); + setPkKills(getPkKills() + unique_pvp_count); + unique_pvp_count = 0; +} ==========================================
  24. awesome share dude.. keep up!!
×
×
  • 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