[FIXED] Blessed Spiritshots/ Soulshots D,C,B,A,S

Move here solved/invalid bug reports.
Please add manual tag [INVALID] to invalid reports, until we add new tag system, thanks.
Post Reply
guerra5
Posts: 59
Joined: Sat Jul 04, 2009 7:25 pm

[FIXED] Blessed Spiritshots/ Soulshots D,C,B,A,S

Post by guerra5 »

Hi,

I had looking on server files in xml files from skills and item and i cant find any error , shots doen't work I had tryed mysterous as well and normal ones since D,C,B,A and S , the only ones work is No grade and R-Grade .

I use Ertheia from git repository last revision.

So if anyone can tell me where i can fix this i will appreciate many thanks in advance.

Image
guerra5
Posts: 59
Joined: Sat Jul 04, 2009 7:25 pm

Re: Blessed Spiritshots/ Soulshots D,C,B,A,S

Post by guerra5 »

I did other test, seems crystal type not work (D,C,B,A,and S) because i changed some weapon R-Grade to D-Grade in xml files and still not working.

Code: Select all

	<item id="17301" name="Requiem Dualsword" additionalName="" type="Weapon">
		<!-- Bestows one of the following functions: Haste, Damage Up, or Health. Two functions can be bestowed through a rare soul crystal. Increases P. Critical Rate and P. Atk. when enchanted to + 4. -->
		<set name="icon" val="icon.weapon_r_dualsword_i00" />
		<set name="default_action" val="EQUIP" />
		<set name="bodypart" val="lrhand" />
		<set name="weapon_type" val="DUAL" />
		<set name="crystal_type" val="D" /> --------------------> Here I changed this R-Grade weapon to D grade and after that ssd not working.<-------
		<set name="crystal_count" val="1502" />
		<set name="weight" val="1520" />
		<set name="price" val="70431979" />
		<set name="soulshots" val="1" />
		<set name="spiritshots" val="1" />
		<for>
			<add stat="pAtk" val="529.0" />
			<add stat="mAtk" val="189.0" />
			<add stat="pAtkSpd" val="325.0" />
			<add stat="rCrit" val="8.0" />
		</for>
	</item>
Please some answer because still not understand if is problem from my side or server side and we must waiting for fix.
guerra5
Posts: 59
Joined: Sat Jul 04, 2009 7:25 pm

Re: Blessed Spiritshots/ Soulshots D,C,B,A,S

Post by guerra5 »

Hello all,

I fixed it , just I do not post here my fixed because i believe is not the right way, but if someone want to know how I had fixed feel free for ask.

Thank you
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: [FIXED] Blessed Spiritshots/ Soulshots D,C,B,A,S

Post by Zoey76 »

Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
guerra5
Posts: 59
Joined: Sat Jul 04, 2009 7:25 pm

Re: [FIXED] Blessed Spiritshots/ Soulshots D,C,B,A,S

Post by guerra5 »

Thanks Zoe Good work :)
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: [FIXED] Blessed Spiritshots/ Soulshots D,C,B,A,S

Post by Zoey76 »

We still miss the new Mystery shots, but I'll add those later :P
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Post Reply