[Help] Anyonan help me to fix Perseverance

12/18/2013 18:53 stephanyd#1
Anyone can help m to fix Pure Warrior Perseverance ... i can equip shield with 2 hands weapon but shield unequip after 2 seconds.
12/18/2013 19:11 killersub#2
Make sure your source is handling the SkillID correctly.

it should be this skill enumerator:
Code:
Perseverance = 10311,
12/18/2013 19:12 abdoumatrix#3
there must be a code which remove left hand wep.

PHP Code:
client.Equipment.Remove(5); 
12/18/2013 19:34 stephanyd#4
@Killersub that enum is correct in my source,
@Abdoumatrix yes there are "client.Equipment.Remove(5);"

what ca i do?
12/18/2013 19:38 abdoumatrix#5
Quote:
Originally Posted by stephanyd View Post
@Killersub that enum is correct in my source,
@Abdoumatrix yes there are "client.Equipment.Remove(5);"

what ca i do?
sure there is alot.
which source use
in public sources i think u will find it at Program.cs
12/19/2013 16:57 stephanyd#6
Thanks .... problem fixed :)