Jump to content

Recommended Posts

Posted

hi all,

i just wanted to make a simple totally noob question:

how much would it cost to open and maintain a small priv server?

i mean i've been a player for a while,got no time with work and everything to join again official server,

all private servers i've seen are there just for the money,open and close in a second,

while i'd like to make a small priv server just for the players,no donations no subscription no nothing,

any experienced admin willing to give me a precise idea or pointing me in the right direction?

thank you very much.

Posted

There is no answer..depends the money you want to invest..you can search dedicate machines there is cheap and expensive..dunno what are you interesting to open..if you have files etc or if you need to buy any then needs more money..

Then website depends what you want to do..simply html website its not that expensive php but with scripts etc its more expensive..

Webhost thats not for discussion you can find even with 2euro monthly hosting but will not be much protected from ddos attacks..

 

Posted

vps 25-30 euro per month (no more than 2GB ram need for interlude unless you will have 1000+ people and then wake from your dream)

protection 150euro setup + 25euro/3month (or you will see +50000 items or players with skills from 5-6 classes and 200k damage)

website if you buy usually goes at prices of 100-150 you will need a logo usually 15-20euro and a forum and a domain name 5-15 euro per year.

you will try to buy a pack if you're not a developer, this is gets tricky you might be scammed for 200-300 euro or find for free more than you're asking, depents on the retardation level of brain by the factor of how much you like to search what you want

Posted

if u have good internet in da house with public ip address and  PC with 2+core 2+GB ram  you can make small server for friends ...

some datapack , geodata u can find for free sure  ....

mysql , java etc is too free

 

.....

if u need smth better Nightw0lf say +/- good price

Posted

hi all and ty for replies,

well i'm not a developer just an old l2 player with good intentions,

i wanted to set up some decent server but as nightwolf let me understand the problem is the risk of getting scammed,

and actually i'm too much occupied with real life work so tecnically i'm braindead for reading "how to set up a priv server for dummies".

i'd need the help of a trustworthy person very competent about...seems the real problem is this.

i'll think about it.

 

Posted (edited)
35 minutes ago, yevonxxx said:

hi all and ty for replies,

well i'm not a developer just an old l2 player with good intentions,

i wanted to set up some decent server but as nightwolf let me understand the problem is the risk of getting scammed,

and actually i'm too much occupied with real life work so tecnically i'm braindead for reading "how to set up a priv server for dummies".

i'd need the help of a trustworthy person very competent about...seems the real problem is this.

i'll think about it.

 

i give u idea, dont open server at 2k18,

 

you will waste your free time and money for 10 ppl , just old servers get decent online, new servers die after 1h  start 

Edited by AchYlek
Posted

The truth is, if you have no time then do not open any server. There are many servers "for fun, from players for players, no donations, decent, unique" and God's know what else. Simply don't.

 

About prices, site ~150€, but sure thing, you can skip it and use even shared one, one page htm and that's enough. The only money you have to invest is for dedicated with protection and site/hosting. Then the pack, you  can use frozen, acis as is with 0 costs. You  can pay developer to do some custom things you have in your mind.

Like 100€ is a must. 

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

    • 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..