Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite Throwables, excluding potions. #71

Open
RustyShackleford1888 opened this issue Oct 27, 2020 · 2 comments
Open

Infinite Throwables, excluding potions. #71

RustyShackleford1888 opened this issue Oct 27, 2020 · 2 comments

Comments

@RustyShackleford1888
Copy link

RustyShackleford1888 commented Oct 27, 2020

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
Copy link
Collaborator

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
Copy link

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

@OldBeardedCoder OldBeardedCoder added this to Backlog in D2MM Kanban via automation Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

4 participants