How to make a sword with infinite damage??

Started by Agent_3314 on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Apr 2020
Points:
659

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
How to make a sword with infinite damage??

How to make a sword with infinite damage??

Infinite is not something…
Tue, 10/27/2020 - 08:38

Infinite is not something the programming world or Minecraft logic knows...

Active 3 years ago
Joined Apr 2020
Points:
659

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
Then I will ask this…
Tue, 10/27/2020 - 12:30

Then I will ask this question. How to make a sword and armor as in the fashion " avaritia"

Active 1 month ago
Joined Mar 2020
Points:
726

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 96
Set the damage dealt to a…
Tue, 10/27/2020 - 13:39

Set the damage dealt to a very high number

Active 1 month ago
Joined Mar 2020
Points:
726

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 96
And then make a procedure…
Tue, 10/27/2020 - 13:39

And then make a procedure for the swor that deals 999999 damage when an enemy is hit.

Active 1 month ago
Joined Mar 2020
Points:
726

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 96
Or have the procedure deal…
Tue, 10/27/2020 - 13:40

Or have the procedure deal damage equal to the opponents max health

Active 3 years ago
Joined Feb 2017
Points:
835

User statistics:

  • Modifications: 4
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 39
The maximum highest number…
Tue, 10/27/2020 - 14:00

The maximum highest number minecraft can understand with things like enchantment, stack number and other things except the block relative position is 32767 and the maximum lowest is -32768. Set the damage value to 32767 and see what happens.

Interesting Fact: this is where the 32K weapons term comes from

Active 4 years ago
Joined Dec 2019
Points:
965

User statistics:

  • Modifications: 1
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 263
Bruh why don’t you just do a…
Mon, 11/30/2020 - 21:43

Bruh why don’t you just do a trigger where on entity hit it kills that entity 

Active 4 years ago
Joined Oct 2020
Points:
602

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
I know this could be…
Mon, 12/07/2020 - 01:25

I know this could be impossible, but can you make the melee damage for sword unlimited or bigger than 100,000 the maximum damage that mcreator can make, so I can make swords like the o p wow mod sword(damage: 9999999790214768000000000000000000) plz, bigger than 1,000,000 at least, I beg to those developers.

Active 1 month ago
Joined Mar 2020
Points:
726

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 96
Obviously I'm not a…
Mon, 12/07/2020 - 18:33

Obviously I'm not a developer, but I doubt that will happen as Java code would have ot be modified, Mojang would have to modify Minecraft, and Klemen would have to heavily modify the code in Mcreator.

 

Attach this procedure instead (Under when entity is hit with tool):

Deal (Entity max health × 5) to Event/Target entity of type (Any. It doesn't matter here).

Active 1 month ago
Joined Mar 2020
Points:
726

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 96
That would instantly defeat…
Mon, 12/07/2020 - 18:35

That would instantly defeat any monster. 

You could also say in the description "Deals 9999999790214768000000000000000000 damage"

Active 1 month ago
Joined Mar 2020
Points:
726

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 96
I can post a screenshot of…
Mon, 12/07/2020 - 18:36

I can post a screenshot of the procedure if you would like 

Active 3 years ago
Joined Mar 2021
Points:
624

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 57
please post a screenshot  
Wed, 06/30/2021 - 08:05

please post a screenshot

 

Active 3 years ago
Joined Jun 2021
Points:
565

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
You can set any number for…
Thu, 07/01/2021 - 16:33

You can set any number for sword damage. Once you have done this, go to the "triggers" page and create a new procedure for "when entity hit" and do this in the procedure "set entity life to 0"

Active 3 years ago
Joined Jun 2021
Points:
632

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 95
Just....if you have a…
Thu, 07/01/2021 - 21:20

Just....if you have a compatible version, get DMT's Toolkit

 

This adds a way to physically set entity's health to 0