Jump to content

H5 L2Mythras Files - Sources, Compiled, Geo, Patch.


Recommended Posts

15 hours ago, PercyX said:

Can some ppl teach me for compiled . im lose 1 day to open .jar file in eclipse.

i need change the L2Mythras Newbie Tutorial. but i have problem with open .jar file.

l2f-script or many file .jar

why open the jar file when you have sources?

try to compile there are some guides arround still alive

Edited by iTopZ
Link to comment
Share on other sites

Hi all,do someone know how to enable the karma (PK)? atm i do not get karma when i kill another char who is not flagged (tryed with normal chars not GM's).I have read the topic for solution,have checked the config files but there is nothing for karma enable/disable and still digging inside the core but no success....

Link to comment
Share on other sites

18 hours ago, ayaks90 said:

Hi all,do someone know how to enable the karma (PK)? atm i do not get karma when i kill another char who is not flagged (tryed with normal chars not GM's).I have read the topic for solution,have checked the config files but there is nothing for karma enable/disable and still digging inside the core but no success....

Hello, its one of these in altsettings

# Did the PvP points for killing in the arena (Coliseum, etc.).
# As in these areas, no concepts of "PvP" and "PC", even if the player
# No resistance, will pvp points. Can lead to cheat pvp.
# Default: false
SiegePvpCount = false

# Did the PvP points for killing a siege zone.
# As in these areas, no concepts of "PvP" and "PC", even if the player
# No resistance, will pvp points. Can lead to cheat pvp.
# Default: false
ZonePvpCount = false

it should be false

Edited by petancz
Link to comment
Share on other sites

6 hours ago, petancz said:

Hello, its one of these in altsettings


# Did the PvP points for killing in the arena (Coliseum, etc.).
# As in these areas, no concepts of "PvP" and "PC", even if the player
# No resistance, will pvp points. Can lead to cheat pvp.
# Default: false
SiegePvpCount = false

# Did the PvP points for killing a siege zone.
# As in these areas, no concepts of "PvP" and "PC", even if the player
# No resistance, will pvp points. Can lead to cheat pvp.
# Default: false
ZonePvpCount = false

it should be false

I feel like a dumb now :D i spend 4h in adapting a whole new Core to this server and karma was still not working,then just try the config file from L2Ava and Karma was working.... But you saved me allot of digging in the config files.Thank you!!!!

  • Sad 1
Link to comment
Share on other sites

Login server is working but when i start gameserver I get this error. Any ideas?

 

Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.NoClassDefFoundError: l2f/gameserver/handler/admincommands/IAdminCommandHandler
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
    at java.lang.Class.getMethod0(Class.java:3018)
    at java.lang.Class.getMethod(Class.java:1784)
    at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:650)
    at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:632)
Caused by: java.lang.ClassNotFoundException: l2f.gameserver.handler.admincommands.IAdminCommandHandler
    at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    ... 7 more
 

Link to comment
Share on other sites

Hello

 

How do we add Fireworks and Social to the player login please?

Knowing that it is an H5 server.

I applied the script that can be found on this forum but nothing happens ingame.

If anyone has an idea I'm interested, thank you in advance. 

Link to comment
Share on other sites

3 hours ago, Linearox said:

Hello

 

How do we add Fireworks and Social to the player login please?

Knowing that it is an H5 server.

I applied the script that can be found on this forum but nothing happens ingame.

If anyone has an idea I'm interested, thank you in advance. 

open a new thread in help section, you just go on enterworld.java client packet and add there player.broadcastPacket(new MagicSkillUse(player, player, 1034, 1, 1, 1));

where 1034 is the id of the fireworks skill you need to change probably

Link to comment
Share on other sites

Next time if i need i will post in the correct help sorry.

Otherwise thank you very much Nightw0lf for your help I will test as soon as possible 😉

Edited by Linearox
Link to comment
Share on other sites

  • 2 weeks later...

Do someone know how to make the vote system work ??

server.ini configs
# ====================
# NEW VOTE SYSTEM  #
VoteTopzoneApiKey = 6033ccba8b8ede75e6a2ad2d93234
VoteTopzoneServerId = 1016
# ====================

 

# ========================
# Vote Reward System
# ========================
EnableVoteReward = true
# Vote Address
# Example: http://website.com/StringTake.php?IP=
VoteAddress = https://l2topzone.com/vote/id/1016

 

top.ini

 

# Vote reward for Topzone.
AllowTopzoneVoteReward = true
# Vote reward server link.
TopzoneServerLink = https://l2topzone.com/lineage/server-info/1016/l2-komiwars
# First page of servers list link.
TopzoneFirstPageLink = https://l2topzone.com/lineage2/list
# Votes for next reward needed.
TopzoneVotesDifference = 5
# Rank needed for server to be on first page.
TopzoneFirstPageRankNeeded = 15
# Minutes between rewards.
# Eg. You put 5 it checks every 5 minutes for reward.
TopzoneRewardCheckTime = 3
# Small reward (s).
TopZoneRewardId = 37007
# Big reward (s).
TopZoneRewardCount = 3
# Hopzone reward max dual boxes reward.
# For example if you put two and someone has three boxes open two will be rewarded.
TopzoneDuaboxesAllowed = 0
# Game server console report.
# If set to true, game server console will get a report of
# Current vote count, votes needed for next reward and votes needed for first page.
AllowTopzoneGameServerReport = true

#================================================                                                      
#     Hopzone / Topzone  - Individual Reward    #                                       
#================================================
HopzoneUrl = https://l2topzone.com/lineage/server-info/1016/l2-komiwars
TopzoneUrl = https://l2topzone.com/lineage/server-info/1016/l2-komiwars

 

 

am i missing smth or doing smth wrong ???? PP:The server komiwars is not owned by me it is on friend of mine who provedi me his api key for the tests.

Edited by ayaks90
Link to comment
Share on other sites

8 hours ago, reevolx123 said:

Who me help!!!!!!!!!!!!!?

Przechwytywanie.PNG

1. Check server ini file for correct IP and navicat AC and pass (check all the password lines),same for the login server.

2. What version of MySQL and Java you use? H5 works with older version not with the latest ones.

3. Do you have set the portforwarding and enable the ports in your internet modem ??? 

4.Do you have changed smth in the core with Eclipse ? If yea check for mistakes there if not then check first two steps.

Edited by ayaks90
Link to comment
Share on other sites

13 hours ago, Nightw0lf said:

guys you can try this its very easy to install

you just add the jar into classpath you compile and voila!

i just compile this code and it seems to work but i mess smth with the config for API key and etc .... i will try now the VDS you share

14 hours ago, Nightw0lf said:

guys you can try this its very easy to install

you just add the jar into classpath you compile and voila!

there is a problem with the mythras rar. I have make a post in the VDS thread.

 

Link to comment
Share on other sites

On 30/12/2020 at 7:58 PM, PercyX said:

Can some ppl teach me for compiled . im lose 1 day to open .jar file in eclipse.

i need change the L2Mythras Newbie Tutorial. but i have problem with open .jar file.

l2f-script or many file .jar

So open the eclipse go to quests/find 255 quest open it scroll down almost in the end and change anything you find L2 Mythras with your name you wanna add after save and compile.

Cheers

Btw that source from L2ro have many issues and many bugs.

Almost all the code inside core is a mess...even if you do something correct in it for ex: To add a new feature in source you have to made many modifications to make it work properly. 

Have serious bugs in it.Ofc I will not say what bugs in it because I'm sure many with that sources will open live server....

Cheers.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...