#(vikas) don't understand to restricted specifique item for enchanting
19 messages · Page 1 of 1 (latest)
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
on player left clicks Enchanting_bookSharpness in Enchantable:
- if <player.xp_level> >= 5:
- if <context.slot> == 14:
- if <context.cursor_item> == <item[wand_of_enchanting]>:
- if <inventory[Enchantable].slot[20].contains[<material[diamond_sword].name>]>:
- inventory adjust destination:<context.inventory> slot:20 enchantments:sharpness=1
- experience take level 5
- determine cancelled
- else:
- narrate "<&4> Vous n'avez pas le bon item"
- determine cancelled
- else:
- narrate "<&4> Vous n'avez pas d'item dans la case"
- determine cancelled
- else:
- narrate "<&4> Vous n'avez pas d'item dans la case"
- determine cancelled
- else:
- narrate "<&4>Vous avez pas le niveau d'expérience requis"
- determine cancelled
Please use the denizen scripf paste bin
!paste
Help us help you by pasting your script to https://paste.denizenscript.com/New/Script and linking it back here.
oops sorry
here
Content of Denizen Script Paste #108926: Just this segment... pasted 2023/04/17 07:58:46 UTC-07:00, Paste length: 1025 characters across 19 lines, Content: on player left clicks Enchanting_bookSharpness in Enchantable: - if <player.xp_level> &...
okay sorry
i find it x)