09-10-2011, 03:13 AM
so i was going to try and add boots to the gamble list for my paly bot but it seems i need an item code for it. does anyone know how i can find out what the codes would be? or know them already?
i think ill write some item scripts for the pickit as soon as i can get this to work too.
im talking about the numbers in parentheses.
//------------------------------------------------------------------------------
NTConfig_Gamble = true; // Enable gambling
NTConfig_GambleStartGold = 2500000; // Gold amount to start the gambling
NTConfig_GambleStopGold = 2000000; // Gold amount to stop the gambling
NTConfig_GambleItem.push(520); // Amulets
NTConfig_GambleItem.push(522); // Rings
NTConfig_GambleItem.push(418); // Circlets
NTConfig_GambleItem.push(419); // Coronets
NTConfig_GambleItem.push(334); // Leather Gloves
NTConfig_GambleItem.push(335); // Heavy Gloves
NTConfig_GambleItem.push(336); // Chain Gloves
NTConfig_GambleItem.push(337); // Light Gauntlets
NTConfig_GambleItem.push(338); // Gauntlets
i think ill write some item scripts for the pickit as soon as i can get this to work too.
im talking about the numbers in parentheses.
//------------------------------------------------------------------------------
NTConfig_Gamble = true; // Enable gambling
NTConfig_GambleStartGold = 2500000; // Gold amount to start the gambling
NTConfig_GambleStopGold = 2000000; // Gold amount to stop the gambling
NTConfig_GambleItem.push(520); // Amulets
NTConfig_GambleItem.push(522); // Rings
NTConfig_GambleItem.push(418); // Circlets
NTConfig_GambleItem.push(419); // Coronets
NTConfig_GambleItem.push(334); // Leather Gloves
NTConfig_GambleItem.push(335); // Heavy Gloves
NTConfig_GambleItem.push(336); // Chain Gloves
NTConfig_GambleItem.push(337); // Light Gauntlets
NTConfig_GambleItem.push(338); // Gauntlets