SphereCommunity
Bug with the I_SPEAR_SHORT ? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Bug with the I_SPEAR_SHORT ? (/Thread-Bug-with-the-I-SPEAR-SHORT)



Bug with the I_SPEAR_SHORT ? - Onirim - 01-06-2013 02:29 AM

Hi all,

I've a strange bug: My I_SPEAR_SHORT cannot be used with 1 hand. This is the script:
Code:
[ITEMDEF 01402]
DEFNAME=I_SPEAR_SHORT
RESOURCES=6 I_INGOT_IRON
WEIGHT=7
TYPE=T_WEAPON_FENCE
FLIP=1
DAM=10,13
SPEED=55
SKILL=FENCING
REQSTR=40
TWOHANDS=N
DUPELIST=01403
SKILLMAKE=BLACKSMITHING 45.3
CATEGORY=PROVISIONS - WEAPONS
SUBSECTION=SPEARS AND FORKS
DESCRIPTION=SHORT SPEAR

ON=@CREATE
    HITPOINTS={50 60}

It's the script of the latest Sphere server Script pack build, and it's unmodified.

An other 1 hand fencing weapon work perfectly with 1 hand:

Code:
[ITEMDEF 01404]
DEFNAME=I_WAR_FORK
RESOURCES=12 I_INGOT_IRON
WEIGHT=8
TYPE=T_WEAPON_FENCE
FLIP=1
DAM=12,13
SPEED=43
SKILL=FENCING
REQSTR=45
TWOHANDS=N
DUPELIST=01405
SKILLMAKE=BLACKSMITHING 42.9
CATEGORY=PROVISIONS - WEAPONS
SUBSECTION=SPEARS AND FORKS
DESCRIPTION=WAR FORK
ON=@CREATE
    HITPOINTS={50 60}

I don't see many differences between thems.
Any ideas ?


RE: Bug with the I_SPEAR_SHORT ? - Mordaunt - 01-06-2013 03:27 AM

It's 2 handed weapon.
Yes I know the script says otherwise, but the game data has it as 2 handed.


RE: Bug with the I_SPEAR_SHORT ? - Onirim - 01-06-2013 04:43 AM

Damn.
Thank for the tip Smile