Hime-Works / Requests

Bug reports and requests that may require longer discussions and is not suitable to leave on the blog
http://himeworks.com/
GNU General Public License v2.0
7 stars 9 forks source link

Item Instances and Falcao ABS #365

Open Vuono87 opened 6 years ago

Vuono87 commented 6 years ago

is there a way to make Item Instances compatible with Falcao Pearl ABS? when i use the item instance script with the abs script “tools” wont work on objects that have note-tag requirements. i’m making a survival rpg and i cannot get the item instances working with the pearl system.

the game works fine without the item instances script, example use a pick to break rocks, scythe to cut through tall grass. but when i add the item instance code none of the tools work..

it’s like they aren’t part of the database at all anymore(not sure if that’s the point of this script or not) an example would be - my stone ax ID is 2 in my weapon database list but when i use it i will not work unless its a monster or object that doesn’t have this note-tag Enemy Kill With Weapon = a,b,c where a,b,c is the weapon ID in the database in my case it would be Enemy Kill With Weapon = 2

like i said it works fine without item instance but i really would like to have durability be a thing, i a huge fan of games like diablo, dark-souls and survival games where you have to watch your hunger, sleep or any type of aliments. any help would be appreciated