bearnope246 Posted July 7, 2016 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 94 Reputation: 5 Joined: 06/30/16 Last Seen: July 6, 2018 Share Posted July 7, 2016 switch (rand(1,6)) { Case 0: getitembound 13005,1,account_bound; break; Case 1: getitembound 13005,1,account_bound; break; Case 2: getitembound 13005,1,account_bound; break; Case 3: getitembound 13005,1,account_bound; break; Case 4: getitembound 13005,1,account_bound; break; Case 5: getitembound 13005,1,account_bound; break; Case 6: getitembound 13005,1,account_bound; break; The item is not bounded , i can still throw it out ( (the same item is for test purpose.) Sorry guys, solved by my self. The bound_typed must be number. And GM can still trade and throw it out. 1-Account 2-Guild 3-Party 4-character switch (rand(1,6)) { Case 0: getitembound 13005,1,1; break; Case 1: getitembound 13005,1,1; break; Case 2: getitembound 13005,1,1; break; Case 3: getitembound 13005,1,1; break; Case 4: getitembound 13005,1,1; break; Case 5: getitembound 13005,1,1; break; Case 6: getitembound 13005,1,1; break; Quote Link to comment Share on other sites More sharing options...
0 REKT Posted July 7, 2016 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 206 Reputation: 11 Joined: 12/06/11 Last Seen: September 13, 2024 Share Posted July 7, 2016 *getitembound <item id>,<amount>,<bound type>{,<account ID>}; *getitembound "<item name>",<amount>,<bound type>{,<account ID>}; This command behaves identically to 'getitem', but the items created will be bound to the target character as specified by the bound type. All items created in this manner cannot be dropped, sold, vended, auctioned, or mailed, and in some cases cannot be traded or stored. Valid bound types are: Bound_Account : Account Bound item Bound_Guild : Guild Bound item Bound_Party : Party Bound item Bound_Char : Character Bound item Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted July 7, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: April 16 Share Posted July 7, 2016 Because `account_bound` constant does not exist. You have to use Bound_Account instead. Quote Link to comment Share on other sites More sharing options...
0 Radian Posted July 7, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted July 7, 2016 To answer your question about GM can trade or drop it yes it can you just need to adjust the settings in group.conf can_trade_bounded: true Quote Link to comment Share on other sites More sharing options...
0 emundus Posted August 11, 2024 Group: Members Topic Count: 6 Topics Per Day: 0.01 Content Count: 37 Reputation: 7 Joined: 03/07/23 Last Seen: December 8, 2024 Share Posted August 11, 2024 Valid bound types are: Bound_Account : Account Bound item Bound_Guild : Guild Bound item Bound_Party : Party Bound item Bound_Char : Character Bound item Quote Link to comment Share on other sites More sharing options...
Question
bearnope246
The item is not bounded , i can still throw it out
(
(the same item is for test purpose.)
Sorry guys, solved by my self.
The bound_typed must be number.
And GM can still trade and throw it out.
1-Account
2-Guild
3-Party
4-character
Link to comment
Share on other sites
4 answers 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.