tlentz / d2modmaker

A program that lets you mod Diablo II from a config
GNU General Public License v3.0
97 stars 18 forks source link

Infinite Throwables, excluding potions. #71

Open RustyShackleford1888 opened 3 years ago

RustyShackleford1888 commented 3 years ago

In automagic.txt add a new line Name: INFINITE_AMMO Version: 100 Spawnable, rare, level, frequency: 1 Group: 600 mod1code: throw mod1min and mod1max:1 itype1: weap divide, multiply, add: 0

In weapons.txt on lines 44-52,137-145,241-249,297, and 307 Need to change Stackable,minstack,maxstack, and spawnstack to 0 Need to add/change the auto prefix to 600 Need to Change qntwarning to 0

This would rewrite some of the auto prefix's of items to unlimited throws.

OldBeardedCoder commented 3 years ago

The way this works is that we create a .txt file in the same format as the original (tab delimited, with headers) but containing only the changed lines. Would you be able to supply/attach this?

iksargodzilla commented 3 years ago

How to increase throwable stack size to 511(excluding potions):

In Weapons.txt on all rows where stackable = 1 and type != tpot, set maxstack = 511