Ok, since I've got an issue with exp mod, I'd figure I would ask the experts on this as well.
There is a do_recall function in the code (obviously) and I would like all new players to be able to use recall. Under system/commands.dat I have placed the following code
#COMMAND
Name recall~
Code do_recall
Position 100
Level 1
Log 0
End
I really do not want anyone to have to learn this, but since I could not get it to work so far I added this in system/skills.dat
#SKILL
Name recall~
Type Skill
Info 0
Flags 0
Target 2
Minpos 109
Mana 0
CanCharge 0
Code do_recall
Dammsg ~
Minlevel 0
End
and still does not seem to work, even after they create a new character and I sset recall to them.
There is a do_recall function in the code (obviously) and I would like all new players to be able to use recall. Under system/commands.dat I have placed the following code
#COMMAND
Name recall~
Code do_recall
Position 100
Level 1
Log 0
End
I really do not want anyone to have to learn this, but since I could not get it to work so far I added this in system/skills.dat
#SKILL
Name recall~
Type Skill
Info 0
Flags 0
Target 2
Minpos 109
Mana 0
CanCharge 0
Code do_recall
Dammsg ~
Minlevel 0
End
and still does not seem to work, even after they create a new character and I sset recall to them.