Problems with adding new skills

Posted by RyueOkami on Sat 20 Dec 2003 07:45 AM — 6 posts, 18,917 views.

#0
Hi I have a small problem with adding new skills.
I already made it, that I added it to the skilllist,
and also my character CAN use the skill (at least in slist it is shown up with % >0).
Only problem is, when I say the word to use the skill, it says "HUH"



(p.s. I'm working on a dbz-mud and the skillname is powerup)

when I type in powerup it says huh.
what can I do?
USA #1
Is the skill's level low enough? Is it assigned to code, does it have an effect? Did you actually practice the skill?
#2
My characters have the skill in the slist.
(skilllevel is 0, or 1....i changed it a few times).
and in the nanny I set the skill to 1%.

(and it has a function in the background)

but when I type the command in it says "huh?"


(cedit shows the following text for the command)
Command: powerup
Level: 1
Position: 0
Log: 1
Code: (00530A00)
Flags:

and powerup also shows up in the commandlist!

Amended on Sat 20 Dec 2003 07:39 PM by RyueOkami
USA #3
Skills and commands aren't the same. Looks like you made a command, not a skill...
USA #4
He forgot to add do_powerup to tables.c, heh. He said its all fixed.
#5
yepp I forgot that since then
it should function now tnx again