npc/custom/breeder issue since "setmount;"

Ink

New member
Messages
42
Points
0
Github
Squall
Since the update i have issues with the npc. It won't give knights their peco's/dragons/gryphons and says "you do not meet the requirements"

Any help for this?

Mado and such works fine

 
} else if (checkmount() == MOUNT_PECO && getskilllv(KN_RIDING)) {
to

Code:
} else if (!checkmount() == MOUNT_PECO && getskilllv(KN_RIDING)) {
 
  • Upvote
Reactions: Ink
Back
Top