Jump to content

Multifunctionzone


^Wyatt

Recommended Posts

(Sorry about bad english) i have problem with l2jfrozen code... i've blocked the bishop class from the multifunctionzone but when i try to go there with bishop im getting teleported to multifunction and back to the town. I stuck in the town. and i can't move... i think the code need some changes.

Edited by Kounto
Link to comment
Share on other sites

Problem on l2j latest rev hi5 stable. Does this method changed? and if yes to what please?

 

import javolution.util.FastList;

 

i Have a problem here 

 

and for skill table the getinfo is not working as well!

 

+ L2Skill noblesse = SkillTable.getInstance().getInfo(1323, 1);
+ private static List<String> items = new FastList<>();
+ private static List<String> grades = new FastList<>(), classes = new FastList<>();
 
Please help me out!
Link to comment
Share on other sites

  • 10 months later...

 

for frozen need to change the zone ID from L2Character.java

 

 

/** The Constant ZONE_MULTIFUNCTION. */

+       public static final int ZONE_MULTIFUNCTION = 16385;
 
change the 16385 with 32 and you pvps wlll count

 

I LOVE YOU SO MUCH 

Link to comment
Share on other sites

  • 3 weeks later...

I tried to adapt it to aCis rev. 362 but not supporting anymore. Any help?

For L2ItemInstance changed to ItemInstance

For ThreadPoolManger to ThreadPool.schedule

 

Press Alt +Shift +O for Imports.

So, many errors will gone..

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

Everything is working perfect!! Im using L2jFrozen...

 

But i have only 1 small problem: I've blocked the bishop class but when i try to go there with bishop im getting teleported to multifunctionzone and back to the town. I stuck in the town and cant move and i dont see any npcs etc, so i have to exit game an relog.. if someone can fix that it will be awesome!

 

Regards

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

can add 3 more things to it ?

1. decreasePvpKills points when die in this zone for loose position in top pvp
2. pvp protection can't hit player if you have more then 10 lvls above him in the zone

3. party restriction in the zone

Link to comment
Share on other sites

  • 3 months later...
  • 4 months later...

Does anyone know the fix of multifunction zone when bishop tries to get in zone he is getting stucked on the town.. Does anyone know the fix? It must be like only chat message.. Like "Bishops are not allowed to teleport in zone"

Link to comment
Share on other sites

  • 2 weeks later...

Almost all working, i didnt get +1 pvp after kill what can be bad?

L2jFrozen newest pack. SOLVED

 

- character.setInsideZone(L2Character.ZONE_MULTIFUNCTION, true);

 

+character.setInsideZone(L2Character.ZONE_MULTIFUNCTION, false);
Edited by martuxas1
Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • 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...