Hi!
I have been trying to make a client side script, but unfortunatly I am having some problems. I was thinking to make a script to make herbalism easier. Making a GUI windows that showed all herb and the effects that the player has discovered. But rigth now I am struggeling with finding the objects to use. Found some resources and started a Mod page in the wiki (http://lifeisfeudal.gamepedia.com/Mod_development).
How do I access the player object, and the player's inventoy? Think I found the player class by using the function listAllServers(). It listed a number associated with a player, but a bit inconvenient not to get the player id directly from a function.
I was also wondering if someone knows how to get access to the properties of the herbs? I think they should be accessable through the CmMixingManager or CmHerbalManager, but I do not know how to access these classes.
Hope anyone can help