NexusXVI Posted November 11, 2012 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 227 Reputation: 6 Joined: 01/18/12 Last Seen: May 22, 2022 Share Posted November 11, 2012 (edited) ex. 20032,Lanz's_Freebies_Box,Lanz's Freebies Box,2,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 675,5; getitem 2387,1; getitem 2744,1; getitem 2440,1; getitem 12210,3; },{},{} 2387 = Sprint Mail 2744 = Sprint ring 2440 = Sprint Shoes How to make it refined , I would want all of them +7 Edited November 11, 2012 by NexusXVI Quote Link to comment Share on other sites More sharing options...
Euphy Posted November 11, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted November 11, 2012 *getitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>};*getitem2 "<item name>",<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>}; This command will give an amount of specified items to the invoking character. If an optional account ID is specified, and the target character is currently online, items will be created in their inventory instead. If they are not online, nothing will happen. It works essentially the same as 'getitem' (it even works for negative ID numbers the same way, which is kinda silly) but is a lot more flexible, since it allows you to give the player an item altered with it's specific properties. Those parameters that are different from 'getitem' are: identify - Whether you want the item to be identified or not, 0 unidentified, 1 identified. refine - For how many pluses will it be refined. It will not let you refine an item higher than +10, if you specify more it'll still be 10. attribute - Whether the item is broken (1) or not (0) and NOT an elemental attribute. card1,2,3,4 - If you want a card compound to it, place the card ID number into the specific card slot. Card ID numbers also found in 'db/item_db.txt' trunk/doc/script_commands.txt Quote Link to comment Share on other sites More sharing options...
NexusXVI Posted November 11, 2012 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 227 Reputation: 6 Joined: 01/18/12 Last Seen: May 22, 2022 Author Share Posted November 11, 2012 (edited) Thanks Euphy Btw. script will work even without the accound id if it's generated by a consumable item right/.?? opsss..DONE it Edited November 11, 2012 by NexusXVI Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted November 11, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted November 11, 2012 Btw. script will work even without the accound id if it's generated by a consumable item right/.?? Yes, the account ID portion is optional. Quote Link to comment Share on other sites More sharing options...
Question
NexusXVI
ex.
20032,Lanz's_Freebies_Box,Lanz's Freebies Box,2,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 675,5; getitem 2387,1; getitem 2744,1; getitem 2440,1; getitem 12210,3; },{},{}
2387 = Sprint Mail
2744 = Sprint ring
2440 = Sprint Shoes
How to make it refined , I would want all of them +7
Edited by NexusXVILink to comment
Share on other sites
3 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.