Dr Brain Posted August 4, 2004 Report Posted August 4, 2004 Ok, here is a list of various things in hs_buysell, hs_database, hs_money and hs_commands. Things that work:?buy category listings?buy ship listings?buy ships?buy item listings?sell ships ?ships?shipinfo?storeinfo store lists?storeinfo ?iteminfo Ship loading/storing/unloadingStore loading/unloadingCategory loading/unloadingItem loading/unloadingMoney+Exp loading/storing/unloading /?grant/?give?money Added, but still have yet to test:/?showmoney/?money/?showexp//?grant and "?grant/?grantexp//?grantexp and "?grantexp/?ships Ship item loading/unloading Yet to add:?shipstatus/?shipstatus?buy items?sell items Ship item storing
Lanvalk Posted August 4, 2004 Report Posted August 4, 2004 What exactly differs between item loading/unloading and item storing? Item storing is most likely the saving of item data, so what is loading/unloading?
»D1st0rt Posted August 4, 2004 Report Posted August 4, 2004 afaik, its all in a database, and loading means making it show up in the menus?
Dr Brain Posted August 4, 2004 Author Report Posted August 4, 2004 Loading is taking it out of the database. Storing is saving changed data to the database. Unloading is cleaing up the mess. Everything has to be able to load and unload. Only certain things need to be stored.
Recommended Posts