Author
|
Topic: newbie that needs help
|
mikez12x Serf
Posts: 3 From: brewarrine, state, country Registered: Feb 2002 |
posted 06 February 2002 02:13
i am making a mod and every now and then when i kill a monster or open a chest i get this error:Assertion Failure: Location: C:\Projects\Diablo2\Source\D2Game\ITEMS\Items.ccp, line # 393 Expression: nACValue <= nMaxAc any help would be much appreciated

|
Apocalypse Demon Moderator
   
Posts: 4023 From: Mississauga, Ontario Registered: Oct 2001 |
posted 06 February 2002 05:32
Well, what did you change in your mod? Well, it looks like it's an error with the armor class(defense). Did you edit anything for defense in your mod?------------------ God gave me a brain to use but I miserably failed to use it to my advantage [This message has been edited by Apocalypse Demon (edited 06 February 2002).]

|
mikez12x Serf
Posts: 3 From: brewarrine, state, country Registered: Feb 2002 |
posted 06 February 2002 17:21
i multiplied the defence of all the armors by 10

|
Alkalund Honorary Warlord
   
Posts: 964 From: Florianópolis, Santa Catarina, Brazil Registered: Apr 2001 |
posted 06 February 2002 17:35
You can email-me me your modified armor.txt, I'll take a look at it if you want.------------------ "Get me a balrog attack-1 hand-to-hand animation, and I want it yesterday, the paladin is almost here!" ---> DMA1HTH @ offset 0006A480h. - Myhrginoc

|
Myhrginoc Honorary Warlord
   
Posts: 1326 From: Percussion U Registered: Dec 2001 |
posted 06 February 2002 18:20
Follow this thread on defense limits. http://dynamic2.gamespy.com/~phrozenkeep/ubb/Forum29/HTML/002755.html

|
mikez12x Serf
Posts: 3 From: brewarrine, state, country Registered: Feb 2002 |
posted 06 February 2002 19:19
thanks alot for your help i reduced it to multiplied by 2 instead of 10 and it works good now

|