mcMMO-Dev / mcMMO

The RPG Lover's Mod!
https://mcmmo.org
GNU General Public License v3.0
1.01k stars 862 forks source link

Having moded tools #1757

Closed Tsundare closed 5 years ago

Tsundare commented 10 years ago

I have made moded tools, they work, they can be repaired, but i would like to be repaired only at lvl 20, mcmmo is in 1.6.4

code : x6761: XP_Modifer: 1.0 Ability_Enabled: true Tier: 3 Repairable: true Repair_Material: 5456 Repair_Material_Data_Value: 0 Repair_Material_Quantity: 2 Durability: 500 MinimumLevel: 50

abrawlica commented 10 years ago

Did you get modded pickaxes to work?

TfT-02 commented 10 years ago

Change 'Minimum_Level: 50' to 20

Tsundare commented 10 years ago

that's not the issue, this one can be repaired at lvl 0 in repair that's why i ask this question ^^

Tsundare commented 10 years ago

i have try many thing, i can always repair it with lvl 0 in repair skills :(

log say that to me : 2014-01-05 13:59:36 [WARNING] [mcMMO] Maximum durability of 6761 must be greater than 0!

the file repair x6761: MinimumLevel: 50 RepairMaterial: 5456 XpMultiplier: 1.0 MaximumDurability: 4000 // i put 4000 cause he want something positive ...

then the other file in mod / tool

x6761:
    XP_Modifer: 1.0
    Ability_Enabled: true
    Tier: 3
    Repairable: true
    Repair_Material: 5456
    Repair_Material_Data_Value: 0
    Repair_Material_Quantity: 2
    Durability: 500
    MinimumLevel: 50

i tthin k the first one was not taken for repair, in 1.5.x i didnt have this issue :'(

TfT-02 commented 10 years ago

What version of mcMMO are you using?

Tsundare commented 10 years ago

mcMMO v1.4.07-b3337

TfT-02 commented 10 years ago

Ah, update to the latest dev build. We have fixed a few mod support related issues already.

WayneFrancis commented 10 years ago

is the mcMMO 1.4.07-beta1 the dev build? it has an older date then mcMMO 1.4.07. Where should we get the lastest dev build?

TfT-02 commented 10 years ago

http://ci.md-5.net/job/mcMMO/

Tsundare commented 10 years ago

having same issue with latest build :(

WayneFrancis commented 10 years ago

Thanks I'll try that when I get home tonight.

Tsundare commented 10 years ago

well i have put pickaxe on my mod into mcmmo

x6762:
    XP_Modifer: 1.0
    Ability_Enabled: true
    Tier: 3
    Repairable: true
    Repair_Material_ID: 5456
    Repair_Material_Data_Value: 0
    Repair_Material_Quantity: 3
    Durability: 500
    MinimumLevel: 50
#Regule
x6767:
    XP_Modifer: 1.0
    Ability_Enabled: true
    Tier: 3
    Repairable: true
    Repair_Material_ID: 5457
    Repair_Material_Data_Value: 0
    Repair_Material_Quantity: 3
    Durability: 650
#Argent renforcee
x6772:
    XP_Modifer: 1.0
    Ability_Enabled: true
    Tier: 3
    Repairable: true
    Repair_Material_ID: 264
    Repair_Material_Data_Value: 0
    Repair_Material_Quantity: 4
    Durability: 1200

then i read log and i see that

2014-01-07 18:02:10 [WARNING] [mcMMO] Incomplete repair information. This item will be unrepairable. - x6762 2014-01-07 18:02:10 [WARNING] [mcMMO] Incomplete repair information. This item will be unrepairable. - x6767 2014-01-07 18:02:10 [WARNING] [mcMMO] Incomplete repair information. This item will be unrepairable. - x6772

so i cant repair them, i can repair sword but i cant pickaxe

TfT-02 commented 10 years ago

@Tsundare mcMMO version number?

Tsundare commented 10 years ago

Last updated on 1.4.08-dev1-b3431

TfT-02 commented 10 years ago

@Tsundare This is not right Repair_Material_ID: 5456 the material ID should be the same format, the key name might be a bit confusing - it should just say Material. Anyway, try Repair_Material_ID: X5456

Also, you can only set a minimum repair level in a repair config, not in the tools.yml.

Tsundare commented 10 years ago

changed like you say, same error :

2014-01-08 12:33:18 [WARNING] [mcMMO] Maximum durability of X6761 must be greater than 0!

but maximum durability have been set and i moved into the file repair and mcmmo dont take miminun lvl exept for vanilla craft

Tsundare commented 10 years ago

i have put my server on 1.7.2 with mcpc + (mcpc-plus-1.7.2-R0.4-forge1033-B51.jar)

McMMo didn't work, i'am using BOP and bibliocraft for the moment it's seam to be an issue with BOP or MCPC

Tsundare commented 10 years ago

fixed with last biome o plenty update