Jump to content

Nik

Members
  • Posts

    465
  • Credits

  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Nik

  1. Better play "dead god" than version stuck in time where in last years it has seen no change or whatsoever and all servers going up and down provide the same gameplay formula and players are playing the same crap over and over again, its like a race for them to get top gear fastest until server die, then to the next server. Even classic servers are far more successful than timestuck H5.

  2. The complete lack of lambdas and java 7/8 stuff plus some of the hacks will make your fine eyes bleed :D

    No lambda = cancer. Thanks for informing us :D

     

     

    pretty solid formulas, support for most of the newest features, all the player skills and their enchant routes up to Underground, all the items as well, tons of utilities for players/admins, a big bunch of instances/bosses... idk, it has around 8 years of work behind :P

     

    Maybe this would be of use, but then again, no lambda :((((

     

    Why are you giving-up anyway?

  3.  

    Sdw, [08.09.16 23:45]

    That was fun or what

     

    Sdw, [08.09.16 23:45]

    I don't know why

     

    Sdw, [08.09.16 23:45]

    But it made my day

    Thanks random ddoser for entertaining Sdw on his mobile phone :D You were definitelly more fun to play with than those mobile phone games swarming with microtransactions.

  4. Lel. That's a 4€ / line, counting "{", "}", "return;" as a line.

     

    Can you make a price of 8€ for cheap version ? Like check / return; directly. You will have BRs, RUs and many GRs kids who can't afford the full version.

    Well, if nobody wants proper fix that will avoid further such overflows (its possible to occur not just on multisell), I can just throw the few lines check in multisell and thats it - current bug fixed, 5 eu pls, thanks. :D

  5. Most of their code is woven with magic, I've experienced enough of it to know that if you change something even slightly in their code, on the other side of the world flying ponies will spawn that are hunted by undying wolves. Also someone's windows will BSOD.

  6. Fix is simple... just throw InvalidArgumentException when reducing inventory item with negative count, after that just look from where all the errors come xD Problem isnt only multisell, also bug works everywhere, except russian packs, they have this

    private static long mulAndCheck(long a, long b, String msg, boolean limit) {
    		long ret;
    		if (a > b)
    			// use symmetry to reduce boundary cases
    			ret = mulAndCheck(b, a, msg, limit);
    		else if (a < 0) {
    			if (b < 0) {
    				// check for positive overflow with negative a, negative b
    				if (a >= Long.MAX_VALUE / b)
    					ret = a * b;
    				else if(limit)
    					ret = Long.MAX_VALUE;
    				else
    					throw new ArithmeticException(msg);
    			} else if (b > 0) {
    				// check for negative overflow with negative a, positive b
    				if (Long.MIN_VALUE / b <= a)
    					ret = a * b;
    				else if(limit)
    					ret = Long.MIN_VALUE;
    				else
    					throw new ArithmeticException(msg);
    			}
    			else
    				ret = 0;
    		} else if (a > 0) {
    			// check for positive overflow with positive a, positive b
    			if (a <= Long.MAX_VALUE / b)
    				ret = a * b;
    			else if(limit)
    				ret = Long.MAX_VALUE;
    			else
    				throw new ArithmeticException(msg);
    		}
    		else
    			ret = 0;
    		return ret;
    	}
    
    :D:D:D:D:D:D:D:D

    Its pure govnokod though. http://govnokod.ru/java

  7.  

    this 2 guys also wasted 4 days of my life

    i haven't sleep only 5 hours per day

    and i have spend all my time in house working for server and website

    THANKS :D

     

     

    i don't know if you understand me or not, but i have never recived any money, that's why i refused work with them untill i see they are real and i have them in my hands...

     

    they can simply ask a cancel translation 

    What?

  8. Setting up a server takes you 4 days? what? I've set up servers for no longer than a day.

    What was so time consuming? You only need to get dedicated, put server files, change configs and start 2 .bat/.sh files... tell me which part was so time-consuming that you wasted 4 days on it?

    To begin with, if you were really doing your job, you'd not hang up more than a day on server setup. Basically the time it took you to scam, you could've gone with the much easier thing and actually setup the server. LOL.

  9. I see, i can confirm you Classic Spawns are not entirely 100% same old spawns, there are several differences such as:

    • Gludio's "Level 20 Lizardmens Zone" revamped with Puma, Bears and Spiders
    • Dragon Valley (3 Ways Cross) path revamped with new mobs
    • Giant's Cave also in some locations
    • several more here and there

     

    Thanks for the clarification, keep up the good work

    Those lizardmen i remember were a new thing. C4, C5, I can't remember, but playing on C3 there were always pumas and bears and spiders.

    What I suggest you is to use old retail spawns and sniff the new spawns. At least you will have mostly a good retail spawnlist. Also those pumas bears and spiders I guess you can find in C1 L2OFF or whatever <C3

     

    i like how gladicek is kind of always-angry forum warrior :D

    put that effort into fixing multisells and typos in htmls

    He can always do quests, instances or AIs, but he is too busy playing retail to know how things work there so we don't mess up with making stuff not retail-like. Unlike some other projects, we do like having retail-like stuff and all relies on him.

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