Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ Compiling the server
➜ to compile new classes
It is now over 60 days since the last post. This thread is closed.
Refresh page
Pages: 1
2 3
4
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #15 on Sun 08 Feb 2004 01:16 AM (UTC) |
| Message
| |
| Posted by
| De Martino
Italy (54 posts) Bio
|
| Date
| Reply #16 on Sun 08 Feb 2004 01:35 AM (UTC) |
| Message
|
ok Nick
this version is smaug correct of bug?
now i make smaug.exe
and I have e smaug server correct?
later I will be able' to insert in fuss, the changes from me you bring
classes (you rename some classes example "Paladin ~ " in "~ ")
command.dat, skill.dat, colors.dat,
db.c, comm.c (only the changes) correct?
what is di differnce with smaug 1.4a ?
thanks as always
De Martino | | Top |
|
| Posted by
| De Martino
Italy (54 posts) Bio
|
| Date
| Reply #17 on Sun 08 Feb 2004 01:45 AM (UTC) |
| Message
|
demar@pa ~
$ cd c:
demar@pa /cygdrive/c
$ cd smaugfuss
demar@pa /cygdrive/c/smaugfuss
$ ls
Bugfixes.txt boards clans corpses deity gods log races system
area building classes councils doc i3 player src watch
demar@pa /cygdrive/c/smaugfuss
$ cd src
demar@pa /cygdrive/c/smaugfuss/src
$ make
make smaug
make[1]: Entering directory `/cygdrive/c/smaugfuss/src'
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG i3.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG act_comm.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG act_info.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG act_move.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG act_obj.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG act_wiz.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG boards.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG build.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG clans.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG color.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG comm.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG comments.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG const.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG db.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG deity.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG fight.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG handler.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG hashstr.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG ident.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG interp.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG magic.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG makeobjs.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG mapout.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG misc.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG mpxset.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG mud_comm.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG mud_prog.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG player.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG polymorph.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG reset.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG save.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG shops.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG skills.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG special.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG tables.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG track.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG update.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG grub.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG ban.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG services.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG planes.c
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG imm_host.c
rm -f smaug
gcc -o smaug i3.o act_comm.o act_info.o act_move.o act_obj.o act_wiz.o boards.o
build.o clans.o color.o comm.o comments.o const.o db.o deity.o fight.o handler.o
hashstr.o ident.o interp.o magic.o makeobjs.o mapout.o misc.o mpxset.o mud_comm
.o mud_prog.o player.o polymorph.o reset.o save.o shops.o skills.o special.o tab
les.o track.o update.o grub.o ban.o services.o planes.o imm_host.o -lcrypt
chmod g+w smaug
chmod: changing permissions of `smaug': No such file or directory
make[1]: *** [smaug] Error 1
make[1]: Leaving directory `/cygdrive/c/smaugfuss/src'
make: *** [all] Error 2
demar@pa /cygdrive/c/smaugfuss/src
$
in src I have found smaug.exe
but because' I read this when I make with CYGWIN?:
make[1]: *** [smaug] Error 1
make[1]: Leaving directory `/cygdrive/c/smaugfuss/src'
make: *** [all] Error 2 | | Top |
|
| Posted by
| De Martino
Italy (54 posts) Bio
|
| Date
| Reply #18 on Sun 08 Feb 2004 01:49 AM (UTC) |
| Message
| I run server smaugfuss, and i look this bug:
Sun Feb 8 02:46:40 2004 :: Booting Database
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Sun Feb 8 02:46:40 2004 :: [*****] BOOT: ---------------------[ Boot Log ]-----
---------------
Sun Feb 8 02:46:40 2004 :: Loading commands
Sun Feb 8 02:46:40 2004 :: Loading sysdata configuration...
Sun Feb 8 02:46:40 2004 :: Loading socials
Sun Feb 8 02:46:40 2004 :: Loading skill table
Sun Feb 8 02:46:40 2004 :: Sorting skill table...
Sun Feb 8 02:46:40 2004 :: Remapping slots to sns
Sun Feb 8 02:46:40 2004 :: Loading classes
Sun Feb 8 02:46:40 2004 :: Loading races
Sun Feb 8 02:46:40 2004 :: Loading herb table
Sun Feb 8 02:46:40 2004 :: Loading tongues
Sun Feb 8 02:46:40 2004 :: Making wizlist
Sun Feb 8 02:46:40 2004 :: Initializing random number generator
Sun Feb 8 02:46:40 2004 :: Setting time and weather
Sun Feb 8 02:46:40 2004 :: Assigning gsn's
Sun Feb 8 02:46:40 2004 :: Reading in area files...
(help.are)
gods.are : Rooms: 1200 - 1201 Objs: 1200 - 1200 Mobs: 1200 - 1200
limbo.are : Rooms: 2 - 99 Objs: 2 - 99 Mobs: 1 - 99
newacad.are : Rooms: 10300 - 10499 Objs: 10300 - 10499 Mobs: 10300 - 10499
newgate.are : Rooms: 100 - 199 Objs: 100 - 199 Mobs: 100 - 199
newdark.are : Rooms: 21000 - 21499 Objs: 21000 - 21435 Mobs: 21000 - 21499
haon.are : Rooms: 6000 - 6156 Objs: 6000 - 6155 Mobs: 6000 - 6117
midennir.are : Rooms: 3500 - 3590 Objs: 3500 - 3550 Mobs: 3500 - 3550
sewer.are : Rooms: 7001 - 7445 Objs: 7190 - 7310 Mobs: 7000 - 7206
redferne.are : Rooms: 7900 - 7918 Objs: 7909 - 7911 Mobs: 7900 - 7900
grove.are : Rooms: 8901 - 8999 Objs: 8900 - 8919 Mobs: 8900 - 8911
dwarven.are : Rooms: 6500 - 6554 Objs: 6502 - 6519 Mobs: 6500 - 6517
daycare.are : Rooms: 6601 - 6651 Objs: 6600 - 6647 Mobs: 6600 - 6610
grave.are : Rooms: 3600 - 3651 Objs: 3600 - 3613 Mobs: 3600 - 3605
chapel.are : Rooms: 3405 - 3475 Objs: 3400 - 3430 Mobs: 3400 - 3416
astral.are : Rooms: 800 - 899 Objs: 800 - 899 Mobs: 800 - 899
Build.are : Rooms: 9500 - 9589 Objs: 0 - 0 Mobs: 0 - 0
pixie.are : Rooms: 2070 - 2099 Objs: 2070 - 2076 Mobs: 2070 - 2073
export.are : Rooms: 9810 - 9899 Objs: 9810 - 9899 Mobs: 9800 - 9899
srefuge.are : Rooms: 1500 - 1599 Objs: 1500 - 1599 Mobs: 1500 - 1599
manor.are : Rooms: 2400 - 2499 Objs: 2400 - 2499 Mobs: 2405 - 2484
unholy.are : Rooms: 2101 - 2172 Objs: 2101 - 2150 Mobs: 2101 - 2120
gallery.are : Rooms: 24800 - 24899 Objs: 24800 - 24899 Mobs: 24800 - 24899
Sun Feb 8 02:46:40 2004 :: Fixing exits
Sun Feb 8 02:46:40 2004 :: Initializing economy
Sun Feb 8 02:46:40 2004 :: Resetting areas
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to m
ob 21052.
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to m
ob 21052.
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to m
ob 21052.
Sun Feb 8 02:46:40 2004 :: Loading buildlist
Sun Feb 8 02:46:40 2004 :: ../gods/Admin
Sun Feb 8 02:46:40 2004 :: Loading boards
Sun Feb 8 02:46:40 2004 :: ../boards/immortal.brd
Sun Feb 8 02:46:40 2004 :: ../boards/highgod.brd
Sun Feb 8 02:46:40 2004 :: Loading clans
Sun Feb 8 02:46:40 2004 :: Loading clans...
Sun Feb 8 02:46:40 2004 :: vampire.gui
Sun Feb 8 02:46:40 2004 :: Cannot open clan vault
Sun Feb 8 02:46:40 2004 :: druid.gui
Sun Feb 8 02:46:40 2004 :: Cannot open clan vault
Sun Feb 8 02:46:40 2004 :: warrior.gui
Sun Feb 8 02:46:40 2004 :: Cannot open clan vault
Sun Feb 8 02:46:40 2004 :: augurer.gui
Sun Feb 8 02:46:40 2004 :: Cannot open clan vault
Sun Feb 8 02:46:40 2004 :: thief.gui
Sun Feb 8 02:46:40 2004 :: Cannot open clan vault
Sun Feb 8 02:46:40 2004 :: cleric.gui
Sun Feb 8 02:46:40 2004 :: Cannot open clan vault
Sun Feb 8 02:46:40 2004 :: mage.gui
Sun Feb 8 02:46:40 2004 :: Cannot open clan vault
Sun Feb 8 02:46:40 2004 :: ranger.gui
Sun Feb 8 02:46:40 2004 :: Cannot open clan vault
Sun Feb 8 02:46:40 2004 :: $
Sun Feb 8 02:46:40 2004 :: Done clans
Sun Feb 8 02:46:40 2004 :: Loading councils
Sun Feb 8 02:46:40 2004 :: Loading councils...
Sun Feb 8 02:46:40 2004 :: $
Sun Feb 8 02:46:40 2004 :: Done councils
Sun Feb 8 02:46:40 2004 :: Loading deities
Sun Feb 8 02:46:40 2004 :: Loading deities...
Sun Feb 8 02:46:40 2004 :: $
Sun Feb 8 02:46:40 2004 :: Done deities
Sun Feb 8 02:46:40 2004 :: Loading watches
Sun Feb 8 02:46:40 2004 :: Loading bans
Sun Feb 8 02:46:40 2004 :: Done.
Sun Feb 8 02:46:40 2004 :: Loading reserved names
Sun Feb 8 02:46:40 2004 :: Loading corpses
Sun Feb 8 02:46:40 2004 :: Loading Immortal Hosts
Sun Feb 8 02:46:40 2004 :: Done.
Sun Feb 8 02:46:40 2004 :: Loading Projects
Sun Feb 8 02:46:40 2004 :: Loading Morphs
Sun Feb 8 02:46:40 2004 :: Done.
Sun Feb 8 02:46:40 2004 :: Initializing socket
Sun Feb 8 02:46:40 2004 :: Loading Intermud-3 network data...
Sun Feb 8 02:46:40 2004 :: [*****] BUG: I3_fread_config_file: Bad keyword: driv
er
Sun Feb 8 02:46:40 2004 :: [*****] BUG: I3_fread_config_file: Bad keyword: AFKM
ud~
Sun Feb 8 02:46:40 2004 :: Intermud-3 network data loaded. Autoconnect not set.
Will need to connect manually.
Sun Feb 8 02:46:40 2004 :: (Name Not Set) ready at address pa on port 4000.
thanks the helps Nick, thanks for the patience that you have all with me
De Martino
| | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #19 on Sun 08 Feb 2004 02:31 AM (UTC) |
| Message
| Don't know, I've never used InterMUD.
Change the Makefile to not use it (read the file Makefile to see how). |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| De Martino
Italy (54 posts) Bio
|
| Date
| Reply #20 on Sun 08 Feb 2004 11:28 PM (UTC) |
| Message
| The question and': I succeed in producing with make
smaug.exe, despite error 1 and error 2?
SmaugFuss and' better than smaug1.4 or the only difference is the protocol mxp?
after to generate smaug.exe (despite error 1 and 2)
run smaug.exe, and I read these bugs:
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to m
ob 21052.
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to m
ob 21052.
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to m
ob 21052.
and:
Sun Feb 8 02:46:40 2004 :: [*****] BUG: I3_fread_config_file: Bad keyword: driv
er
Sun Feb 8 02:46:40 2004 :: [*****] BUG: I3_fread_config_file: Bad keyword: AFKM
ud~
my makefile is this:
CC = gcc
#PROF = -p
NOCRYPT =
#Uncomment to compile in Cygwin
#CYGWIN = -DCYGWIN
# Uncomment the two lines below if compiling on a Solaris box
#SOLARIS_FLAG = -Dsun -DSYSV
#SOLARIS_LINK = -lnsl -lsocket
#Uncomment the line below if you are getting undefined crypt errors
NEED_CRYPT = -lcrypt
#Intermud-3 - Comment out to disable I3 support in your code
I3 = 1
#IMC2 - Comment out to disable IMC2 support
IMC = 1
#Uncomment the line below if you want a performance increase though beware
#your core files may not be as much of a benefit if you do.
#OPT_FLAG = -finline-functions -funroll-loops -fdefer-pop -fstrength-reduce
C_FLAGS = $(OPT_FLAG) -O -g2 -Wall $(PROF) $(NOCRYPT) $(SOLARIS_FLAG)
L_FLAGS = $(OPT_FLAG) $(PROF) $(SOLARIS_LINK) $(NEED_CRYPT)
O_FILES = act_comm.o act_info.o act_move.o act_obj.o act_wiz.o boards.o \
build.o clans.o color.o comm.o comments.o const.o db.o deity.o fight.o \
handler.o hashstr.o ident.o interp.o magic.o makeobjs.o \
mapout.o misc.o mpxset.o mud_comm.o mud_prog.o player.o polymorph.o \
reset.o save.o shops.o skills.o special.o tables.o \
track.o update.o grub.o ban.o services.o planes.o \
imm_host.o
C_FILES = act_comm.c act_info.c act_move.c act_obj.c act_wiz.c boards.c \
build.c clans.c color.c comm.c comments.c const.c db.c deity.c fight.c \
handler.c hashstr.c ident.c interp.c magic.c makeobjs.c \
mapout.c misc.c mpxset.c mud_comm.c mud_prog.c player.c polymorph.c \
reset.c save.c shops.c skills.c special.c tables.c \
track.c update.c grub.c ban.c services.c planes.c \
imm_host.c
H_FILES = mud.h color.h bet.h
ifdef I3
C_FILES := i3.c $(C_FILES)
O_FILES := i3.o $(O_FILES)
C_FLAGS := $(C_FLAGS) -DI3 -DI3SMAUG
endif
all:
$(MAKE) smaug
ifdef CYGWIN
smaug: $(O_FILES)
rm -f smaug.exe
$(CC) -o smaug.exe $(O_FILES) $(L_FLAGS)
chmod g+w smaug.exe
chmod a+x smaug.exe
chmod g+w $(O_FILES)
clean:
rm -f *.o smaug.exe *~
else
smaug: $(O_FILES)
rm -f smaug
$(CC) -o smaug $(O_FILES) $(L_FLAGS)
chmod g+w smaug
chmod a+x smaug
chmod g+w $(O_FILES)
clean:
rm -f *.o smaug *~
endif
.c.o: mud.h
$(CC) -c $(C_FLAGS) $<
Ciao!
De Martino | | Top |
|
| Posted by
| Greven
Canada (835 posts) Bio
|
| Date
| Reply #21 on Sun 08 Feb 2004 11:56 PM (UTC) Amended on Sun 08 Feb 2004 11:58 PM (UTC) by Greven
|
| Message
| If your trying to disable I3 and IMC, change these lines:#Intermud-3 - Comment out to disable I3 support in your code
I3 = 1
#IMC2 - Comment out to disable IMC2 support
IMC = 1
To this:#Intermud-3 - Comment out to disable I3 support in your code
#I3 = 1
#IMC2 - Comment out to disable IMC2 support
#IMC = 1
|
Nobody ever expects the spanish inquisition!
darkwarriors.net:4848
http://darkwarriors.net | | Top |
|
| Posted by
| De Martino
Italy (54 posts) Bio
|
| Date
| Reply #22 on Mon 09 Feb 2004 12:17 AM (UTC) |
| Message
| thanks Greven thanks!!!!!! ^_^
I immediately correct the makefile
I have to also correct the makafile that I use
for the version smau1.4? in smaug1.4 I use
the same makefile, correct it?
what version recommends me Greven
smaug1.4 or Fuss?
Which and' the version best smaug, yours preferred?
I would like to create my mud: or)
De Martin | | Top |
|
| Posted by
| De Martino
Italy (54 posts) Bio
|
| Date
| Reply #23 on Mon 09 Feb 2004 12:22 AM (UTC) |
| Message
| after change this line in my makefile:
$ make
make smaug
make[1]: Entering directory `/cygdrive/c/smaugfuss/src'
rm -f smaug
gcc -o smaug act_comm.o act_info.o act_move.o act_obj.o act_wiz.o boards.o build
.o clans.o color.o comm.o comments.o const.o db.o deity.o fight.o handler.o hash
str.o ident.o interp.o magic.o makeobjs.o mapout.o misc.o mpxset.o mud_comm.o mu
d_prog.o player.o polymorph.o reset.o save.o shops.o skills.o special.o tables.o
track.o update.o grub.o ban.o services.o planes.o imm_host.o -lcrypt
comm.o(.text+0x4c2): In function `main':
/cygdrive/c/smaugfuss/src/comm.c:284: undefined reference to `_I3_main'
comm.o(.text+0x523):/cygdrive/c/smaugfuss/src/comm.c:297: undefined reference to
`_I3_shutdown'
comm.o(.text+0xf4f): In function `game_loop':
/cygdrive/c/smaugfuss/src/comm.c:651: undefined reference to `_I3_loop'
db.o(.text+0x803d): In function `free_char':
/cygdrive/c/smaugfuss/src/db.c:2906: undefined reference to `_free_i3chardata'
interp.o(.text+0xfa9): In function `interpret':
/cygdrive/c/smaugfuss/src/interp.c:468: undefined reference to `_I3_command_hook
'
save.o(.text+0x1be8): In function `fwrite_char':
/cygdrive/c/smaugfuss/src/save.c:531: undefined reference to `_i3save_char'
save.o(.text+0x2a3c): In function `load_char_obj':
/cygdrive/c/smaugfuss/src/save.c:784: undefined reference to `_i3init_char'
save.o(.text+0x4d06): In function `fread_char':
/cygdrive/c/smaugfuss/src/save.c:1353: undefined reference to `_i3load_char'
collect2: ld returned 1 exit status
make[1]: *** [smaug] Error 1
make[1]: Leaving directory `/cygdrive/c/smaugfuss/src'
make: *** [all] Error 2
:o((
De Martino | | Top |
|
| Posted by
| De Martino
Italy (54 posts) Bio
|
| Date
| Reply #24 on Mon 09 Feb 2004 12:30 AM (UTC) |
| Message
| Greven vrite:
If your trying to disable I3 and IMC, change these lines:
#Intermud-3 - Comment out to disable I3 support in your code
I3 = 1
#IMC2 - Comment out to disable IMC2 support
IMC = 1
My friend I don't want to disable nothing, I ask this:
how my make (before the corrections from you suggest)
the file smaug.exe produced me despite these errors?
chmod: changing permissions of `smaug': No such file or directory
make[1]: *** [smaug] Error 1
make[1]: Leaving directory `/cygdrive/c/smaugfuss/src'
make: *** [all] Error 2
and if these bugs were serious, after I started the file server smaug.exe of
smaugfuss:
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to m
ob 21052.
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to m
ob 21052.
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to m
ob 21052.
Sun Feb 8 02:46:40 2004 :: [*****] BUG: I3_fread_config_file: Bad keyword: driv
er
Sun Feb 8 02:46:40 2004 :: [*****] BUG: I3_fread_config_file: Bad keyword: AFKM
ud~
Ciao! :o\
De Martino
| | Top |
|
| Posted by
| Greven
Canada (835 posts) Bio
|
| Date
| Reply #25 on Mon 09 Feb 2004 03:23 AM (UTC) Amended on Mon 09 Feb 2004 03:50 AM (UTC) by Greven
|
| Message
| You have to correct the errors in the code to get rid of those. Plus, those don't look like crash errors, just loading errors. You can' boot it? I might be the intermud code. Samson could be of more assistance, check the code for his website, he might have the fix to it.
Edit: After looking though Samson's forums, I found that the object reset errors is because object 21055 is set as prototype, if you remove the flag, it will be fine, no errors.
I've looked at the latest version of I3 available on his site, and it looks like that bug is there in all versions, though in a post he mentioned that there shouldn't be an error message for it, though I don't know the code well enough to tell you that you can take it out.
I don't have the experience with SMAUG to say that fuss is better, but it seems to be. However, if you've done lots of work on your, I wouldn't throw that away, I would work through the buglist and just correct all the problem, I've done that for my SWR, took about an hour or so, and I didn't lose all the work I had done. |
Nobody ever expects the spanish inquisition!
darkwarriors.net:4848
http://darkwarriors.net | | Top |
|
| Posted by
| Samson
USA (683 posts) Bio
|
| Date
| Reply #26 on Mon 09 Feb 2004 04:15 AM (UTC) |
| Message
| One of these days... I swear.... I'll fix this stuff right! I mean it! :)
The I3 error is irrelevent. It won't hurt anything. Just means the config file has a line I must have forgotten to remove.
I also meant to fix that prototype bug. Dirty logs bother me as much as they bother anyone else.
And God only knows how that IMC2 part got there. It shoudln't even be in there. Looks like I have some messes to clean up :/ | | Top |
|
| Posted by
| Meerclar
USA (733 posts) Bio
|
| Date
| Reply #27 on Mon 09 Feb 2004 04:54 AM (UTC) |
| Message
| As for the[code]
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to mob 21052.
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to mob 21052.
Sun Feb 8 02:46:40 2004 :: [*****] BUG: 'E' reset: can't give object 21055 to mob 21052.
Sun Feb 8 02:46:40 2004 :: [*****] BUG: I3_fread_config_file: Bad keyword: driver
Sun Feb 8 02:46:40 2004 :: [*****] BUG: I3_fread_config_file: Bad keyword: AFKMud~
[/code]
errors, the 'E' are bad equipment notices on the mob listed in the error. Change the resets for the gear/mob getting the warnings and away they go.... I spent almost a month getting rid of all the bad reset errors on SB:R a while back so I know how much a pain they can be. |
Meerclar - Lord of Cats
Coder, Builder, and Tormenter of Mortals
Stormbringer: Rebirth
storm-bringer.org:4500
www.storm-bringer.org | | Top |
|
| Posted by
| De Martino
Italy (54 posts) Bio
|
| Date
| Reply #28 on Tue 10 Feb 2004 12:58 AM (UTC) |
| Message
| thanks to everybody, I have corrected errors 1 and 2 of the make
now, when I make the smaugFuss I don't read anymore'
any error. My Italian friend Onirik help me :o)
I have changed in my makefile this:
#Uncomment to complete her in Cygwin
#CYGWIN = - DCYGWIN
to
#Uncomment to complete her in Cygwin
CYGWIN = - DCYGWIN
Ciao!
De Martino
| | Top |
|
| Posted by
| De Martino
Italy (54 posts) Bio
|
| Date
| Reply #29 on Tue 10 Feb 2004 01:48 PM (UTC) |
| Message
| Dear friends, finally have the code smaug without bug,
I am happy, thanks to everybody! ^ _ ^
Thanks Nick, Greven and Meerclar!
Nich I have accepted your suggestion, I have make smaugFuss
and I have recopied all of my changes, classes command etc etc.
I won't insert mxp, they say only maid for mushclient, I would like instead
to insert the colors.dat, does a patch exist? a snippet? The function
of the colors and' of my pleasure.
De Martino | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
159,995 views.
This is page 2, subject is 4 pages long:
1
2 3
4
It is now over 60 days since the last post. This thread is closed.
Refresh page
top