You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have players that have the first job "Bucheron", which is required to be lvl 40 to take "Menuisier". Except they can't.
After some tests I saw that they needed their secondary job (Miner, for my test subject) to get to lvl 40 to take "Menuisier".
May someone help me about this?
(Same goes for other jobs with 2 prerequisites, but not for all of they jobs I have on server...)
[Zrips] : Looking at your setup, you have extra ' at the end of permission, so you will either need to add another ` at the start or remove it to make this as a valid line
[ElLlelouch] : @Zrips it was just my discord copy-paste, there is no ' in my config
and it's doing this with multiple jobs conditons, not just this one
conditions:
menuisier:
requires:
j:Bucheron-40
p:tier.jobs2
perform:
p:jobs.join.Menuisier-true
I know this is a copy of the same issue i already made, 1820, it's just for better clarity if Zrips does not look back into closed issues !
The text was updated successfully, but these errors were encountered:
if i have 2 jobs (here, Miner lvl 1 and Woodcutter lvl 40, i can't join my Woodcrafter job (i checked, i have permission to have 3 jobs.).
when i leave miner, it's working fine again : i can join !
but here with another test Miner lvl 40, and woodcutter lvl 10 => I CAN JOIN WOODCRAFTER, which is supposed to have the prerequisite woodcutter lvl 40...
Maybe in the levelup-check, there's a mismatch between jobs and levels when giving temporary permissions ?
I tried on some of my other jobs, the problem is the same.
I have a job with 3 prerequisites : Farmer ("Fermier") 60, Fisherman ("Pecheur") 40 and Tanner ("Depeceur") 40.
When all of thoses are complete, nothing is working. but with this repartition : all 3 jobs lvl 60. (I tried with one 60 and other two 40, but it's not working whatever the level 60 is)
Hello, I have an issue about Jobs' conditions to give temporary permissions once a certain level is obtained...
CONFIG SECTION (DELETE IF NOT RELEVANT):
conditions:
buch:
requires:
- j:Bucheron-40
- p:tier.jobs2
perform:
- p:jobs.join.Menuisier-true
I have players that have the first job "Bucheron", which is required to be lvl 40 to take "Menuisier". Except they can't.
After some tests I saw that they needed their secondary job (Miner, for my test subject) to get to lvl 40 to take "Menuisier".
May someone help me about this?
(Same goes for other jobs with 2 prerequisites, but not for all of they jobs I have on server...)
[Zrips] : Looking at your setup, you have extra ' at the end of permission, so you will either need to add another ` at the start or remove it to make this as a valid line
[ElLlelouch] : @Zrips it was just my discord copy-paste, there is no ' in my config
and it's doing this with multiple jobs conditons, not just this one
conditions:
menuisier:
requires:
perform:
I know this is a copy of the same issue i already made, 1820, it's just for better clarity if Zrips does not look back into closed issues !
The text was updated successfully, but these errors were encountered: