In the file spec_procs.c where it has list_skills, change the line for
#define CLASS_SKILL(ch, i, skl) \
(HAS_CLASS((ch), (i)) && \
(LVL_IMMORT -1) >= spell_info[(skl)].min_level[CLASS((ch), (i))])
to
#define CLASS_SKILL(ch, i, skl) \
(HAS_CLASS((ch), (i)) && \
(GET_LEVEL(ch)) >= spell_info[(skl)].min_level[CLASS((ch), (i))])
Scorn wrote:
> I recently added remort.txt to my mud and all is well cept it lists skills
> that i think it shouldnt. What i want it to do is if a level 15 cleric can
> heal and you are a warrior now but a remorted cleric i want it so you have
> to wait till level 15 warrior to use heal again.....anyone have any ideas?
> Thanks
> Scorn
>
> +------------------------------------------------------------+
> | Ensure that you have read the CircleMUD Mailing List FAQ: |
> | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
> +------------------------------------------------------------+
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST