Mining drops XP, killing mobs drops XP, smelting ores drops XP, fishing drops XP, but farming doesn't.
I think this is a bit outside my scope. Could somebody write a script that sometimes drops a few XP when a player mines ripe crops?
[doublepost=1574455117,1573944103][/doublepost]Well, this will be good enough I guess.
I think this is a bit outside my scope. Could somebody write a script that sometimes drops a few XP when a player mines ripe crops?
[doublepost=1574455117,1573944103][/doublepost]Well, this will be good enough I guess.
Code:
on mine of ripe wheat plant:
chance of 50%
drop 4 xp
on mine of ripe carrot plant:
chance of 50%
drop 4 xp
on mine of ripe potato plant:
chance of 50%
drop 4 xp
on mine of ripe beetroot plant:
chance of 50%
drop 4 xp