Jump to content

Question

Posted

I wanted to add buffs like the Improved ones in Gracia (they are 'combined' and takes up less slots). I tried making a new skill ID (6000) and I am aware that Interlude can't have non-retail ID's or something. It's a hassle to over write original retail ID's and having to sort through them and stuff, so this is easier. It let me add skill, except the 'using' part is bugged.

 

Buff 2 (first one used) is some Pig skill. Buff 1 (second used) is the custom ID. Look at how after using my custom ID all my other buffs get deleted. I am using the exact same XML's and skillgrps. Is there any way on how to fix this or...

 

Custom Skill ID's Don't Work

 

XML's

<skill id="6000" levels="1" name="Improved Condition">
	<set name="mpInitialConsume" val="14"/>
	<set name="mpConsume" val="56"/>
	<set name="target" val="TARGET_ONE"/>
	<set name="reuseDelay" val="10000"/>
	<set name="hitTime" val="4000"/>
	<set name="skillType" val="BUFF"/>
	<set name="isMagic" val="true"/>
	<set name="operateType" val="OP_ACTIVE"/>
	<set name="castRange" val="400"/>
	<set name="effectRange" val="900"/>
	<set name="aggroPoints" val="662"/>
	<for>
		<effect name="Buff" time="1200" val="0" stackOrder="3" stackType="md_up_attr">
			<add order="0x40" stat="waterRes" val="20" />
			<add order="0x40" stat="fireRes" val="20" />
			<add order="0x40" stat="windRes" val="20" />
			<add order="0x40" stat="earthRes" val="20" />
		</effect>
	</for>
</skill>

<skill id="5220" levels="1" name="Improved Condition">
	<set name="mpInitialConsume" val="14"/>
	<set name="mpConsume" val="56"/>
	<set name="target" val="TARGET_ONE"/>
	<set name="reuseDelay" val="10000"/>
	<set name="hitTime" val="4000"/>
	<set name="skillType" val="BUFF"/>
	<set name="isMagic" val="true"/>
	<set name="operateType" val="OP_ACTIVE"/>
	<set name="castRange" val="400"/>
	<set name="effectRange" val="900"/>
	<set name="aggroPoints" val="662"/>
	<for>
		<effect name="Buff" time="1200" val="0" stackOrder="3" stackType="md_up_attr">
			<add order="0x40" stat="waterRes" val="20" />
			<add order="0x40" stat="fireRes" val="20" />
			<add order="0x40" stat="windRes" val="20" />
			<add order="0x40" stat="earthRes" val="20" />
		</effect>
	</for>
</skill>

 

Using acis D:

 

Edit: works with buffer cast o__o (not player)

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


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