Jump to content

Nightw0lf

Legendary Member
  • Posts

    2,991
  • Joined

  • Last visited

  • Days Won

    76
  • Feedback

    0%

Everything posted by Nightw0lf

  1. is he better than me? this guy is pissing right now, on your leg.
  2. why ban him, his name almost ressurected the forum haiku: Kara walks in light, whispers drift like soft spring rain, time bows at his steps. Arrays.stream(DeveloperBrain.getInstance().getThoughts()) .filter(Kara.class::isInstance) .map(Kara.class::cast) .filter(k -> Objects.nonNull(k.getCoffeeLevel())) .flatMap(k -> k.getExcuses().stream().map(e -> Map.entry(k, e))) .filter(e -> Optional.ofNullable(StackOverflow.getAnswerById( DeveloperBrain.getVariables().getInt("kara_ban_counter", 0))) .map(a -> a.isActuallyHelpful() == false) .orElse(true)) .findFirst() .filter(r -> Optional.ofNullable(Admin.getPatience()) .filter(p -> Admin.destroyPatience("KaraBanProcess", 1, true)) .isPresent()) .ifPresentOrElse(e -> { Admin.sendPacket(SystemMessage.sendString("Kara has been banned again.")); Admin.sendPacket(Sound.ITEMSOUND_ENCHANT_FAILURE.getPacket()); Admin.sendPacket(new MagicSkillUse(Admin, Kara.class, CommonSkill.BANHAMMER.getId(), 999, 1, 0)); }, () -> Admin.sendPacket(SystemMessage.sendString("Miracle! Kara survived without a ban... this time.")));
  3. guys it is probably a misunderstanding if it was windows he would have solve it since its not windows and from the paraphrasing of the developer who eventually fixed the server the problem was from guessing the login server was not properly opening or already crashed, so the gameserver probably loaded because he was generating logs, and then stopped, my guess is still there was no login to connect and made exits, still this is a guess because i have only saw some logs and images in one side nobody would destroy a server for this amount of money in the other side he had no experience with the operating system, and i find this logical, i am also still giving some tutorials in the topic owner so he can learn how to compile and not need the help of others, i still believe this can be solved for both parties if they behave in the end nobody wants to cause bad to another so as i say in my starting point, it is probably a misunderstanding
  4. the logic is the "stacking" that is a filter if you use it then the item cannot co-exist (stack)
  5. acis is still calibrating since years ago for example, has not achieve full/smooth emulation I would never say that, i think java has a good stage but not ideal for somebody who has played l2off Generally the player base on this game has played so much in bug servers that they wont play in l2off files because the basics are not working as should notably the bugs, when those are fixed and or work out of the box in l2off the interest is lost. Few would stay in a bugless server even fewer would make it worth while to pay for it, and the bots in my oppinion destroyed the game, if you find any topic with bot related share i express my negative oppinion that it kills the game, you play in a fake player server or a real player server renders automatically both servers and the game itself bad. in 2025 servers has AI and Fake players before the server even begins, maybe start selling as a single player is the next step for lineage
  6. what 911reg said, that difference cant be compared its more smooth and feels correct, now later on game if some weird customs make that l2off server bad is another matter, the basics for me is what win on comparison
  7. <?xml version="1.0" encoding="UTF-8"?> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./VoteEngine.xsd"> <!-- here is the global checks --> <!-- somewhere in the end --> <topsite name="iTopZ" enabled="true"> <api url="https://itopz.com/check/REPLACE_API_KEY_HERE/REPLACE_SERVER_ID_HERE/%ip%"/> <checkWord>TRUE</checkWord> <rewards> <item id="57" count="1000" chance="100" /> </rewards> </topsite> <topsite name="HopZone Eu" enabled="true"> <api url="https://api.hopzone.eu/v1/?api_key=REPLACE_API_KEY_HERE&ip=%ip%&type=json"/> <checkWord>complete</checkWord> <rewards> <item id="57" count="1000" chance="100" /> </rewards> </topsite> </list> just a guy with no choice to use other project asked me this, so if by any chance you were to use sunrise files here you go, this post will probably break some record on this topic like "one eternity later..."
  8. from my experience this is false starting with a simple click on the map with a new character it feels different, anyone who knows this can tell more, in general i dont show hate for java, i just state the facts. i could show hate for python in relation with java quests etc that were crashing yeah that would be hate because i think its totally bullshit combination the part where i am selling was to make sure that you understand about the customer relationship i had.
  9. he was my customer many years ago, i setup his acp and some statistics on his website, plus some security it is big difference than "friend" its more dissapointment than hate, take example acis, how many years still development. PS: you know i was selling websites and i still sell donate panels for l2 servers right?
  10. what is Psadek? i am that guy i am a L2off supporter i just started with java, that was when i was into l2 now i just run some websites better than others cause i have no price.
  11. in terms of "Java" even this comment can be copied and presented as l2gold related pack in terms of "l2off" real l2gold copies very few, actual live servers can be counted in 1 hand Q:Why is it that no one can gather a team of at least 10 people because you need 10 experienced people, each has their own life, commitments and finally different views of how that server should actually work because all of them would expect something ($$$$) in return for their suposed involvement and such projects dont even go out of development. ps let me know who you would trust to do this i dare you name 3 only people not 10. finally i keep the copyrights for this post from becoming an l2gold server
  12. i guess i was hacked too i recently gained 3 groups of l2 content with one of them had 8k people in it and i am admin now in all of them, i shaped them a little and voila $$$$ gifted i dunno if it was hacker or facebook mistake i have those for some months now without any issues the only thing you should be aware is that your connection is done safely to facebook if you are stealing internet or some unknown network is used, all this chat with meta could be malicious too, using proxy can also be the reason of what you are going through. leaks dont happen like that, you did a mistake, or like my case you were unlucky no matter how safe you were. PS: i had to drop the other admins because highlander rules, there can be only one.
  13. as you said expose connections in the server and create a communication with your AI, ironically an AI can help you do excactly that, all you need is your time i dont think you can get any help on discovering something that dont exist out of the box, thats the history with emulating l2->j in general thats what people, here you can find only positive and sometimes toxic responses, just go ahead and do stuff
  14. I know a guy who did this but as i told him bots dont generate donations, they offer replies and character learning and adapting to replies, for a small server of 10 players might work, but the resources you need are big, i made a python integration in my AI to use API for I/O and learning by the information it gets but the cost of the server ultimately defeats the porpuse unless you are looking into a SaaS model. making an AI server for a 20 year old game sounds promising
  15. maybe give some more info about your WTB topic like the language and what you want to develop, it doesnt have to be a full detail, it might help you thogh. about the topic author Joined: 07/14/2025
  16. "a bad attitude", "lack of respect" That doesnt count PS: new account, probably banned for some really baaaad, naaasty things, think twice before working with this dude
  17. so much hate, yet the topic now is so much famous now, you can thank me later.
  18. Charging €10 and €20? That’s not freelancing, that’s begging with code. AI is free to do the work today.
  19. its not imagination we skip that on this topic my offer still stands i am accepting a house Mr. @ERROR501 for more information please contact me
×
×
  • 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