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

Results 1 to 4 of 4
  1. #1
    Newbie a999999999 is offline
    MemberRank
    Feb 2007 Join Date
    9Posts

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

    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:


  2. #2
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,515Posts
    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.

  3. #3
    Sorcerer Supreme aceindy is offline
    Member +Rank
    Jun 2006 Join Date
    322Posts
    Suggest you use python from SVN?
    https://opensvn.csie.org/traccgi/kobold_py/browser

  4. #4
    Newbie a999999999 is offline
    MemberRank
    Feb 2007 Join Date
    9Posts
    Quote Originally Posted by Yamachi View Post
    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.



Advertisement