Jump to content

Recommended Posts

Posted (edited)

(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
Posted

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!
  • 10 months later...
Posted

 

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 

  • 3 weeks later...
Posted

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

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

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

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

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

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

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"

  • 2 weeks later...
Posted (edited)

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
  • 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.
Note: Your post will require moderator approval before it will be visible.

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.




×
×
  • Create New...