Page 1 of 1

Arrow & shots

Posted: Tue Jan 13, 2015 3:28 am
by luthien
Not sure if this is a bug or if I am missing some files.
I can't equip arrows with a bow of s grade+.
Soulshots also are not working when clicked on no sound, animation or use. The amount of shots also doesn't change.

Re: Arrow & shots

Posted: Tue Jan 13, 2015 11:27 am
by Gladicek
Ofc it dont work when its not implemented yet.

Re: Arrow & shots

Posted: Tue Jan 13, 2015 11:09 pm
by luthien
So arrows are not functional? I can't use them, equip them, the count doesn't change. That would mean archers are useless.

Re: Arrow & shots

Posted: Tue Jan 13, 2015 11:29 pm
by St3eT
Every new class are useless since nobody have done skills.

Re: Arrow & shots

Posted: Wed Jan 14, 2015 12:08 am
by luthien
None of these arrow's work 22071 arrow of light, 1345 arrow of light, 32254 infinite quiver of light work with a dragonic bow with and without SA's or a infinity bow.

Re: Arrow & shots

Posted: Wed Jan 14, 2015 12:21 am
by UnAfraid
luthien wrote:So arrows are not functional? I can't use them, equip them, the count doesn't change. That would mean archers are useless.
Arrows must be functional, probably bows ain't implemented.

Re: Arrow & shots

Posted: Wed Jan 14, 2015 12:24 am
by luthien
That is bizarre. I'm gonna see if I can figure out whats going on.

Re: Arrow & shots

Posted: Wed Mar 11, 2015 4:53 am
by guerra5
Hi,

I think this can solve part of problem, I will check later for other id's if is the same issue.

Code: Select all

### Eclipse Workspace Patch 1.0
#P L2J_DataPack
diff --git dist/game/data/stats/items/01300-01399.xml dist/game/data/stats/items/01300-01399.xml
index a22ae17..ab6bba3 100644
--- dist/game/data/stats/items/01300-01399.xml
+++ dist/game/data/stats/items/01300-01399.xml
@@ -651,6 +651,7 @@
 		<set name="etcitem_type" val="ARROW" />
 		<set name="bodypart" val="lhand" />
 		<set name="immediate_effect" val="true" />
+		<set name="crystal_type" val="D" />
 		<set name="material" val="BONE" />
 		<set name="weight" val="5" />
 		<set name="price" val="3" />
@@ -663,6 +664,7 @@
 		<set name="etcitem_type" val="ARROW" />
 		<set name="bodypart" val="lhand" />
 		<set name="immediate_effect" val="true" />
+		<set name="crystal_type" val="C" />
 		<set name="material" val="FINE_STEEL" />
 		<set name="weight" val="4" />
 		<set name="price" val="5" />
@@ -675,6 +677,7 @@
 		<set name="etcitem_type" val="ARROW" />
 		<set name="bodypart" val="lhand" />
 		<set name="immediate_effect" val="true" />
+		<set name="crystal_type" val="B" />
 		<set name="material" val="SILVER" />
 		<set name="weight" val="4" />
 		<set name="price" val="7" />
@@ -687,6 +690,7 @@
 		<set name="etcitem_type" val="ARROW" />
 		<set name="bodypart" val="lhand" />
 		<set name="immediate_effect" val="true" />
+		<set name="crystal_type" val="A" />
 		<set name="material" val="MITHRIL" />
 		<set name="weight" val="3" />
 		<set name="price" val="8" />
@@ -699,6 +703,7 @@
 		<set name="etcitem_type" val="ARROW" />
 		<set name="bodypart" val="lhand" />
 		<set name="immediate_effect" val="true" />
+		<set name="crystal_type" val="S" />
 		<set name="material" val="ADAMANTAITE" />
 		<set name="weight" val="3" />
 		<set name="price" val="10" />