Author Topic: Monsters drop loot that are not in the loot chests???  (Read 558 times)

Legacy_Knight_Shield

  • Hero Member
  • *****
  • Posts: 812
  • Karma: +0/-0
Monsters drop loot that are not in the loot chests???
« on: September 03, 2010, 11:13:58 pm »


               I have istalled Silicone Scouts loot system.

I removed the bioware module chests .

I uncommented the #include x0_i0_treasure in his onspawn ss_treasurespawn.

I keep getting  +2 adamite helmet /  +3 Scalemail / +3 Heavy Armor / Endukis Armor

These arenT in any of my loot stores . 'Posted
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Monsters drop loot that are not in the loot chests???
« Reply #1 on: September 03, 2010, 11:19:54 pm »


               Try setting the no loot switch in your OnModLoad event.



SetModuleSwitch(MODULE_SWITCH_NO_RANDOM_MONSTER_LOOT,TRUE);



You will also have to make sure that x2_inc_switches  is included in your script.
               
               

               
            

Legacy_Knight_Shield

  • Hero Member
  • *****
  • Posts: 812
  • Karma: +0/-0
Monsters drop loot that are not in the loot chests???
« Reply #2 on: September 03, 2010, 11:31:30 pm »


               I dont see this switch in the OnModLoad should I add it?
               
               

               


                     Modifié par Knight_Shield, 03 septembre 2010 - 10:31 .
                     
                  


            

Legacy_Knight_Shield

  • Hero Member
  • *****
  • Posts: 812
  • Karma: +0/-0
Monsters drop loot that are not in the loot chests???
« Reply #3 on: September 03, 2010, 11:45:06 pm »


               This was in x2_inc_switches    .....



//------------------------------------------------------------------------------

// * Setting this variable to TRUE on the module will disable the call to the

// * random loot generation in most creatures' OnSpawn script.

//------------------------------------------------------------------------------

const string MODULE_SWITCH_NO_RANDOM_MONSTER_LOOT = "X2_L_NOTREASURE";
               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Monsters drop loot that are not in the loot chests???
« Reply #4 on: September 04, 2010, 12:13:06 am »


               either use the code provided by LightFoot8 in your OnModuleLoad script or just set variable

name/type/value

X2_L_NOTREASURE/int/1 into module (module properties - Advanced tab - button next to Variables: text)
               
               

               
            

Legacy_Genisys

  • Hero Member
  • *****
  • Posts: 961
  • Karma: +0/-0
Monsters drop loot that are not in the loot chests???
« Reply #5 on: September 06, 2010, 11:36:32 pm »


               I always turn off monster drops for 1 very good reason...

Players will run around an area for hours sometimes, and if they are not picking up loot, there can be hundreds of loot bags on the ground.  (Not good for server resources at all!)

Especially in those areas where 40 goblins spawn and they all drop crummy loot! lol...
               
               

               


                     Modifié par Genisys, 06 septembre 2010 - 10:37 .