I can't go south unless I type in full 'south' or 'so'. This is as the Imp, the 's' works fine for mortals. Is there any way to fix this?
type cedit showphistory lower
and then do cedit save cmdtable
Ran across that one the other day
Since I'm the only PC with money shouldn't I have the high score in Gold?
This one is because you probably don't have a billion or higher gold.
I have been thinking about decreasing gold back down to one int with a 2bil max instead of 2 ints with 2quint max.
Can't see any reason you need that much gold anyways and it is way to much of a pain to deal with it all lol.
(Will probably need to make a note that people will need to update objects from areas that are item_money for new code).
Did however increase the bank balance to a double with a 10,000,000,000,000,000,000,000 (10sextillion) max lol.
3. Trivia seems a bit wonky.
Seems fine on mine.
On my Imp I added a question, an answer and a reward for that question.
On my mort I typed trivia start and got this;
How did your mort start a trivia? Trivia is suppose to be a high level command.
Guess is the only one that mortals should have access too. Let me know though if it isn't working right.
It actually asked the first question I added however, despite what the timestamp says all this spit out in a second and I can't actually play. Also notice it repeated the first issue start/stop message.
Again that worked fine.
With no question it would say it started and then after a little while say that it was closed.
I added just one question and started it up and it all worked just fine. Starting, asking the question and time all good.
4. Fishing is fun! But, where are all the little fishies?
You have to add your own.
Yes, I added in my own fish type, woohoo

I've caught many fish so far yet I don't see them; nothing on the ground, nothing in my inventory. In the fish.c code it looks like an object is created, there's even mention of cooking it, but nothing is created.
You have to use "bait remove" to get the fish off the hook.
Also, mino = minnow (obj vnum 21040 for you to change it in the source)
Also, cross-referencing the help files would be good. Took me some time to piece together "fish", "bait" and "fname" were all related to fishing.
Good catch on the minnow
And yea probably should update them so everyone knows they go together.