bWolfie 138 Posted July 9, 2018 1 hour ago, ThyroDree said: getting this error too, "look" is no element from "item_data" costumeitem.c: 347:16: error: "struct "item_data"" has no member named ""look"" using dastgir costume plugin your plugin is outdated. go download updated version. Quote Share this post Link to post Share on other sites
ThyroDree 3 Posted July 15, 2018 On 7/9/2018 at 10:56 PM, Myriad said: your plugin is outdated. go download updated version. Is this the updated version? https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/costumeitem.c I'm using it now and error Quote Share this post Link to post Share on other sites
Rebel 23 Posted July 16, 2018 20 hours ago, ThyroDree said: Is this the updated version? https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/costumeitem.c I'm using it now and error Mind posting the error? Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted July 19, 2018 On 7/15/2018 at 5:56 PM, ThyroDree said: Is this the updated version? https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/costumeitem.c I'm using it now and error Tried it with same file, no error. Maybe your hercules is too old? Quote Share this post Link to post Share on other sites
astralprojection 35 Posted August 1, 2018 Hi @Dastgir is there way to reverse the action. Like return back the costume created using script? costume .@part,0; // return to normal costume.@part,1; // make costume Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted August 2, 2018 11 hours ago, astralprojection said: Hi @Dastgir is there way to reverse the action. Like return back the costume created using script? costume .@part,0; // return to normal costume.@part,1; // make costume Possible, just need to strip card values for item Quote Share this post Link to post Share on other sites
astralprojection 35 Posted September 19, 2018 @Dastgir Thank you. Im using the latest Herc now, plugin did install well without error in compile. But when I use the script costume .@Part; it did convert and equip the costume good. [SQL]: DB error - Out of range value for column 'card2' at row 1 When I logout, the item is no longer there and got error msg in char server. Quote Share this post Link to post Share on other sites
astralprojection 35 Posted September 20, 2018 On 02/08/2018 at 9:53 AM, Dastgir said: Possible, just need to strip card values for item I wonder if you could add "uncostume" in script command , because when returning to original it bad idea to just delete the costume item and replace with regular item in script. It will be hard to trace equipment because the unique_id is lost. can you help @Dastgir Quote Share this post Link to post Share on other sites