I was wondering if there was some kind of hack to where if the player runs out of pills in the hotkeys, the program will use the pills inside of the inventory OR drag them to the hot keys some how.
more then 3 pills 03/30/2010 - 9Dragons - 0 Replies anyone know any hacks to use more then 3 pills
[REQUEST] Mana Pills. 09/21/2009 - CO2 Private Server - 8 Replies I'd like to get Mana pills working, so my players can refresh mana, please help me out with this, I'm using powersoruce CO, it's almost complete.
[Request] The save for the Inventory after converting into ini. 01/22/2009 - CO2 Private Server - 46 Replies Does anyone know how to make the Inventory save all the items? Because when ever I disconnect or restart the server, the items in my inventory disappears.
This is what I have so far:
public static void SaveInventory(Character Charr)
{
Ini Cli = new Ini(System.Windows.Forms.Application.StartupPath + @"\characters\\" + Charr.Name + ".chr");
Cli.WriteString("Character", "Inventory", Convert.ToString(Charr.PackedInventory));
}