Jump to content

Aion General Discussion [English]

General Discussion about Aion


396 topics in this forum

  1. [Guide]For pvp

    • 7 replies
    • 860 views
    • 14 replies
    • 1.6k views
  2. New aion top site

    • 7 replies
    • 982 views
  3. Infos About Aion

    • 3 replies
    • 477 views
  4. Client Problem

    • 5 replies
    • 1.1k views
    • 6 replies
    • 637 views
    • 1 reply
    • 374 views
    • 3 replies
    • 1.2k views
    • 2 replies
    • 4.6k views
    • 3 replies
    • 983 views
    • 26 replies
    • 1.6k views
    • 0 replies
    • 414 views
    • 56 replies
    • 4.4k views
    • 16 replies
    • 1.8k views
    • 48 replies
    • 4.2k views
    • 3 replies
    • 450 views
    • 1 reply
    • 529 views
  5. Selling my char

    • 4 replies
    • 757 views
    • 6 replies
    • 1k views
    • 0 replies
    • 7.1k views
  6. Reward for a job!

    • 1 reply
    • 442 views
    • 4 replies
    • 1.4k views
    • 15 replies
    • 1.7k views
    • 2 replies
    • 2k views
  7. [Help]I Can't Connect

    • 3 replies
    • 582 views
    • 2 replies
    • 585 views
  8. Aion Powerleveling (:

    • 11 replies
    • 1.2k views
  9. [Share]Aion Website 1 2

    • 24 replies
    • 2.2k views
  10. Aion failed 1 2

    • 15 replies
    • 1.8k views
    • 10 replies
    • 1.3k views
    • 4 replies
    • 1.2k views
  11. Infiniteaion

    • 2 replies
    • 545 views
  12. Is it posssible ?

    • 9 replies
    • 619 views
    • 5 replies
    • 624 views
  13. Infinite Aion 1 2

    • 17 replies
    • 3.5k views
    • 5 replies
    • 1.3k views
  14. My Congratulation

    • 1 reply
    • 550 views
  15. Aion probelm

    • 5 replies
    • 821 views
  16. Language Probelm 1 2

    • 15 replies
    • 1.3k views
    • 2 replies
    • 1.9k views


  • Posts

    • Hello everyone, I need help with a script I found on the internet for auto target. It's working fine, but it targets any player in PvP, and I want to block certain classes. I added the condition and not ((User.ClassID = 27) or (User.ClassID = 103)) to the script, but after that, it doesn't target any class at all. I want it to target only specific classes defined in the script.           if (user.DistTo(Char2) < radius_max)         and not (char2.ismember)         and not (char2.dead)         and not (user.clanid = char2.clanid)         and not ((User.ClassID = 27) or (User.ClassID = 103))         and (char2.pvp) then          begin
    • Remove the if part of the code:   if (template.isType("L2RaidBoss")) { spawn.setRespawnMinDelay(43200); spawn.setRespawnMaxDelay(129600); RaidBossSpawnManager.getInstance().addNewSpawn(spawn, 0, template.getBaseHpMax(), template.getBaseMpMax(), permanent); } else { SpawnTable.getInstance().addNewSpawn(spawn, permanent); spawn.init(); } if (!permanent) { spawn.stopRespawn(); } activeChar.sendMessage("Created " + template.getName() + " on " + target.getObjectId());  
    • Hello, i use L2jSunrise, and i want to know how i can edit these lines to have possibility to spawn more than 1 raid ( instance )?   if (RaidBossSpawnManager.getInstance().isDefined(spawn.getId())) { activeChar.sendMessage("You cannot spawn another instance of " + template.getName() + "."); } else { if (template.isType("L2RaidBoss")) { spawn.setRespawnMinDelay(43200); spawn.setRespawnMaxDelay(129600); RaidBossSpawnManager.getInstance().addNewSpawn(spawn, 0, template.getBaseHpMax(), template.getBaseMpMax(), permanent); } else { SpawnTable.getInstance().addNewSpawn(spawn, permanent); spawn.init(); } if (!permanent) { spawn.stopRespawn(); } activeChar.sendMessage("Created " + template.getName() + " on " + target.getObjectId()); }  
    • για σας εχεισ κανεις την database του l2 trinity  ?  ευχαριστω 
    • Sorry I can't reveal my server information to you. If you are really interested then pm me and come to my server to test it
  • Topics

×
×
  • Create New...