Jump to content

Recommended Posts

Posted

This is not a bug report forum btw. And don't expect any huge balance on TvT's, it's fraking non buff event. If you don't enjoy that event, don't join it. I'm not going to start balancing classes based on events.

 

Zariche has been fixed 5 minutes after I woke up.

Posted

After 2 days i can say server has veryyyyyyyy UNBALACED classes kamael are superrrrrrrr bugged dmg is insane ... if not repaired no luck to play in this server !!!

Posted

After 2 days i can say server has veryyyyyyyy UNBALACED classes kamael are superrrrrrrr bugged dmg is insane ... if not repaired no luck to play in this server !!!

sad but true...dunno why didlak doesn't nerf them already..all server is complaining.

@Didlak dude get in game and see what ppl say on shout.Or should i make a screen and post it here?Every1 says i thing :

Kamael OP ! :P

Posted

pathetic kid, doombringers always has been great class without buffs and it is tvt ofc they will have more kills then mages cuz every1 stand in a big grupe.want to talk about rush impact, it's retail like now, get 85 and then qq

hahaha i speak with GM last night and he said he knows that Rush Impact is OP and he said he will nerf it! gg who is the pathetic kid now?

Posted

hahaha i speak with GM last night and he said he knows that Rush Impact is OP and he said he will nerf it! gg who is the pathetic kid now?

why do you post nonsenc and lies here.i have 2 things for you.

1st. grow up and learn maturity

2st. he wond anything about reuse/land rate/dmg if you dont belive me cheack forum

  • 2 weeks later...
Posted

Aside from that, they all have bad players too ... Lets not always blame the admins, sometimes players sux more ...  ;D

 

btw : nVm-lution ? What does that have inside SuperDuperFastMap<> ?  ;D ( Just wondering why are you optimizing something that is fast enough to not cause bottlenecks ).

Posted

Aside from that, they all have bad players too ... Lets not always blame the admins, sometimes players sux more ...  ;D

 

btw : nVm-lution ? What does that have inside SuperDuperFastMap<> ?  ;D ( Just wondering why are you optimizing something that is fast enough to not cause bottlenecks ).

nVmlution is crap compared to the Bee Engine. Nothing to worry about.

Posted

Why i cant found normal server, all have bugs, or bad balanced or gm make crazy donations.. all wanna get money :X

 

How's your life misery relevant to this topic? go play retail. pay $13/month, you have "bugless", "balanced" and "no donations(since they get money elsewhere)" gameplay.

 

btw hi Issle

Posted

Aside from that, they all have bad players too ... Lets not always blame the admins, sometimes players sux more ...  ;D

 

btw : nVm-lution ? What does that have inside SuperDuperFastMap<> ?  ;D ( Just wondering why are you optimizing something that is fast enough to not cause bottlenecks ).

 

No. We use Trove and Javolution maps.

But i made some custom array/linked list/queue implementations, StringBuffer, NIO networking and file handling, non blocking random, "ordered sequential" thread executors, blocking multi task executors, xml reader, Math utils, Array utils, date generators, byte array reader/writer, GUI utils, default Swing classes, custom buffer and binary sorted array queues with shift insert/move functions for updated pathfinding nodes (Pathfinding: ToI floor 1, 500 worlds units from one room to another, 4 edges: 1.4ms including path optimize from each node to destination to make paths nearly retail like)

 

The only thing that is really speeding up is wisely used code such as:

 

private final L2Effect getFirstEffectInternal(final IncArrayList<L2Effect> effects, final L2EffectType effectType)
{
	if (effects == null)
		return null;

	for (int i = effects.size(); i-- > 0;)
	{
		final L2Effect effect = effects.getUnsafe(i);
		if (effect != null && effect.getEffectType() == effectType)
			return effect;
	}

	return null;
}

 

Stuff like this makes iterations and other operations concurrent save without a thread monitor (synced block) or atomic locks, and in this case it does speed up a lot!

 

We are not using any shits to make it work! We try to make it as fast and readable as possible, because better code = better server.

Guest
This topic is now closed to further replies.



  • Posts

    • We all know the CMS platforms that make us wonder every day why nothing truly new comes to the market. The answer seems simple: monopoly. And yes, to some extent that's true. But most people don't stop to think why they became monopolies in the first place.   It's largely a legacy trend that started back when PHP was supposed to "change the world." Well, here we are - and it didn't. PHP is increasingly becoming a technology many of us want to move away from rather than integrate into modern projects.   This is the 21st century. JavaScript powers the internet. With JavaScript, we can build the frontend, the backend, modules, run parallel processing with Workers, integrate seamlessly with cloud providers, and scale without friction. It has the largest open-source community in the world. The ecosystem is massive. What has been missing, however, is a truly powerful CMS written entirely in JavaScript.   The good news? I’ve been working on such a project for years, and I believe the time is coming to move into a beta testing phase. If anyone is interested in joining the testing phase and providing feedback, I would be happy to connect. I would also genuinely love to hear your opinion about a product like this.   Imagine a CMS with: A built-in builder Ready-to-use plugins A JavaScript-first architecture Designed primarily for online services   Because most CMS platforms today focus heavily on becoming eCommerce systems for selling physical products, and in doing so, they lose sight of a huge audience. There are countless people who want to build: Paid online services Digital or hand-crafted product platforms Gaming websites Coffee shop websites Subscription-based platforms And many other service-oriented projects What do you think about a CMS built specifically for the service economy rather than traditional eCommerce?
    • You keep talking a lot but you still haven't proven anything... why don't you show the community that this extender doesn't work? Why don't you show them all the bugs? hahaha Your silence and lack of evidence prove that you're a liar trying to make a quick buck selling what I publish for free.   Why do you want a domain? You say this extender crashes? Well, prove it, so everyone can see if you're right. Or if you simply want to convince people not to use this extender for free, why do you want to sell it?
  • 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..