PDA

View Full Version : Loot DROP %'age


Producer_BMW
07-24-2008, 03:24 PM
QUick QUestion again :)


I just downloaded D2Loot Editor

-1) Is there a way I can just change the DROP rate to like 5x more or something


Because evrytime I try too it also allows %'age of the MOBS to carry gear ..

Like a fucking level 1 Wasp dropped a level 75 Wiz Pair of BOOTS lol

anyone knows what im talking about can ya help me out??

GeorgeS
07-24-2008, 09:18 PM
There's one way to fix the high lvl drops - create a import list of custom item id's you want dropped and spread those among the npc's

Second way is to click rules button and create a subquery like 'reqlevel<=30'

GeorgeS

Producer_BMW
07-24-2008, 10:47 PM
I think I get it ...

Thank you for your help


Ill go try it and get back to you

Producer_BMW
07-24-2008, 10:51 PM
what does this mean ?

reqlevel<=10 AND ac<=5


and whats AC ??

Producer_BMW
07-24-2008, 11:33 PM
How do I double ((**DROP % OF MONEY **))

CodeMephit
07-25-2008, 07:25 AM
what does this mean ?

reqlevel<=10 AND ac<=5

'reqlevel' means the Required Level you must be to use the item.
'ac' means the Armor Class of the item.
'<=' means Less Than or Equal To.

So the string above would return any item with a Required Level of 10 and under WITH an Armor Class of 5 or less.


and whats AC ??

AC is Armor Class. 99% of all worn items in the game have some amount of Armor Class. This number (combined with your Defense Skill) will determine your Character's overall Armor Class. This overall Armor Class is used in combat to help you avoid incoming damage from melee attacks.

-Codemephit