Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
In XAS_Hero ABS iv created my shields using the ID,Skill and placed it in the script but when i use my shield it does not block the enemy for some reason, is there something i need to do in the script?
Have you defined it in the XRXS- XAS script? Use Ctrl-F and find "SECOND_HAND_ID_TOOL" and make sure you define the ID of the shield and the ID of the tool.
Also, have you created a corresponding event in the Tools map, and made a skill in Database->Skills?
Yeah i have done all that but for some reason when i get attacked it still hits me when i block, the shield animation works but thats all... any clues to what else is caussing this?
thanks.
Edit: never mind =D i fixed it after fiddling with the script for a few hours i got what was caussing the problem, some of my shields used differnt ID's... haha i know i was blind to such a simple problem =/
Regi":16c2w82x said:
Have you defined it in the XRXS- XAS script? Use Ctrl-F and find "SECOND_HAND_ID_TOOL" and make sure you define the ID of the shield and the ID of the tool.
Also, have you created a corresponding event in the Tools map, and made a skill in Database->Skills?