|
BeetleBug Newbie
Joined: 07 Jun 2005 Posts: 2
|
Posted: Tue Jun 07, 2005 10:23 am
zMud 7.10 - #dbload does not work |
I used several db's in my config in 7.05 i.e. firend/enemy list, stuff db, etc. Now all my scripts does not work as #dbload does notload the database. If I open it manually, everything is ok, but since all my scripts work with different db's they have common structure like
Code: |
#dbload dbname
...
..
#dbsave
#dbclose |
after first execution of such a script database is closed (the database window is open of course) but the next call to the script fails because it does not opens db.
What could it be ? With 7.05 everything was OK.
PS. One more minor bug: the font in input line does not match with settings :) as I understand it's because of RichEdit control and cannot be fixed :) |
|
|
|
Kiasyn Apprentice
Joined: 05 Dec 2004 Posts: 196 Location: New Zealand
|
Posted: Tue Jun 07, 2005 12:09 pm |
EDIT: never mind
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Jun 07, 2005 5:39 pm |
The #DBLOAD problem definitely sounds like a bug. I *did* make some changes in how database commands and functions work, so I think I know what the problem is. I'll add that to the list for 7.11.
On the font issue, that should be possible to fix, so I'll look into it. |
|
|
|
|
|