Log in

View Full Version : Bug in 4.2 with 2h(b?) weaps


nakor
02-16-2003, 06:00 PM
Interesting bug - although I'm not complaining. When using a 2hb with a monk it seems I also get to punch. As in, you get the "You crush, You crush" and then "You punch, You punch". Seems a little odd when using a 2 handed weapon, so I figured I should report it.

I don't know if this is limited to monks using a 2hb or all classes with 2h weapons either.

Scrub
02-28-2003, 06:05 PM
I think it is that you are duel wielding with a 2hb weapon, the code only allows one weapon if you have a 2h weapon, but does not make you stop duel weilding, i am not saying it is a bad thing :P but if we are trying to emulate EQLive servers we should make it so that you cant duel wield with a 2h weapon in your primary

Edgar1898
03-01-2003, 05:28 PM
hehe yah ill fix it tomorrow..

Trumpcard
03-02-2003, 12:06 AM
Just need to put a check in on the offhandtimer to check and see if the skill in use is from a 2handed weapon. Can just make a isUsing2hander bool function for that.