Jump to content

Recommended Posts

Posted (edited)

Download Link :
L2-Scripts(HighFive-GoD)_full-source-rev20720(2268)

#this source is not the last l2-scripts release, so it does not representative the last revision

High Five Part 5 (With GOD support 140 protocol) Pack presented by L2-scripts.com

 

What is this build:

This is the same L2j Pack on the content as the usual High Five. The advantage of this build is that players will be able to enter the game with the latest customers, with improved graphics, interface and other delights of modern graphics.

In fact, it is everyone's favorite High Five, but with a modern visual performance.

 

Players will be able to enter the game by the following clients:


1. Original high Five client (268 and 273 Protocol)

2. Client Salvation (140 Protocol)

 

Rev. 20720/2268

 

* Fix display of change the HP/MP of the target;
* Fix macro operation;
* Inventory work fix;
* The correct order of packet when you enter the game;
+ Implemented the study of skills through the interface (configurable);
* Fixed learning skills through NPC;

*

*

*

Edited by L2 TokTil
  • Like 3
  • Thanks 1
  • Upvote 2
Posted
38 minutes ago, inFrenzy said:

thank you so much for sharing, this source is already able to create something live? or is there still much missing?

As far I know the Auto-Shots and Auto-learn Shills doesn't work.

 

Also this pack is not ready for Live server, you need to complete the Opcode packets and other stuff. So you might open a beta server to test it and see what is missing.

 

Cheers

  • Thanks 2
Posted

for someone who have problem auto shot and skill list for learn, you can adapt it from shared l2-scripts zaken source, just copy paste and small change. 

* sadly the link source is already gone from this forum, so you need to search from another forum :wink:

  • Thanks 1
  • Upvote 1
Posted
5 hours ago, L2 TokTil said:

для тех, у кого есть проблемы с автоматическим выстрелом и списком навыков для обучения, вы можете адаптировать его из общего исходного кода l2-скриптов, просто скопируйте вставку и внесите небольшие изменения. 

* к сожалению, источник ссылок уже удален с этого форума, поэтому вам нужно искать с другого форума : Подмигивать:

it doesn’t work for correction, for example, for Auto-Shots and Auto-Learning a lot will have to do heaps of crutches

  • 2 weeks later...
Posted (edited)

i cant open the server

 

Starting GameServer.

log4j:WARN No appenders could be found for logger (l2s.gameserver.GameServer).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Exception in thread "main" java.lang.NullPointerException
        at l2s.gameserver.config.xml.holder.HostsConfigHolder.log(HostsConfigHolder.java:65)
        at l2s.commons.data.xml.AbstractParser.load(AbstractParser.java:144)
        at l2s.gameserver.config.xml.ConfigParsers.parseAllOnLoad(ConfigParsers.java:13)
        at l2s.gameserver.GameServer.<init>(GameServer.java:194)
        at l2s.gameserver.GameServer.main(GameServer.java:536)

Server terminated abnormaly ...


Server terminated ...

Press any key to continue . . .

 

 

 

you need to change the config files localation. normaly the files in Config/Default folder. you need to transfer all the data in Config folder. not in default.

Edited by faruk1927
solved
Posted (edited)

Is it just me or someone also getting:

Exception in thread "main" java.lang.Exception: You not licensed for run server!
        at l2s.gameserver.GameServer.<init>(GameServer.java:285)
        at l2s.gameserver.GameServer.main(GameServer.java:598)

Or is this script is not cracked already?

Edited by niox
Posted
48 minutes ago, niox said:

Is it just me or someone also getting:

Exception in thread "main" java.lang.Exception: You not licensed for run server!
        at l2s.gameserver.GameServer.<init>(GameServer.java:285)
        at l2s.gameserver.GameServer.main(GameServer.java:598)

Or is this script is not cracked already?

 

this is a source no need to crack it, and make sure after compiling this source you replace the old one

Posted
1 hour ago, Pastorious said:

How about catacumbs and necropolis from 7s?

They are not in Salvation client

 cata and necro is still exist, but you need to create direct teleport / npc gatekeeper to go inside

  • Like 1
Guest
This topic is now closed to further replies.



  • Posts

    • I think that solves the freeze thing, anyway great share! 
    • Introducing: Daily & Weekly Missions!   I've released a major panel update with a new Missions system and expanded language support.   Players can now complete daily and weekly missions directly through the panel and claim rewards such as balance or items. Mission progress is tied to in-game activity and supported panel actions, and the update also adds a dedicated Missions page, dashboard mission previews, claimable mission indicators, and full admin tools for creating and managing missions.   The Roll page now shows the potential reward drops below the roll container.   Alongside this, I’ve expanded the panel’s language support with new locale options, including Bulgarian, Czech, Georgian, Lithuanian, Polish, Romanian, Japanese, Simplified Chinese, and Traditional Chinese.     The Demo is now updated with the new features for you to try out!
    • I sell complete packs. If you want to add an item, NPC, etc., you have to do that yourselves. Your friend bought the pack; he's the one who needs to configure his server type. He received what he bought as agreed, and I'm saying this without knowing who you're talking about, because anyone who buys something receives what was agreed upon.   Regards. mmmmm L2Velmore ????   If that's the one, I see everything went well... if I remember correctly you were crying over $100, I gave you a better price, and I suppose you made thousands with that... And you're still coming back to complain? :=)
    • I know many people have struggled with this specific issue and had trouble setting up the correct behavior for Toggle skills in aCis. By default, toggles interrupt the player's movement (retail-like), which often feels clunky to players who prefer a smoother, more modern experience. I've prepared a clean solution that eliminates this "freeze" and allows for fluid movement while toggling your auras. Below is the code on how to achieve this. Hope it helps! Changes in PlayerAI.java: Modified doActiveIntention to properly update the active state without stalling. Removed the forced stop() during toggle casting. Added a MoveToLocation broadcast to ensure other players see your movement correctly (prevents visual "teleporting" or desync). Best regards 😃 diff --git a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java index ba0425a..1b2658d 100644 --- a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java @@ -28,6 +28,7 @@  import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;  import net.sf.l2j.gameserver.network.serverpackets.AutoAttackStart;  import net.sf.l2j.gameserver.network.serverpackets.ChairSit; +import net.sf.l2j.gameserver.network.serverpackets.MoveToLocation;  import net.sf.l2j.gameserver.network.serverpackets.MoveToLocationInVehicle;  import net.sf.l2j.gameserver.network.serverpackets.MoveToPawn;  import net.sf.l2j.gameserver.network.serverpackets.StopMove; @@ -159,7 +160,10 @@      @Override      public synchronized void doActiveIntention()      { -        doIdleIntention(); +        prepareIntention(); +        _currentIntention.updateAsActive(); +        if (!getActor().isMoving()) +            thinkIdle();      }            @Override @@ -280,8 +284,9 @@                    if (skill.isToggle())          { -            getActor().getMove().stop();              getActor().getCast().doToggleCast(skill, target); +            if (getActor().isMoving()) +                getActor().broadcastPacket(new MoveToLocation(getActor()));          }          else          { https://pastebin.com/twZujZ3Y
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..