assassin's knife prof

03/18/2013 23:04 meshoshow#1
assassin's knife prof increase bow prof ...

if i hit any of monster's with knife didn't increase knife prof but prof of bow do !!!
03/18/2013 23:27 Spirited#2
WeaponSkillName.ini will get you started.
03/19/2013 02:52 Arco.#3
Quote:
Originally Posted by Fаng View Post
WeaponSkillName.ini will get you started.
HOW?
03/19/2013 03:16 Spirited#4
Quote:
Originally Posted by Arco. View Post
HOW?
It gives him the weapon skill ids so he can look up the handlers in his source.
03/19/2013 07:55 EgyptianMano#5
i guess his problem is when assassin attacks the source handles ranged attack, then at ranged attack it increases the Bow prof as it was the only ranged weapon , so he needs to check if that true so he may modify it to get the weapon id first then prof its type
03/19/2013 09:56 meshoshow#6
Quote:
Originally Posted by Fаng View Post
It gives him the weapon skill ids so he can look up the handlers in his source.


Thx Bro Any Way But Excuse Me Tell Me Where i can fixed it ??

Handel.cs ??
03/19/2013 10:08 abdoumatrix#7
u can search for something like this

PHP Code:
if (this.attack.AttackType == 0x1c
take care of this

PHP Code:
this.attacker.Owner.IncreaseProficiencyExperience(power500); 
03/19/2013 12:29 Arco.#8
Quote:
Originally Posted by Fаng View Post
It gives him the weapon skill ids so he can look up the handlers in his source.
NICE BRO TY
03/19/2013 12:56 meshoshow#9
Quote:
Originally Posted by abdoumatrix View Post
u can search for something like this

PHP Code:
if (this.attack.AttackType == 0x1c
take care of this

PHP Code:
this.attacker.Owner.IncreaseProficiencyExperience(power500); 
Bro Can u Explain ??

If i have find
PHP Code:
if (this.attack.AttackType == 0x1c
what i have to do on it ??
03/19/2013 13:34 abdoumatrix#10
Quote:
Originally Posted by meshoshow View Post
Bro Can u Explain ??

If i have find
PHP Code:
if (this.attack.AttackType == 0x1c
what i have to do on it ??
u should recode it add code to handle wearing knife increase 613 prof