Introduction:
I've been playing with Vanganth interlude L2OFF files ( from Megashare topic here in MaxCheaters, love and kudos to author of that topic ) recently. I've started testing server stuff on my own machine, on VMWare, managed to setup everything without problems, do some stuff with editing. Server had solid uptime. So I've decided to set a test environment on dedicated machine where I wouldn't have to leave my machine on all the time. Every single dedicated servers host offers Windows Server 2008 R2, whereas I was running Windows Server 2003 on my VM.
Issue:
On Windows Server 2003, everything seems to work fine. Auth, catched, l2server & l2npc all works just fine. I can turn on my PC, turn on VM and run everything right now. On the other hand, on my test environment, which runs on Windows Server 2008 R2, server usually crashing when starting NPC server, after 2k NPCs. Sometimes, but just sometimes, I have no idea how (coz I did like shitload of different changes to SQL & machine configuration itself), but I manage to run server up to stage where everything is loaded (I mean npcs and etc) without problems, but server crashes after 2 - 6 hours. I have no logs of that event anymore since I've reinstalled OS of my dedicated machine. Usually when something like that starts on CacheD.
Questions: First.Is it even possible to run Interlude L2off server smoothly on Windows Server 2008R2, without issues? Second.Maybe some specific configuration on Windows is necessary? Third.Is it still possible to get dedicated server with WIndows Server 2003? Is WS2003 via KVM legit thing to do? Fourth.Would it work for live server if I get overkill machine with let's say 64gb ram and would set up Virtual Machine with most of resources allocated to it, and run server on it?
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.
Account Features
➡ EARLY SUPPORTER BADGE
➡ NO QUEST BADGE
➡ 24 MONTHS BOOST BADGE
➡ 1 YEAR NITRO SUBSCRIPTION
➡ CREATION DATE IS 2017
➡ ACCOUNT STANDING STATUS IS ALL GOOD
➡ CLEAN BILLING
➡ OGE MAIL OUTLOOK
PAYMENT METHODS
➡ CRYPTO
➡ PAYPAL
➡ CASHAPP
➡ BANK TRANSFER
➡ GIFTCARDS
➡ ZELLE
➡ VENMO
CONTACTS
➡ DISCORD : crh11s
➡ TELEGRAM : crh11s
CONTACT WITH ME IF YOU ARE SERIOUS BUYE
To check the operation of npc movement. You can turn off all movement in the game and move only the npc you want using the move to package. This way you will reduce a lot of unnecessary code and understand where the problem is.
And all your maps are not thread safe and you are using multithreading
startQuestTimer("move", 5000, npc, null);
Verify if following is supposed to be the way to handle movement
npc.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, new Location(point.getX(), point.getY(), point.getZ()));
For me, it's not enough. And if it's the case, whole AI system is probably buggy.
Question
GoopY
Introduction:
I've been playing with Vanganth interlude L2OFF files ( from Megashare topic here in MaxCheaters, love and kudos to author of that topic ) recently. I've started testing server stuff on my own machine, on VMWare, managed to setup everything without problems, do some stuff with editing. Server had solid uptime. So I've decided to set a test environment on dedicated machine where I wouldn't have to leave my machine on all the time. Every single dedicated servers host offers Windows Server 2008 R2, whereas I was running Windows Server 2003 on my VM.
Issue:
On Windows Server 2003, everything seems to work fine. Auth, catched, l2server & l2npc all works just fine. I can turn on my PC, turn on VM and run everything right now. On the other hand, on my test environment, which runs on Windows Server 2008 R2, server usually crashing when starting NPC server, after 2k NPCs. Sometimes, but just sometimes, I have no idea how (coz I did like shitload of different changes to SQL & machine configuration itself), but I manage to run server up to stage where everything is loaded (I mean npcs and etc) without problems, but server crashes after 2 - 6 hours. I have no logs of that event anymore since I've reinstalled OS of my dedicated machine. Usually when something like that starts on CacheD.
Questions:
First. Is it even possible to run Interlude L2off server smoothly on Windows Server 2008R2, without issues?
Second. Maybe some specific configuration on Windows is necessary?
Third. Is it still possible to get dedicated server with WIndows Server 2003? Is WS2003 via KVM legit thing to do?
Fourth. Would it work for live server if I get overkill machine with let's say 64gb ram and would set up Virtual Machine with most of resources allocated to it, and run server on it?
Error files of crashes, when loading NPC:
L2Server - https://pastebin.com/DxRdY5KB
L2NPc - https://pastebin.com/CaLKiC68
Catched - https://pastebin.com/r39KjtqN
Would appreciate some discussion & help without shitting on each other. Thanks in advance and if someone helps me, I will owe you a beer.
1 answer to this question
Recommended Posts
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.