Jump to content
  • 0

Question

Posted

good friends I have a small problem with the "L2PcInstance.java" is when I'm testing the DM to see how it works is that the players did not revive when they die and if you give the orders to village to village and not the DM.

does not work in TvT

 

Any suggestions?

---------------------------

buenas amigos tengo un pequeño inconveniente con el "L2PcInstance.java" resulta que cuando estoy testeando el DM para ver como funciona resulta que a los players no los revive cuando mueren y si le dan to village los manda a la villa y no al DM.

en el TvT tampoco funciona

 

Alguna Sugerencia?

 

:-\

 

4 answers to this question

Recommended Posts

  • 0
Posted

I had an error similar to yours,

Look at these lines if you are correct.

 

	if (isPhoenixBlessed())
		reviveRequest(this, null, false);
	if (isAffected(CharEffectList.EFFECT_FLAG_CHARM_OF_COURAGE) && this.isInSiege())
	{
		reviveRequest(this, null, false);
	}
	return true;			

}

  • 0
Posted

I had an error similar to yours,

Look at these lines if you are correct.

 

	if (isPhoenixBlessed())
		reviveRequest(this, null, false);
	if (isAffected(CharEffectList.EFFECT_FLAG_CHARM_OF_COURAGE) && this.isInSiege())
	{
		reviveRequest(this, null, false);
	}
	return true;			

}

 

I see this part of the return results and comment thanks for the suggestion

  • 0
Posted

You have to add restrictions, else it use default way (to nearest village, etc).

 

Check TvT event from L2J Freya, it is surely fine.

 

You can check too how work castles sieges, as dead attackers/defenders have to wait 10sec before to be teleported.

  • 0
Posted

You have to add restrictions, else it use default way (to nearest village, etc).

 

Check TvT event from L2J Freya, it is surely fine.

 

You can check too how work castles sieges, as dead attackers/defenders have to wait 10sec before to be teleported.

 

sieges still in perfect condition other suggestions :/

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • I didn't use AI for this, I used untitledui, they have ready templates and blocks. And no, it's not shadcn, untitledui has their own design system.   For example, for the hero I used an iteration of this https://www.untitledui.com/react/marketing/hero-header-sections/hero-abstract-angles-04
    • A misaligned badge or a heavy shadow is not evidence of AI. If anything, small inconsistencies are usually proof of years of manual modifications layered over an old codebase. AI-generated UIs tend to be overly clean, symmetrical, and generic because models optimize for visual patterns, not long-term product evolution. What you’re calling “AI design” is actually a very common style in older gaming communities: strong gradients, metallic buttons, glow effects, dense information blocks, and high visual emphasis on rankings/votes/sponsors.    Also, good UI is contextual. A toplist platform for MMORPG servers is optimized differently than a modern SaaS dashboard or a portfolio site. Here, visibility, CTR, sponsor highlighting, fast scanning, and information density matter more than minimalist whitespace trends from Dribbble. And honestly, if the UI was actually generated by AI, it probably would’ve looked more modern and generic — not like a platform that clearly evolved piece by piece over many years 😄   The funny thing is that a lot of these new “AI web designers” can’t even write 20 lines of CSS by hand without ChatGPT holding their hand 😄    They see a shadow, a gradient, or a rounded border and instantly scream “AI-generated” because their entire understanding of design now comes from prompting tools instead of actually building interfaces from scratch. And honestly, @Elfo was right — your own website looks far more AI-generated you built it with Tailwind/shadcn-style aesthetics and probably Next.js ,m i right friend? you built it with Tailwind/shadcn-style aesthetics...  You literally scanned the entire site just to find a tiny shadow behind a button as “proof” 😂 Real developers know the difference between a handcrafted project that evolved over many years, and a generic AI-generated template pumped out in 30 seconds.       Anyway, no hard feelings. Different tastes, different opinions 🙂
  • 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..