Mud Magic: The Coder's Corner
Delete problem
There seems to be a different character delete function in smaug 1.8, maybe you want to look at that as a reference and see if it does what you want your command to do.
Barring that I would sugges...
mycolor code
And if your looking for code that already does this, then you need to look at Samson's Color Codes, which is for Smaug and its derivatives. ( Posted By: ThundarJow [07-15-08 03:26] )
Question About Method
Agreed.
Everything I said before still applies, but again even though we're both saying that it isn't that big a deal with players you still have to keep in mind that the number of items (and mobs...
Segmentation Fault
The only memory being accessed on that line is name[0] and position_table[pos].name. So, gdb is telling you that one of the following is happening:
name[0] is not valid
position_table[pos] is not ...
Which Codebase?
I stated by using the standard Lua 5.1 from Lua binaries and the current LuaSocket bin. I had to use LFS to replace the funciton to find files. I got it to the point where I can log in with the Sum...