Meferot
New Member
- Joined
- Jan 28, 2008
- Messages
- 57
- Reaction score
- 1
Hello guys 
I have very difficult problem.
I'll do script which from one item (different action) add XX addons.
Example:
Item id - 10503, action - 1015 adding first nobleman addon,
Item id - 10503, action - 1016 adding first warrior addon.
I did most of script but now I have one problem - how to remove item with action XXXX? Because if I have two item 10503 with different action in backpack system remove first item in bp, even if I use second item in bp.
Example:
Used item 10503, action 1015 (second position in bp), removed: item 10503, action 1016 (first position in bp).
I needing function like: doRemovePlayerActionItem.
Or mayby remove used.item.
I have very difficult problem.
I'll do script which from one item (different action) add XX addons.
Example:
Item id - 10503, action - 1015 adding first nobleman addon,
Item id - 10503, action - 1016 adding first warrior addon.
I did most of script but now I have one problem - how to remove item with action XXXX? Because if I have two item 10503 with different action in backpack system remove first item in bp, even if I use second item in bp.
Example:
Used item 10503, action 1015 (second position in bp), removed: item 10503, action 1016 (first position in bp).
I needing function like: doRemovePlayerActionItem.
Or mayby remove used.item.
Last edited: