Jump to content

An4rchy

Legendary Member
  • Posts

    2,656
  • Credits

  • Joined

  • Last visited

  • Days Won

    26
  • Feedback

    100%

Everything posted by An4rchy

  1. I misunderstood, it's definitely client side but I can't help you with this.
  2. The crystalization process and generally the whole enchant behavior is not client-side. You need to edit the server to achieve the results you want.
  3. if (!isOnEvent() || (isOnEvent() && getFame() > 10)) setFame(getFame() - 1);
  4. 2011 vibes right here, .ucoz domain with free wix site, total custom server, fake accounts to reply to the only advertise that is a MxC post.
  5. This mentality is the reason l2 community is total crap to be honest Reborn doesn't need to give rewards with the amount of online players they have. Also if they were gonna give free items, why would they bother to ban anyone who RMT or dual box or bot then? About Etina, I KNOW there's no rewards as I am one of the current admins of the server. Irrelevant. Again, you've been playing shit servers for a very long time that you now think they're good. Unless you are one of those players that are paid to play, in which case just don't respond there's no point of discussing then. So if you know one restaurant is serving shit on a plate but they also serve a good dish among all the shit, you're still gonna buy this dish? I wouldn't tbh.
  6. Nothing is next, if something works you don't change it. You only improve it. Since season 2 clans have limits on players/ally, so zergs are no more. Also why would anyone play a server that they KNOW has phantoms? It's like the admin telling you 'you're dumb, give me money' and you actually give it to them. Servers like Unity is one of the reasons Interlude community is as it is nowadays, clans need to be payed to play and people leave as soon as first heroes come out. Pathetic. L2EpicFail did a far better job than L2Unity in just 2 servers and L2Unity has been open for years.
  7. L2Unity is full of phantoms, real players is 1/3 of what they advertise. If you ever played etina or reborn you'd see how much pvp there is. In reborn we were 260 vs 240 in antharas, that was season 1 with 1/2 of season 2 players.
  8. You only need to use the engine from Classic because this is the only thing that you need. We're talking about Interlude server and not Classic server, you just run Interlude on updated client for better performance and more possibilities. About prices, I think only lucera offers interlude on classic secret of empire client atm (commercially). But it's very easy work for an experienced developer to make their server work on another client. L2Unity is literally c/p same mid-rate project since 10 years ago, not to mention you can donate to get a buff book which you can use out of town and contains all buffs, which is ridiculous. Pay 2 win is outdated and won't live long in L2 interlude community, reborn made sure of that. Wanna try a far better server than Unity? L2Etina.com / L2Reborn.org you're welcome.
  9. The problem is that admins like you can never appreciate the hard work some people do so you can open your w/e pvp custom super duper server without having to think of very important issues that they solved for you. aCis is not playable in last revision, but in my opinion aCis should still cost more than lucera. Development is slow, but efficient and on the right path. I understand that you're mad because you had to pay developers to fix your aCis files for you, but this is your fault in the first place for not doing the necessary research before deciding which files to use. Also L2Unity is still p2w which is outdated, with minimal effort to differentiate its features from what vanilla lucera offers. Not to mention they still use interlude client and never moved to Classic which is a must in 2023. I wouldn't call that the best IL server by any means.
  10. The one you got will work just fine. What you can do is store the TvTEventManager task and cancel it on server shutdown manually so that you don't get InterruptedException. This error won't cause you any problems though.
  11. Geoengine of aCis is decent, movement as well. vampir files are the most advanced by far as far as I know(I'm currently following up his work on L2Etina as developer), however I said 'announced' projects. vampir's files have been and will always be private. And L2OFF AI is one of many features in these files that make them far superior (bypass scripting system, free marker implementation, l2off skill engine and formulas, game object conditions accessible from any script/html/config etc). His work is actually remarkable. Their prices are not visible unless you contact them as far as I know, also I have no clue what their files look like or if they're battle-tested.
  12. Lucera does not provide access to source code if you purchase it (unless you purchase source code which I think is more than 1.5k euros), but they provide a plugin system so developers can work on custom features without accessing the source of the server. I'd say it's even easier to code something in a plugin as listener logic is pretty straightforward and it's harder to mess things up (unless it's already messed server-side by lucera devs). aCis can be great or worse, depending on which revision you use and for which type of server you use it for. For example the new territory spawn system along with AI rework is incomplete, so if you try to use a revision later than 401 you will for sure run into problems with npcs. If you go for 401, it then depends on what type of server you wanna open. If you want to open a custom server that pays no attention to retail scripts/features you won't have any problems, however if you need retail scripts there's a few missing ones that you need to add before starting to work on customs. Also a few bugs here and there but nothing too hard to fix. - I'd go for lucera, it's battle tested by multiple servers and it's more 'completed' than aCis in their current state. Please note that 'completed' means that there's no missing features, not that it's 100% retail because it's not and it can't be. This will change after aCis finishes AI rework + few issues left with spawn system, no existing announced pack will be even close to what aCis will offer then.
  13. Won't cause you any problems, I imagine this is caused because your TvT event logic uses Thread.sleep() till next run of the event (which is beyond stupid) so when server shuts down it gets interrupted, therefore you get this error. I could be wrong though, can't tell for sure if we don't have the code. It would only cause problems if there was data to be saved after the sleep() call, which I doubt.
  14. This topic doesn't have Kara response. From what I heard he mass-called all his clients on Discord and started cursing them badly and making threats for lawyers and shit. Who would have thought @xdem was right about him all this time
  15. I can confirm I've made over 100 euros the past month fixing Kara codes, maybe bring him back it's good for business?
  16. Basically stats are usually 'double' type and not 'int' server-side, so the only thing you would have to do in order to properly display big stats is make a html and display them there rather than send them to the client which treats them like 'int' and u get the 2kkk max value. It should be very simple to do.
  17. I remember playing L2Getwork when I was 12 years old and enchanting my fists 3 days straight. Got em to +8000 This is more of a 'PvE' gameplay servers, enjoyed by many people who love these type of 'idle' games (where u can turn your brain off and spam clicks to progress, this is very similar). - The easy way to do it is by providing players with a custom panel with enough space to display everything and you can use any number u wish, check http://l2kairos.com/ they provide status in community board cause u can reach over 100kkk patk/matk etc. If you got money to pay/experience you can modify the interface to display the stats on existing windows, but it can be tricky if you never did smth similar (that's why I said money to pay).
  18. YOUR character 'appears' through UserInfo packet, OTHER characters appear through 'CharInfo' packet. So basically when you want one other character A to appear on someone else's B screen, you send a CharInfo with A information to B. So you have to check when CharInfo of A is created what is his relation to the player you send it to B and change the team accordingly only for the CharInfo packet sent to B and not for everyone. So basically you need to edit the method in Player.java/L2PcInstance.java that is responsible for broadcasting the player's information (usually broadcastCharInfo). If you want YOUR character to have a circle as well, you need to modify UserInfo packet and check: if player is in party && player party leader is player -> team is red else if player is in party -> team is blue else -> no team 0x00
  19. While I always respect and appreciate professionalism, I'm one of the few in the L2 community. If you want to succeed within the community as an admin, you need a whole different approach. L2 is full of RMT and paid clans, along with players that mostly don't even speak English. My advise: Decide in your features and rates + chronicle, then start to seek clan leaders and make arrangements for 1-2 clans to play in your server beforehand. Then pay a whole load of money for spams in facebook and discord groups, as well as banners in sites like l2oops. Also, don't differentiate from the 'known' gameplay, meaning don't add new, nice and well-explained events and features because L2 players is like talking to a brick wall, they don't know anything else and are not interested in discovering anything new. This comes from many failed attempts to do what you are trying to and over 10 years experience working with l2 servers. GL.
  20. The 2 items that are black are custom which means that their icon info is missing from somewhere. Check data/xml usually it's smth like that, there should be an icons.xml file. Otherwise it could be in the item xml itself, check existing items if they got something like: <set name="icon" val="icon......"/> and add the same to your custom items.
  21. These polls lead to nothing, completely pointless. YOU need to decide what server you wanna open based on your opinion and not on forums. Anything above mid-rate in 2022 is doomed.
  22. She is a 2nd cousin so it doesn't matter, never seen game of thrones?
  23. You probably sitting in your chair thinking about your ex tbh. You're a master baiter.
  24. Understandable Still for someone who's never touched anything related to l2off until very recently, the ai scripts were a pain to understand when I first encountered them. The snippet I posted is pretty easy to understand for someone who's seen similar stuff before, I just wanted to point out an example to someone completely new to this.
×
×
  • Create New...