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

    • You can walk to the near windows, open and jump from it befor you tell me to shut up. I don't give a fuck about NCsfot but I am not a delusional I know what is legal and what is not. If NCSoft knocks on the door all of this will be close more fast than light. And yes sure lineage 2 still alive because random ppl is making emulations and custom on his work not becasue of the korean player that actual play the game and give money to them ofc I don't know you but for sure I will not start a conversation saying to put things on the ass and shut up grow up littel man 
    • SSAO was in the game but was removed due to performance. I will revisit it. We have god rays and volumetric fog already (mind you, the god rays are a low-resolution screen-space radial effect, and fog volumes are unshadowed). It is something else I want to revisit, but I need to balance performance and quality. The only thing we haven't added is depth of field, which I might look into.    
    • Put your NC Soft rules in the Ass and shut da fak up! Nobody cares what theres money grabers think or write or claim! If not people like Elfo and other fans this game will be not known, NC Soft must suck the dicks to Everyone coz olif not people this will be another garbage.
    • the problem isnt the tech, its what you build on top of it. running a live server on a closed binary you didnt compile is risky by default. you cant audit it, you cant patch it, and when something breaks you dont have the source to know why.   the usual “but everyone uses the ncsoft client” is exactly the point. that binary isnt safe because its third party, its safe DESPITE being third party, for one reason only: 20 years of thousands of ppl tearing it apart byte by byte. whole protocol is documented, no surprises left. if it had anything weird in it we would have found it a decade ago.   this client is the opposite. its a fresh binary that a couple ppl looked at for a few days. and who made it matters. ncsoft is a dead corp that couldnt care less about your private server. this one is from a project thats alive, from someone who most likely doesnt want his client running someone elses server. im not saying it has anything in it. im saying you cant audit it and the author is not a neutral party. add that this same thread shows it gets reversed in days, so it gives you zero protection and full dependency.   for a weekend project who cares. for something with real players i wouldnt build my server on that.
  • 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..