Author
|
Topic: need help with an error
|
mandzo Moderator
   
Posts: 658 From: Bulgaria,Sofia Registered: Aug 2001 |
posted 29 November 2001 16:23
i get this wierd error when i kill a monster that is suposed to drop a high level uniqueAssertion Failure Location:C:\projects\diablo2\source\d2common\items\ItemMods.cpp,line #54 Expresion: nMin <= nMax help me pls ------------------ Read or DIE Muahahahaha the next beta is coming and its beter then ever

|
Apocalypse Demon Moderator
   
Posts: 4023 From: Mississauga, Ontario Registered: Oct 2001 |
posted 29 November 2001 17:16
Did you create alot of items with new types of mods(I recall you made over 400 uniques). Did a unique or certain item spawn to give you the crash. It must be something probably with the type of mods you made the item spawn with (is your min dmg more than your max?)------------------ God gave me a brain to use but I miserably failed to use it to my advantage

|
jbouley Forum Admin.
    
Posts: 4907 From: Portland, Maine, USA Registered: Jan 2001 |
posted 29 November 2001 19:14
Any negative values, like, say -5 to -10 to dexterity.If so, the lower of the two numbers (which because they are negative would be -10) must go in the min column, and the higher number (-5) in the max column. Almost certainly, something is wrong with the magic tags on the unique that was supposed to drop. ------------------ - JEFF "A hero is no braver than anyone else. He is only brave five minutes longer." For my latest mod (for LoD/expansion), download at http://www.fileplanet.com/dl/dl.asp?/planetdiablo/phrozenkeep/mods/sic_beta.zip - Or for old stuff (for classic D2), visit my orignal mod site at www.planetdiablo.com/sanctuary

|
masakari Honorary Warlord
   
Posts: 549 From: Germany Registered: May 2001 |
posted 30 November 2001 07:27
There is another thing that could cause that error. I noticed that very high ele-dmg are not allowed. Don't use el-dmg over 600. For detailed values you should try some  cu Masakari

|