totalschaden
Active Member
- Joined
- Feb 16, 2010
- Messages
- 1,146
- Reaction score
- 1
Hey, im trying to use Labor Pots while Mounted, if you do it by Hand it works, so its supported by the Game. Using them while unmounted works fine.
Test made with item.id 34070 // 500 LP Pot.
If I however try to use it while mounted, AB will throw MountedState LastError MountedState Field
Example:
Im using Item Class (UseItem Method)
Example:
I did not test with the Core Class(UseItem Method) yet, gues its the same outcome.
Any chance to get this fixed ?
Test made with item.id 34070 // 500 LP Pot.
If I however try to use it while mounted, AB will throw MountedState LastError MountedState Field
Example:
Code:
if (!myitem.UseItem())
Log(GetLastError().ToString(), Color.Red);
else
Log("Used Labor Pot: " + myitem.name, Color.Green);
Im using Item Class (UseItem Method)
Example:
Code:
myItem.UseItem();
I did not test with the Core Class(UseItem Method) yet, gues its the same outcome.
Any chance to get this fixed ?
Last edited: