L2JMobius

Recent Posts

91
Introductions / Hello there!
« Last post by pOpArOb on April 23, 2024, 04:58:29 AM »
Hi Everyone,

I have been around for awhile now after finally finding a project that has great leadership and keeps pushing to keep updated!

I live in Australia (originally from NZ), and I have been playing L2 since the start on a private server that was hosted here in Perth.
I was on this server until its hosting was coming to an end so I arranged for it to go to an ISP and I joined the administration team.
The OG admin of this didnt like how i did things and ended up banning me unjustly, so I was reinstated by the ISP so he started deleting files alot of us worked very hard on, I did get everything up and running again from this until after nearly 8yrs the server was finally shut down after hardware issues and not having a replacement server to go in its place (and the L2JServer project stalling) in 2013.

We meant to get the server back up and on a more reliable project and were searching for years until we finally bit the bullet and bought the helios package with geodata and website from l2scripts, the support experience was horrible but we managed to get a server up and running and it was great, eventually finding L2JMobius in late 2022 and made the move to this project and losing thousands of dollars spent on L2Scripts.

So we the only Australian L2 private server and we have a very low pop (never advertised server, wouldnt know how).

I wont advertise the website, but its pretty easy to find us

I have had alot of help from Liamxroy and the whole Mobius project, I have been learning as I go with all of this and some stuff I still get very stuck on and feel like an idiot... but I try to learn so that I dont need to ask anymore.

Thankyou
92
General Discussion / Re: Another one :(
« Last post by the_coca_ on April 23, 2024, 04:20:57 AM »
any idea how to make enchantable hair accessories?  :-\

Send me the item you want to make the enchant possible, I will try to adapt it
93
General Discussion / Re: question about AltGameSkillLearn
« Last post by darkhhunter on April 23, 2024, 02:04:45 AM »
Short answer:  \game\config\General.ini >> set >> SkillCheckRemove = False


Hey Gever,

I had the same issue and I found this in the \game\log\audit0.log file:
Quote
AUDIT, Player Player1 has invalid skill Armor Mastery (142/2),
Checked the config files for "invalid" and found that setting. For good measure, I've also set, in the same file, a couple of rows above:

SkillCheckEnable = False

I hope somebody finds this helpful :)
94
Here we are talking about several servers on one protocol... One login and several game servers on one version, not several logins and game servers :) then it is clear that separate acm panels will be needed :)
Yes of course, is only e tip
Quote
Yoooo... it started and now I'm going to test it. And I have a question?
Are all database tables now imported into the login? Or is something wrong?
I noticed that, only one table is inserted in gameserver, all the rest in loginserver...
95
Marketplace / Re: Essence Events
« Last post by Serenitty on April 22, 2024, 10:47:48 PM »
Hai, Added World Ranking Festival and Ranking Festival.
96
There was an error which I think I fixed with the latest commit. Try to update to the latest version.


Yoooo... it started and now I'm going to test it. And I have a question?
Are all database tables now imported into the login? Or is something wrong?


Now I see... when a server is selected, a table is automatically created in the game server :) have to test donate system...
97
I know it may seem obvious, but SEPARATE the loginserver and gameserver databases, for those who have just one server it's okay... there will be no way to use the system with 2 servers with the login tables inserted in both, so it's the tip. 8)
Well, after the tip, the ERROR
"Error updating Gameserver version file."  :'(

Here we are talking about several servers on one protocol... One login and several game servers on one version, not several logins and game servers :) then it is clear that separate acm panels will be needed :)
98
General Discussion / Re: Another one :(
« Last post by dramaa on April 22, 2024, 03:54:40 PM »
any idea how to make enchantable hair accessories?  :-\
99
General Discussion / Classic Seven Signs DailyMission
« Last post by midnight on April 22, 2024, 12:08:07 PM »
Hi, hope you are well guys, i'm trying to add this mission:
onedayreward_begin   id=254   reward_id=7   reward_name=[Daily Hunting (Lv. 20 or lower)]   reward_desc=[Receive it when you kill any 30 monsters. Monsters that are level 6 or lower than the character are not counted.]   

with this code:
   <reward id="254" reward_id="7" name="Daily Hunting (Lv. 20 or lower)" requiredCompletion="30" isOneTime="false">
      <!-- Receive it when you kill any 30 monsters. Monsters that are level 6 or lower than the character are not counted. -->
      <handler name="monster">
         <param name="minLevel">1</param>
         <param name="maxLevel">20</param>
      </handler>
      <items>
         <item id="29817" count="1" />
      </items>

but doens't work, someone knows why ? (It doesn't count when i kill a monster)
Kind regards!
Edit.
I add from the next game version the file MonsterDailyMissionHandler.java, and added DailyMissionMasterHandler.java the next lines:
import handlers.dailymissionhandlers.MonsterDailyMissionHandler;
DailyMissionHandler.getInstance().registerHandler("monster", MonsterDailyMissionHandler::new);

But ingame the number will go up by 1 only when the character level goes up by 1.
100
General Discussion / Re: Another one :(
« Last post by dramaa on April 22, 2024, 08:56:38 AM »
There are some items that also have the enchant option in the system, take a look

that's is the problem, i know hot to give it a grade in system but i dont know how to enable enchant :/