Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Exp ze Stone


xAdr1an

Rekomendowane odpowiedzi

Opublikowano

Cześć. Mam problem, bo zakładam ze znajomymi serwer EasyHardcore ale nie wiem jaki exp ustawić by pasowało na EasyHardcore. Drop jest dobry ale właśnie exp jest jak na typowego harda. Posiadam "OtherDrops" i czy mógłby mi ktoś wypełnić dobrze to co jest tutaj

http://wklej.to/4VoXM

by był dobry exp i pasował do dropu.

Opublikowano


include-files:

aliases:

defaults:

otherdrops:

DIAMOND_ORE:

- replacementblock: STONE

drop: NOTHING

tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]

message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!***

GOLD_ORE:

- replacementblock: STONE

drop: NOTHING

tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]

message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!

IRON_ORE:

- replacementblock: STONE

drop: NOTHING

tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]

message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!

EMERALD_ORE:

- replacementblock: STONE

drop: NOTHING

tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]

message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!

STONE:

- drop: DIAMOND

tool: [IRON_PICKAXE, DIAMOND_PICKAXE]

chance: 75

quantity: 1

height: "<25"

- drop: DIAMOND

tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]

chance: 80

quantity: 1-4

height: "<20"

- drop: GOLD_INGOT

tool: [IRON_PICKAXE, DIAMOND_PICKAXE]

chance: 70

quantity: 1

height: "<35"

- drop: IRON_INGOT

tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]

chance: 75

quantity: 1

height: "<65"

- drop: EMERALD

tool: [IRON_PICKAXE, DIAMOND_PICKAXE]

chance: 70

quantity: 1

height: "<25"

- drop: EMERALD

tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]

chance: 75

quantity: 1-4

height: "<65"

- drop: xp

tool: ANY

chance: 100

quantity: 5000-5500

- drop: 4

tool: [WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]

- drop: OBSIDIAN

tool: [IRON_PICKAXE, DIAMOND_PICKAXE]

chance: 75

quantity: 1

height: "<60"

- drop: BOOKSHELF

tool: [DIAMOND_PICKAXE, IRON_PICKAXE]

chnace: 75

quantity: 1

height: "<70"

- drop: TNT

tool: [ANY]

chance: 80

quantity: 1

height: "<70"

- drop: GLOWSTONE

tool: [ANY]

chance: 67

quantity: 1

height: "<70"

- drop: GOLDEN_APPLE

tool: [ANY]

chance: 70

quantity: 1

height: "<75"

- drop: NETHER_STAR

tool: [ANY]

chance: 5

quantity: 1

height: "<40"

Opublikowano

:) chciałem się dopiąć do tego tematu i zapytać o coś. Czy te wiadomości gracz może wyłączyć? Jeśli nie może to jak je wykasować, wystarczy zostawić puste miejsce po "message:"

Opublikowano


#===============================================#

#=-=-=-=-=-=-=-=-= StoneEXP =-=-=-=-=-=-=-=-=#

# Version: 0.1 #

# Author: AvaterysPL #

#===============================================#

on skript start:

wait 5 seconds

send "&9|| &2========================================== &9||" to console

send "&9|| &cStoneEXP &azostal zaladowany!" to console

send "&9|| &cAuthor: &aAvaterysPL" to console

send "&9|| &cVersion: &a0.1" to console

send "&9|| &2========================================== &9||" to console

options:

#========== NAZWA SKRYPTU ========#

skname: StoneEXP #Nazwa skryptu.

#=========== ILOSC EXPA ==========#

iloscxp: 3 #Ilosc zdobywanego expa.

#======= SZANSA NA ZDOBYCIE ======#

szansaxp: 100% #Szansa na zdobycie expa (dodaj % na koncu)

variables:

{exp.%player%} = 0

on mine of stone:

chance of {@szansaxp}

add {@iloscxp} xp to player

add {@iloscxp} to {exp.%player%}

command /exp:

permission: exp.use

trigger:

send "&b[&c============== &7StoneEXP &c==============&b]"

send "&aWykopany EXP: &7%{exp.%player%}%"

send "&c======================================"

command /seprzeladuj:

permission: se.przeladuj

trigger:

execute console command "sk reload {@skname}"

send "&aPomyslnie przeladowales skrypt!"

 

Opublikowano
include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!***
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!
    EMERALD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!
    STONE:
        - drop: DIAMOND
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 75
          quantity: 1
          height: "<25"
        - drop: DIAMOND
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 80
          quantity: 1-4
          height: "<20"
        - drop: GOLD_INGOT
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 70
          quantity: 1
          height: "<35"
        - drop: IRON_INGOT
          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 75
          quantity: 1
          height: "<65"
        - drop: EMERALD
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 70
          quantity: 1
          height: "<25"
        - drop: EMERALD
          tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 75
          quantity: 1-4
          height: "<65"
        - drop: xp
          tool: ANY
          chance: 100
          quantity: 5000-5500
        - drop: 4
          tool: [WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
        - drop: OBSIDIAN
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 75
          quantity: 1
          height: "<60"
        - drop: BOOKSHELF
          tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
          chnace: 75
          quantity: 1
          height: "<70"
        - drop: TNT
          tool: [ANY]
          chance: 80
          quantity: 1
          height: "<70"
        - drop: GLOWSTONE
          tool: [ANY]
          chance: 67
          quantity: 1
          height: "<70"
        - drop: GOLDEN_APPLE
          tool: [ANY]
          chance: 70
          quantity: 1
          height: "<75"  
        - drop: NETHER_STAR
          tool: [ANY]
          chance: 5
          quantity: 1
          height: "<40"

Wkleiłem to do pliku, ale exp jest taki sam praktycznie ;P

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...