Jump to content

StinkyMadness

Legendary Member
  • Posts

    1,036
  • Credits

  • Joined

  • Last visited

  • Days Won

    20
  • Feedback

    100%

Posts posted by StinkyMadness

  1. 3 hours ago, melron said:

     

    @StinkyMadness I would do the whole thing a bit different, like a manager which will storing the infos in custom classes and generate the content directly up on the player's request with a FloodProtector check. No sync at all

    _nextUpdate is kinda FloodProtector.. but the way you talking about if I'm not wrong you saying each player can update once each 60 seconds... that's bad in server with players better adding ThreadPool each 60 seconds 😄 I don't see what's bad on my second pastebin I have posted.. but people that want to use that code can do the changes based on your recommendations.

  2. 12 minutes ago, Zake said:

    You may avoid duplicate connections this way, although if a new player asks for data while 1st one is still processing he will get temporarily an empty table. Even critical error maybe if table is half fed. You could remove final modifiers from your structures, then create temporary StringBuilders during connection time and change the address of the pvp/pk to these temps when they are fully fed.

     

    Edit: gonna investigate about topic edit issue and let you know

    I guess the VPS/Dedicate has not that kind of issues on 2021.. they are not that slow.. also the empty StringBuilders not give critical error on the way the HTML is written.. maybe it will be empty but they can just reopen it 😄


    i want to update the link on main topic but i can't edit it for some reason.

  3. 11 hours ago, Zake said:

    It's not quite easy to produce this with low population. You can always benchmark this. Fill your characters table with a lot of data, and create a bunch of db connection tasks to keep connection pool busy enough, so that you have time to execute 2 requests at the same time.

    I think the problem can be solved instant by just moving the "_nextUpdate = System.currentTimeMillis() + 60000L;" on top of the method so the Connection will not affect it as it will be instantly updated the _nextUpdate.

    //Update (Can't edit first topic for some reason)
    https://pastebin.com/RfmLz5ZW

  4. 3 hours ago, Zake said:

    This area can delay some times due to connection pool being busy or your query executing slow due to a lot of calculations. During that computation time (delay mentioned above) 2 or more threads (player clicks) can access this area at the same time aka multiple connections at the same time which will lead to duplicate data in your StringBuilder as StringBuilder is a not synchronized structure itself.

    This code is used about one year in 3 server and never there existed any issue with duplicated StringBuilders. I will try to exploit and if I face that kind of issue I will update the share.

  5. 3 hours ago, splicho said:

    In my opinion MaxCheaters became into a fucking huge marketplace in terms of helping other people. I remember back in the days where people actually had issues with their files and what not and people were incredible passionate to help them out.

    The reason for passionate past was that most of peoples back then with "knowledge" was still learning and by helping they improve their skills too, also the economy of 2005 vs 2021 is not the same, so people expect to be rewarded for hours and hours they have spend on reading.

    3 hours ago, splicho said:

    Today, you would first need to send the guy that is  trying to help you a payment and then hes willing to help. I can understand that nothing in life is free.

    I don't know why peoples thinking that they can consume others time and don't want to reward them. Any trust me they don't pay that one line, they pay their laziness to read or google it. (Not that I have charge somebody for one line.. just I don't see reason to not charge).

    3 hours ago, splicho said:

    but, for what is the helping channel there for at all when you have to pay for a simple line of code or something similar ? So why not just post your issue in the marketplace section ?

    Help channel is there for people who still have time and wish to give some hints on the people that asking. I think nobody can force anyone to work for free, and in time that most of questions of help section are already answered or are just 1 minute on google/stackoverflow.

    3 hours ago, splicho said:

    If you take Brasil in comparison, they don't even allow such things. There is no room to even advertise your services if you have anything to sell. When you have a problem, people actually trying to help you until you fixed your problem.

    They don't sell anything.. but also 99% on the BR forum not creating anything.. they leach/steal shares/packs from other forums.. so that's the worst disrespect in face of people that code and share (So maybe that kind of forums are part of the problem that push developers to selling codes when nobody respect their job/time)


    Nothing personal with @splicho just wanted to say my opinion on this questions.

    In my case, yes I have marketplace services when people asking customs.. but on retails I'm working/helping for free the only project that interest me and my nostalgy (a.k.a. aCis).

    In the end I have done a lot of shares and even have helped a lot by Discord and other DMs.. most of time helping people that earn donations of that free help and complain if you ask payment for complicate fix.

  6. 8 hours ago, L2Raptorz said:

    StinkyMadness I think you are a good guy. i hope you you have more success and this does not have any negative affects on your business.

    Because one "Developer" not respecting my work that doesn't mean he can ruin my business.
    Your lovely "developer" can't ruin my reputation by saying I'm stealing codes from H5.. I guess because he can't code one simple Achievement system he thinks nobody else can do it also.

    The problem is that you promoting an project owner that is not respecting others. He have voice and he can talk for himself.. why you argue with others? I have 3 clients disappointed with Orion... and they don't want to waste time to give feedback on an random forums (for them)

  7. 49 minutes ago, Nezuko said:

    it's a shame they were leaked, but relax, if you're a good dev you don't have to worry about minorities.

    I know that customer even if agree on my terms they will share the code with a buddy or and developer as they have not the knowledge to add it some times... but this guy is "owner" of project.. and he is not respecting the people that are in same community and working on same things.

    It's different an random admin share my code... and different an "developer".

  8. 21 minutes ago, L2Raptorz said:

    And you avoid proof of scam.

    I just proof you that he using my code without permission, that's consider as scam as far I know.. except if I'm wrong and I can start sharing w/e I have access from another developers and servers that not belong to me.. 

    //Edit:
    Even if he had bought it from me all my clients agree first on my terms:
    "With this purchase I have no right to share or resell the code I have obtain."

    • Upvote 1
  9. 14 minutes ago, L2Raptorz said:

    As an Admin, I don't care where the codes/files came from or how they were created. I only care that the final result is a good pack. I like L2jOrion. I like the support. As I have said.. I have dealt with Vilmis for over 4 years and received everything I paid for at a fair price.. plus some extras I didn't pay for.

    I understand your argument about adapting your files and selling in the L2jOrion pack..but there was no scam involved.

    Sad to sell 600-800e frozen source that you can't even code any of its feature.. I have the Orion... has nothing that its not shared or marketplace.. so if you don't see that you have been scammed then you deserve to be his client. No more argue with you.. wish you to wakeup one day and spend your money better on stripers or something.

    • Haha 1
  10. Avoid using item1,item2,item3.... by using an List or Array also if you want different "count" you can use IntIntHolder on aCis source. Then use loop to give the item and equip if its equipable.

    It will be even better if you use XML so be possible to change items without rebuild the jar.

    • Like 1
    • Upvote 1
  11. 16 minutes ago, haskovo said:

    it is working but the vote check is old they have changed they websites

    Yes but because all the code is old.. if you search a bit about Jsoup you will create better code and for any toplist you wish.

    And finally stop asking for ready food.. I give you the links you need to search the new way on your own.. trust me you will feel a lot better if you code it on your own than keep asking for ready results.

    enough with the admins that want to use L2J without having the wish to learn basic java to use the files.. you can't use a Car correct if you don't learn to drive... is that hard to understand?

  12. 6 hours ago, L2RAPTOR said:

    Players are ultimate judges. but they don't  leave my server because of bad files. I think players may not  like a custom 10x interlude server. It is my concept they do not like..not the files. And for "your client waiting 2-3 months.." wtf do you want me to say? I dont work for L2jOrion..I can only tell you my experience with them, Yes, I will live in my world of happiness with this pack as I have had no problems with it and have seen none better.

    Why is so difficult to you to understand that when I'm talking about your server I'm not speaking for your "GREAT ORION PACK". You acting like your don't understand? or you really do not?

    You are the person who said "STFU" to peoples that are here to help others without developing knowledge (like you) to create their "dream" server. Author of the topic had one specific question.. and you after the whole topic that you had done for the "AMAZING - ULTIMATE - 10 TIMES BETTER THAN L2OFF" project came here to keep advertising and teach to peoples with real knowledge on the subject.. and judge them why they don't like L2JOrion or L2JFrozen.. understandable if was one or two... there are a lot of people that sharing the same opinion about that one project you supporting.

    In the end players are players and don't even know that there exist different project (most of them) they know only L2J or L2OFF that's the provided infos on the toplist sites. This is a forum section is for developers and admins and not for your ultimate judges.

  13. - "this is my edit that caused this not pack."

    As I said (And this have nothing to do with the project source/pack but with the way you was talking about that players are the ultimate judges).

    - "OK let's analyze your assessment of my server that you spent all of 5 mins on."
    That's the way the ultimate judges will judge a server in 2021.. that you put them in priority.

    - I have worked too on this files, old
    er revisions (but I don't think many things has changed).

    I don't mean I worked on the files 10 years ago but few months... except if in that few months L2JOrion start to fix things with super haste mode.

    And at the end, really feeling we all wasting time here with you.


    You forgot to answer the "because a client of mine still waiting 2-3 months undone Dress code from your amazing support team (a.k.a. one guy)."

     

    I will let you feel like you own the best project out there.. I think some people don't like the truth and be sad.. but live in lies and stay happy.

  14. 1 hour ago, L2RAPTOR said:

    Any player that reads my features and spends any time playing my server understands it is not like most servers.

    And 0 online, the ultimate judges.
    No reason to spend time to test features that are recycled from any server. I saw Interface that Vertical Shortcut is transparent and horizontal is not... one random texture on bottom right side that was annoying.. an AIO NPC that was shared back in 2010-2011.

    I have worked too on this files, older revisions (but I don't think many things has changed) I remember there was Database connection on the getPremiumService() so each time a player kills something just requires database connection to check his premium status.

    You have repeat 2-3 times that only Elfo support his opinion. Why you think all the others have different one? Or they have time to explain to Admin things that he will not understand.

    And really just tell us if you getting payed for all that support.. or you just really have waste so much money and don't want to make him mad.. because a client of mine still waiting 2-3 months undone Dress code from your amazing support team (a.k.a. one guy).

  15. 38 minutes ago, L2RAPTOR said:

    Just a few final responses.Then I will let you "experts" continue whatever this discussion has become.

    Kara if you make a statement like a pack is trash then support it... or STFU. There is nothing wrong with asking someone to provide evidence to support their claims. I would expect you to say the same to me. The only one to produce a fair response was Elfo. And I respect that. Rootware also was willing to look at my pack and give feedback. Kara I told you before, 99% of your posts here are negative, angry, bitchy, and always over sensitive.. are you on a permanent menstrual cycle that never ends?

    Nightwolf I responded to Kara who said my server is like all the others. Of course we all know Kara hates interlude and hates customs even more. Any player that reads my features and spends any time playing my server understands it is not like most servers. I never said all players would like my server. When you say my interface is broken .. it is not. I disabled and deleted functions that made afk farming and botting easier or that i did not like. I just started being active on DISCORD about 10 days ago.

    I think I have made my opinion clear here repeatedly and have tried to stay on topic. So, I'm done with further posts unless I need to respond to some untruth. I rather continue watching this comedy. It is very entertaining..I was glad to be part of it.. now I will go get some more popcorn 😄

     

    P.S. when was the last time you saw a topic go 9+ pages on MXC in 24 hours 😄

    You still not answered my question. But I guess its hard to refuse something that you have spend money and time on it.. so I understand your side... makes sense.

  16. @L2RAPTOR I joined on your server to see what is so special there.. maybe I don't get it.. but 10 offline stores players.. 0 online.. discord total 3 members.. and free broken interface.

    I hope you can give me some info about what happened to the players that was so satisfied of your server.
    (And this have nothing to do with the project source/pack but with the way you was talking about that players are the ultimate judges)

  17. 51 minutes ago, L2RAPTOR said:

    LOL so you dont like the programming of another developer? that makes pack trash? give me examples of how your programming is better and how it is better for admins and players..

    yes i am an ADMIN bot with a server dumb fuck

     

    Play my server L2raptor.com and report your bugs here..

    i want to know, and want everybody to know just how bad these files are...

    and if you post nothing then stfu..right?

    A broken watch is right twice a day. Peace..

×
×
  • Create New...