Jump to content

I need help making a fortune skript please!


_z3rron_

Recommended Posts

  • 3 weeks later...
  1. on break of obsidian:
  2.     cancel drops
  3.     if player's tool is a diamond pickaxe:
  4.             cancel drops
  5.             give player (2 * (level of fortune of player's tool)) of nether star
  6.  
  7.     else:
  8.         cancel drops
  9.         give player a nether star
  10.  
  11. Just copy paste the code in don't change the parentheses 😉
Link to comment
Share on other sites

  • 2 weeks later...

 

It could just be much easier, you could just make it so if the player is holding a tool named something, it drops something specific;

on break:

  if event-block is [block]

  cancel drops

  if players tool is a diamond pickaxe named "[name]":

   set {_amount} to random integer between [fortune number and [fortune number]
        set {_drop} to {_amount} of [item] named "optional"

        drop {_drop} at event-blocks location

Edited by Dylanisnsane
Link to comment
Share on other sites

On 5/2/2022 at 6:41 PM, Dylanisnsane said:

 

It could just be much easier, you could just make it so if the player is holding a tool named something, it drops something specific;

on break:

  if event-block is [block]

  cancel drops

  if players tool is a diamond pickaxe named "[name]":

   set {_amount} to random integer between [fortune number and [fortune number]
        set {_drop} to {_amount} of [item] named "optional"

        drop {_drop} at event-blocks location

no...
the skript by @Uss53 us much better than this

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...