Jump to content
  • 0
vinciover

CustomWeapon decrease Aspd 0

Question

Hello everyone, I'm using the translator, so I'm sorry for any inconsistency, I'd like to know why and how to solve this problem.
I inserted up to the moment 6 custons weapons, some do not appear this problem already some appear only for some classes:
I will show some classes that give error.

1 - Knight, while equipping does not affect Aspd much, it seems to be normal.
2 - Cruser, while equipping affects 100% to Asped reaching 0.
3 - Hunter, when equipping Aspd reaches 0, skill does not work like Double Strafing and Arrow Shower, the attack only works with 5 cells even having the ability Vulture's Eye.

screenGalaxyRO000.jpg

screenGalaxyRO001.jpg

screenGalaxyRO003.jpg

screenGalaxyRO002.jpg

screenGalaxyRO004.jpg

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Post the whole item_db code for both weapon.

Edited by vBrenth

Share this post


Link to post
Share on other sites
  • 0
20 minutes ago, vBrenth said:

Poste o código item_db inteiro para ambas as armas.

Already tried to make an Item with the clean codes and gave the same thing, so I copied some and edited.

Lance, copied and edited from ID 1412, the error only appears in the Cruser

    Id: 28911
    AegisName: "Black_Halberd_GRO"
    Name: "Alabarda Negra GRO"
    Type: 4
    Weight: 2500
    Atk: 350
    Range: 3
    Slots: 4
    Job: 0x00004080
    Loc: 34
    WeaponLv: 1
    View: 200
    Script: <"
        bonus bDex,50;
        bonus bStr,50;
    ">

Bow, I had copied and edited the script from the ID 1704 Bow, but it gave the same error, so I copied the one from Rudra, and the error persists
    Id: 28919
    AegisName: "Passaro_Crescente_GRO"
    Name: "Passaro Crescente GRO"
    Type: 4
    Buy: 20
    Weight: 1200
    Atk: 150
    Range: 5
    Job: 0x000A0808
    Loc: 34
    WeaponLv: 1
    EquipLv: 48
    View: 206

Share this post


Link to post
Share on other sites
  • 0
3 hours ago, vinciover said:

Already tried to make an Item with the clean codes and gave the same thing, so I copied some and edited.

Lance, copied and edited from ID 1412, the error only appears in the Cruser

    Id: 28911
    AegisName: "Black_Halberd_GRO"
    Name: "Alabarda Negra GRO"
    Type: 4
    Weight: 2500
    Atk: 350
    Range: 3
    Slots: 4
    Job: 0x00004080
    Loc: 34
    WeaponLv: 1
    View: 200
    Script: <"
        bonus bDex,50;
        bonus bStr,50;
    ">

Bow, I had copied and edited the script from the ID 1704 Bow, but it gave the same error, so I copied the one from Rudra, and the error persists
    Id: 28919
    AegisName: "Passaro_Crescente_GRO"
    Name: "Passaro Crescente GRO"
    Type: 4
    Buy: 20
    Weight: 1200
    Atk: 150
    Range: 5
    Job: 0x000A0808
    Loc: 34
    WeaponLv: 1
    EquipLv: 48
    View: 206

Why is view so high?

Check that for weapons view:

https://github.com/HerculesWS/Hercules/blob/master/doc/item_db.txt

Share this post


Link to post
Share on other sites
  • 0
11 hours ago, Dastgir said:

Why is view so high?

I was using the method of displaying the file weapontable.lub and ItemInfo.lub.
Now that I edited Item_DB with the default View, it worked 100% all as weapons.

Thanks ^^

Topic solved

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.