Vietlubu Posted August 13, 2023 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 141 Reputation: 24 Joined: 01/19/12 Last Seen: March 30 Share Posted August 13, 2023 I have made a barter shop to exchange items. The required items can be from a normal mob or gift box. - Normal mob, just drop and pickup (90) - Gift box: get item with command `getitembound item_id 10 Bound_Char` That mean I have 10 item bounded with character. The barter shop have item with price = 50. But player cannot buy that. Because barter shop check bouned item (10) first. Not check normal item (90) => Cannot buy that How I can fix that Quote Link to comment Share on other sites More sharing options...
0 Harvin Posted August 22, 2023 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 39 Reputation: 32 Joined: 06/08/23 Last Seen: June 29, 2024 Share Posted August 22, 2023 On 8/14/2023 at 1:08 AM, Vietlubu said: Because barter shop check bouned item (10) first. Not check normal item (90) => Cannot buy that because the index placing of bound item in inventory is lower than normal item, so it never checked, you will need to mod the source to adjust it to the way you want. 1 Quote Link to comment Share on other sites More sharing options...
Question
Vietlubu
I have made a barter shop to exchange items.
The required items can be from a normal mob or gift box.
- Normal mob, just drop and pickup (90)
- Gift box: get item with command `getitembound item_id 10 Bound_Char`
That mean I have 10 item bounded with character.
The barter shop have item with price = 50. But player cannot buy that.
Because barter shop check bouned item (10) first. Not check normal item (90) => Cannot buy that
How I can fix that
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.