03-24-2013, 11:16 AM
Hey, I've found a bug. D: I realise this is a bit of a necro, but meh. I'd love assistance. ^^;;
When using the following script call...
...and trying to equip a shield with a one-handed weapon, the shield doesn't show up in my status screen. Two weapons show up fine, or even a 2H weapon alone, but it's an issue with showing the shield's name on the left hand.
Any ideas? :<
And, lemme just say this script's great. <3 So any help would be appreciated~!
EDIT: Until there's any fix implemented, I'm doing this to manually insert the shield's item name on the status screen:
The numbers will have to be altered for anyone else, as I'm using my own CMS. Just throw it above the lines where it displays the actor's equipment.
This could probably be done better, as I'm no expert with this sort of thing. :3
When using the following script call...
Code:
$game_actors[1].blocked_offhands = [1,2,3,4,5,6,7,8,9,10,11]
$game_actors[1].dual_wield = true
...and trying to equip a shield with a one-handed weapon, the shield doesn't show up in my status screen. Two weapons show up fine, or even a 2H weapon alone, but it's an issue with showing the shield's name on the left hand.
Any ideas? :<
And, lemme just say this script's great. <3 So any help would be appreciated~!
EDIT: Until there's any fix implemented, I'm doing this to manually insert the shield's item name on the status screen:
Code:
draw_item_name($data_armors[@actor.armor1_id], 376 + 24, 106) #shield insert
The numbers will have to be altered for anyone else, as I'm using my own CMS. Just throw it above the lines where it displays the actor's equipment.
This could probably be done better, as I'm no expert with this sort of thing. :3