Jump to content
  • 0

How to add reborn system? (HF)


Question

12 answers to this question

Recommended Posts

  • 0
Posted
34 minutes ago, ThelwHelpRePaidia said:

I do have Eclipse, know how to compile, but never tried editing things out, can you tell me how to install this?

  • 0
Posted
6 minutes ago, ThelwHelpRePaidia said:

Here you can see and get an idea on how to import codes in your sources

Thanks for the reply, I'll try tomorrow

  • 0
Posted
2 hours ago, ThelwHelpRePaidia said:

Here you can see and get an idea on how to import codes in your sources

I made these videos 9 years ago. I didn't know people still watch them.

  • Haha 1
  • 0
Posted (edited)

I followed the video but no luck, build failed. This is the source Im using, but the source for the npc seems to be written for another pack so thats what makes it little harder. 

 

https://drive.google.com/file/d/1XYLLDbhYDBNxNHqgcmzS3bkLTW_sjpuS/view?usp=sharing

Edited by 77upup
  • 0
Posted

I did try but there is so much differences inside the code that I got lost, I found and imported all the correct classes via eclipse search, put the lines inside the right lines, changed references, like for example this code :

import l2r.L2DatabaseFactory;
import l2r.RebirthEngineConfigs;
import l2r.gameserver.data.xml.impl.ExperienceData;
import l2r.gameserver.model.actor.templates.L2NpcTemplate;
import l2r.gameserver.model.items.instance.L2ItemInstance;
import l2r.gameserver.model.skills.L2Skill;
import l2r.gameserver.network.SystemMessageId;
import l2r.gameserver.network.serverpackets.ActionFailed;
import l2r.gameserver.network.serverpackets.ExShowScreenMessage;
import l2r.gameserver.network.serverpackets.MagicSkillUse;
import l2r.gameserver.network.serverpackets.NpcHtmlMessage;
import l2r.gameserver.network.serverpackets.SocialAction;
import l2r.gameserver.network.serverpackets.StatusUpdate;
import l2r.gameserver.network.serverpackets.SystemMessage;

to this :

import org.l2jmobius.RebirthEngineConfigs;
import org.l2jmobius.commons.database.DatabaseFactory;
import org.l2jmobius.gameserver.data.xml.ExperienceData;
import org.l2jmobius.gameserver.model.actor.Player;
import org.l2jmobius.gameserver.model.actor.templates.NpcTemplate;
import org.l2jmobius.gameserver.model.item.instance.Item;
import org.l2jmobius.gameserver.model.skill.Skill;
import org.l2jmobius.gameserver.network.SystemMessageId;
import org.l2jmobius.gameserver.network.serverpackets.ActionFailed;
import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
import org.l2jmobius.gameserver.network.serverpackets.MagicSkillUse;
import org.l2jmobius.gameserver.network.serverpackets.NpcHtmlMessage;
import org.l2jmobius.gameserver.network.serverpackets.SocialAction;
import org.l2jmobius.gameserver.network.serverpackets.StatusUpdate;
import org.l2jmobius.gameserver.network.serverpackets.SystemMessage;

 

replaced all the variables, classes, methods according to observation, search and eclipse help proposals, and the server did compile without errors, but I can't even tell if It works, cause the npc doesn't show the html message it is supposed to(even though I linked it via L2RebirthInstance.java, I'll pay for help and a little guide on patching/adopting.

  • 0
Posted

If anyone is still around here, i would much apreciate if i could get some help. I have implemented all, but when i start the game server i get  " WARN: SkillTreesData: Unknown Skill Tree type: rebirthSkillTree : rebirthSkillTree "  ... and ive tryed all, i ve looked at all .. i just can t find they fix. No errors in java, etc

 

Thank you

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hello everyone, This topic has been created to report any content that is considered illegal under applicable law or in violation of the forum rules. This includes, but is not limited to: Illegal software (pirated, cracked, or unauthorized software) Copyright-infringing material Malware, viruses, or any harmful code Scams, fraud, phishing attempts, or impersonation Illegal banking or financial services Money laundering activities or related instructions Any other illegal, unethical, or rule-violating activity — you name it If you encounter any such content, please report it here so it can be reviewed and removed promptly. Legal Disclaimer All content published on this forum is created and posted by its users. The forum administration does not take responsibility for user-generated content. However, we make every reasonable effort to monitor, review, remove, and maintain the forum by deleting illegal or rule-violating content as soon as it is reported or identified. By using this forum, you acknowledge and agree to these terms.     Moderator Notice We would like to inform all users that we are currently developing a custom AI-powered API tool that will assist our moderation team in scanning the forum database for illegal or rule-violating activity. This system will be used strictly as a support tool to help identify potentially problematic content, which will then be reviewed by human moderators before any action is taken. The goal is to improve forum safety, compliance, and response time while maintaining fairness and transparency. 🚧 Coming soon — more details will be shared once the system is ready. Thank you for your cooperation and for helping us keep the forum clean and lawful.
    • Reporting Illegal or Rule-Violating Content (post here)
    • If anyone is reading this, until we find the 488 protocol system that works with AuthD + Authgated from High Five (HF), just use L2Filter included in the leak as the login server to be able to play. hAuthd does not works with this chronicle, @Hint. do you happen to know about this?   Be aware of the system you use! If UseEMailAccount is set as true in l2.ini, your user_info table linked to your account must have email column not NULL with a valid e-mail, and you will use that e-mail to login instead of the account name. (Post merged)   OKAY! Nevermind about the above, I just figured it out, AuthD and Authgated from HF requires GameGuard to be enabled and UseEMailAccount set to false. Enable GameGuard at server side as per Fyyre instructions,  Add the missing GameGuard files in your client system: https://mega.nz/file/xZMWQBjK#triEj7My9B9roiLqAKk32HOLcLmPynoOm-QhBI_Ligw
    • Πολυ δυνατος σερβερ παιδια. Συνεχιστε την καλη σας προσπαθεια και παμε γερα
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock