files

Posted by Gorock on Sat 24 Sep 2005 07:44 PM — 11 posts, 36,921 views.

#0
ok i have a slight problem i have my mud running and i dont have a corpse file in the mud and everytime someone dies or gets something off there corpse a bug shows up.. i tried to move a file into it with iXplorer but that did not work it said it could not be copied or something so is there a way to make a file i am using putty to access the server... also i am trying to add a file called quest because i am adding an auto quest runner

thanks in advance
Gorock
USA #1
What's the bug?
#2
it just says there is no file called corpses because the file is not there

also i have another problem i made new classes for people to remort and i had someone remort and the teacher in the academy wont teach them anything he says he taught them everything now theyll have to practice it on there own even skills or spells they have never practiced

i have no idea what is going on or how to fix this
USA #3
Please copy paste the exact bug message, don't just generalize it. Make sure the folder 'corpses' is there. (In the same folder has src, areas, and so on)
#4
thats what i am saying the folder is not there i tried to put it there but it would not transfer i dont know why either
USA #5
Like I said, I need to see the exact error messages.
#6
Monitor: Grog (50) killed by Icingdeath at 24862
Grog splatters blood on your armor.
Log: [*****] BUG: Write_corpses: Cannot open file ../corpses/Grog.

Log: [*****] BUG: Write_corpses: Cannot open file ../corpses/Grog.

thats the exact log which means there is no corpse file
USA #7
Try do searches. This should fix it.

http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=4003
#8
ok i went to the post you showed me but it said nothing on how to put the file in the mud so i still have no idea how to put a new file called corpses in the mud folder

that is what i need to do
USA #9
It's just basic file manipulation. If you're using *nix, use the mkdir command.
#10
thanks that got it