• Guest, we are doing a new map (refresh) for Herocraft. Gather your friends and get ready! Coming next Friday, 06/28/24 @ 7PM CT play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Bug Codex of Lost

Pugglez_

Legacy Supporter 3
Joined
Jun 11, 2011
I heard that the Codex of the Lost is suppose to turn you back into Lostsoul so you can choose any type of combat class for free. However, you can't even right click the codex.
 

Irishman81

Senior Staff
Guide
Architect
Balance Team
Legacy Supporter 7
Joined
Apr 1, 2013
Lol what is the point of it anyway if its rarity makes it worth more than a normal codex but does the same thing?
With this, it's like a free class change to any class while a codex is specific
 

Pugglez_

Legacy Supporter 3
Joined
Jun 11, 2011
Also, would this be intended to work so that you can switch to T2 classes?
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
I heard that the Codex of the Lost is suppose to turn you back into Lostsoul so you can choose any type of combat class for free. However, you can't even right click the codex.
I tried right-clicking it... see no issues.
o0BNgOt.png

It's built the same way as the others.
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
Maybe it's a permission issue?

Code:
    CodexShaman:
        item: ENCHANTED_BOOK|&6&lCodex of Lucid Visions|&7&oRight-click to become|&7&oa Shaman.|&e&oSoul Retrieval:|&e&oEntwining of Soul and Earth.
        commands:
        - hero admin class @p Shaman
        permission-node: ''
        run-as: SUPERUSER
        click-type: CLICK_RIGHT
        delay: 0
        cooldown: 1000
        cancel-action: true
        consumed-items: []
        consume-self: true
        require-sneaking-state: NONE
        keep-on-death: false
        actions: {}
        consumable-message: mech.command-items.need
        cooldown-message: mech.command-items.wait
Here's Lost Codex
Code:
    CodexLost:
        item: ENCHANTED_BOOK|&6&lCodex of the Lost|&7&oRight-click to become|&7&oa Lost Soul.|&e&oReturn thyself to the|&e&olost soul.
        commands:
        - hero admin class @p LostSoul
        permission-node: ''
        run-as: SUPERUSER
        click-type: CLICK_RIGHT
        delay: 0
        cooldown: 1000
        cancel-action: true
        consumed-items: []
        consume-self: true
        require-sneaking-state: NONE
        keep-on-death: false
        actions: {}
        consumable-message: mech.command-items.need
 
Top