That is what i was asking!
Is only 25.Why do i keep getting:
All item information is corrupted or missing.
Whoooah! I hope you didn't lose any data...
Is there something i'm missing?
relay OCD db Manager Updated!
I appologize to icon315, fronobulax, seandamnit and all other first time users who were put off. I'm not sure at what point it became impossible to create a brand new data file, but the script is now very friendly to first timers. Please let me know if it is too friendly and creeps you out.
I had a couple "with a fly in it drinks". OCD IC went through all the motions that made me believe it would sell them on kBay. However after the script ran they were in my inventory. In the relay browser there was a [drink] link by them which suggests to me their basic properties might be incorrect somewhere. Error in a datafile or a string match that accepts X and X+"with a fly in it", perhaps?
OCD IC made an auction with a designer hand bag as the only hand bag. The auction title was VIP Klaw Prizes but I wonder if the item name would be a better title if there is only one item type in an auction? If the handbag goes for less than 40,000 meat then I'd suggest that the title allowed someone to get a bargain ;-)
There were several items I had purchased multiples of from kBay, moved one to my DC and wanted to resell the remainder. OCD IC did not kBay them as expected. It may have been due to OCD ICs rules about auctions, items and overloading kBay (in which case some feedback would have been helpful) or there may have been something else going on. blue plasma thingies and Loudmouthed Lamprey are two.
Since I am running it on a character in permanent aftercore, I keep a complete set of the former sewer items in inventory so clovers are gotten efficiently. The next time I start from a blank data file it might be nice if it knew what those items were and automagically characterized them as Keep One, Mall sell the rest.
I am not quite sure I understand the outfit options.
boolean propose_trade(item it, int quant, string player) {
string obj = to_string(ocd[it].info);
string many = to_string(quant);
string url = visit_url("makeoffer.php?towho="+player+"&action=proposeoffer&pwd=" + my_hash() +"&howmany1="+many+"&whichitem1="+obj);
if (contains_text(url,"Your trade offer has been sent.") return true;
else return false;
}