Problem 2 with Kobold V3 Standalone Server - City guards don't show help list

Newbie Spellweaver
Joined
Feb 6, 2007
Messages
8
Reaction score
0
I have setup Kobold V3 server with client 2.0.1 plus 2.0.1 maps, and am playing smoothly most of the time.
But I met one small problem, I don't know if it is a bug.

In the big cities like IF or SW, when you talk to the guards, usually they will show up a help list, from there you can find where are weapon masters, trainers, profession, inn...

But in the Kobold V3 server, when I talked to guards, they only say "Greetings PLAYERNAME", and nothing else there. I don't get the help list.

Can anyone tell me if this is a bug or anything I can do to fix this?

Thank you.
:ala:
 
Look. The standalone me and killerxx2 released is not a repack, so there are some bugs that need to be fixed. And, yes, the guards can be fixed. You just need to wither make or download an AI script for them.
 
Look. The standalone me and killerxx2 released is not a repack, so there are some bugs that need to be fixed. And, yes, the guards can be fixed. You just need to wither make or download an AI script for them.

I studied a little code, also code given by aceindy's link, I found something wired.

In startup_ai.py, there are
" import ai.city.stormwind.stormwind_guard
reload (ai.city.stormwind.stormwind_guard)
for i in (68, 1423, 1756, 1642):
RegisterAIModule (i, "ai.city.stormwind.stormwind_guard", 0)
"
It seems to me that AI is registered to 68 (Stormwind city guard), 1423(Stormwind guard), and 2 others. But only the stormwind guards (1423) at GoldShire show the help list. The stormwind cit guard in SW don't show anything except greetings.

Why is that? according to the code, they should show the same help list. I was stuck here while tryint to track what's wrong.
 
Back