I just tried implementing sadiq/samsons 2billion VNUM snippet, however when I compile I get this:
tables.o(.text+0x447c):/home/Jimmy Scrabes/smaug/src/tables.c:483: undefined ref
erence to `_do_northeast'
tables.o(.text+0x4499):/home/Jimmy Scrabes/smaug/src/tables.c:484: undefined ref
erence to `_do_northwest'
tables.o(.text+0x4666):/home/Jimmy Scrabes/smaug/src/tables.c:502: undefined ref
erence to `_do_open'
tables.o(.text+0x4d80):/home/Jimmy Scrabes/smaug/src/tables.c:581: undefined ref
erence to `_do_rest'
tables.o(.text+0x5361):/home/Jimmy Scrabes/smaug/src/tables.c:657: undefined ref
erence to `_do_sit'
tables.o(.text+0x53d5):/home/Jimmy Scrabes/smaug/src/tables.c:661: undefined ref
erence to `_do_sleep'
tables.o(.text+0x54bd):/home/Jimmy Scrabes/smaug/src/tables.c:669: undefined ref
erence to `_do_south'
tables.o(.text+0x54da):/home/Jimmy Scrabes/smaug/src/tables.c:670: undefined ref
erence to `_do_southeast'
tables.o(.text+0x54f7):/home/Jimmy Scrabes/smaug/src/tables.c:671: undefined ref
erence to `_do_southwest'
tables.o(.text+0x556b):/home/Jimmy Scrabes/smaug/src/tables.c:675: undefined ref
erence to `_do_stand'
tables.o(.text+0x581d):/home/Jimmy Scrabes/smaug/src/tables.c:703: undefined ref
erence to `_do_unbolt'
tables.o(.text+0x5874):/home/Jimmy Scrabes/smaug/src/tables.c:706: undefined ref
erence to `_do_unlock'
tables.o(.text+0x58cb):/home/Jimmy Scrabes/smaug/src/tables.c:709: undefined ref
erence to `_do_up'
tables.o(.text+0x59ad):/home/Jimmy Scrabes/smaug/src/tables.c:721: undefined ref
erence to `_do_wake'
tables.o(.text+0x5a5b):/home/Jimmy Scrabes/smaug/src/tables.c:727: undefined ref
erence to `_do_west'
tables.o(.text+0x63a4): In function `skill_name':
/home/Jimmy Scrabes/smaug/src/tables.c:879: undefined reference to `_do_bashdoor
'
tables.o(.text+0x643d):/home/Jimmy Scrabes/smaug/src/tables.c:888: undefined ref
erence to `_do_bolt'
tables.o(.text+0x6580):/home/Jimmy Scrabes/smaug/src/tables.c:907: undefined ref
erence to `_do_climb'
tables.o(.text+0x6591):/home/Jimmy Scrabes/smaug/src/tables.c:908: undefined ref
erence to `_do_close'
tables.o(.text+0x67a0):/home/Jimmy Scrabes/smaug/src/tables.c:939: undefined ref
erence to `_do_down'
tables.o(.text+0x67f5):/home/Jimmy Scrabes/smaug/src/tables.c:944: undefined ref
erence to `_do_east'
tables.o(.text+0x686c):/home/Jimmy Scrabes/smaug/src/tables.c:951: undefined ref
erence to `_do_enter'
tables.o(.text+0x6cce):/home/Jimmy Scrabes/smaug/src/tables.c:1024: undefined re
ference to `_do_leave'
tables.o(.text+0x6d45):/home/Jimmy Scrabes/smaug/src/tables.c:1031: undefined re
ference to `_do_lock'
tables.o(.text+0x73e9):/home/Jimmy Scrabes/smaug/src/tables.c:1134: undefined re
ference to `_do_north'
tables.o(.text+0x73fa):/home/Jimmy Scrabes/smaug/src/tables.c:1135: undefined re
ference to `_do_northeast'
tables.o(.text+0x740b):/home/Jimmy Scrabes/smaug/src/tables.c:1136: undefined re
ference to `_do_northwest'
tables.o(.text+0x751b):/home/Jimmy Scrabes/smaug/src/tables.c:1152: undefined re
ference to `_do_open'
tables.o(.text+0x794a):/home/Jimmy Scrabes/smaug/src/tables.c:1225: undefined re
ference to `_do_rest'
tables.o(.text+0x7cbe):/home/Jimmy Scrabes/smaug/src/tables.c:1296: undefined re
ference to `_do_sit'
tables.o(.text+0x7d02):/home/Jimmy Scrabes/smaug/src/tables.c:1300: undefined re
ference to `_do_sleep'
tables.o(.text+0x7d8a):/home/Jimmy Scrabes/smaug/src/tables.c:1308: undefined re
ference to `_do_south'
tables.o(.text+0x7d9b):/home/Jimmy Scrabes/smaug/src/tables.c:1309: undefined re
ference to `_do_southeast'
tables.o(.text+0x7dac):/home/Jimmy Scrabes/smaug/src/tables.c:1310: undefined re
ference to `_do_southwest'
tables.o(.text+0x7df0):/home/Jimmy Scrabes/smaug/src/tables.c:1314: undefined re
ference to `_do_stand'
tables.o(.text+0x7f88):/home/Jimmy Scrabes/smaug/src/tables.c:1338: undefined re
ference to `_do_unbolt'
tables.o(.text+0x7fbb):/home/Jimmy Scrabes/smaug/src/tables.c:1341: undefined re
ference to `_do_unlock'
tables.o(.text+0x7fee):/home/Jimmy Scrabes/smaug/src/tables.c:1344: undefined re
ference to `_do_up'
$
That's a helluva lot of undefined commands as well as another bunch that won't fit in this post, now my mud isn't stock, so there's no doubt a reason for this not working, I however have no clue what it is, but I hope someone out there does.
tables.o(.text+0x447c):/home/Jimmy Scrabes/smaug/src/tables.c:483: undefined ref
erence to `_do_northeast'
tables.o(.text+0x4499):/home/Jimmy Scrabes/smaug/src/tables.c:484: undefined ref
erence to `_do_northwest'
tables.o(.text+0x4666):/home/Jimmy Scrabes/smaug/src/tables.c:502: undefined ref
erence to `_do_open'
tables.o(.text+0x4d80):/home/Jimmy Scrabes/smaug/src/tables.c:581: undefined ref
erence to `_do_rest'
tables.o(.text+0x5361):/home/Jimmy Scrabes/smaug/src/tables.c:657: undefined ref
erence to `_do_sit'
tables.o(.text+0x53d5):/home/Jimmy Scrabes/smaug/src/tables.c:661: undefined ref
erence to `_do_sleep'
tables.o(.text+0x54bd):/home/Jimmy Scrabes/smaug/src/tables.c:669: undefined ref
erence to `_do_south'
tables.o(.text+0x54da):/home/Jimmy Scrabes/smaug/src/tables.c:670: undefined ref
erence to `_do_southeast'
tables.o(.text+0x54f7):/home/Jimmy Scrabes/smaug/src/tables.c:671: undefined ref
erence to `_do_southwest'
tables.o(.text+0x556b):/home/Jimmy Scrabes/smaug/src/tables.c:675: undefined ref
erence to `_do_stand'
tables.o(.text+0x581d):/home/Jimmy Scrabes/smaug/src/tables.c:703: undefined ref
erence to `_do_unbolt'
tables.o(.text+0x5874):/home/Jimmy Scrabes/smaug/src/tables.c:706: undefined ref
erence to `_do_unlock'
tables.o(.text+0x58cb):/home/Jimmy Scrabes/smaug/src/tables.c:709: undefined ref
erence to `_do_up'
tables.o(.text+0x59ad):/home/Jimmy Scrabes/smaug/src/tables.c:721: undefined ref
erence to `_do_wake'
tables.o(.text+0x5a5b):/home/Jimmy Scrabes/smaug/src/tables.c:727: undefined ref
erence to `_do_west'
tables.o(.text+0x63a4): In function `skill_name':
/home/Jimmy Scrabes/smaug/src/tables.c:879: undefined reference to `_do_bashdoor
'
tables.o(.text+0x643d):/home/Jimmy Scrabes/smaug/src/tables.c:888: undefined ref
erence to `_do_bolt'
tables.o(.text+0x6580):/home/Jimmy Scrabes/smaug/src/tables.c:907: undefined ref
erence to `_do_climb'
tables.o(.text+0x6591):/home/Jimmy Scrabes/smaug/src/tables.c:908: undefined ref
erence to `_do_close'
tables.o(.text+0x67a0):/home/Jimmy Scrabes/smaug/src/tables.c:939: undefined ref
erence to `_do_down'
tables.o(.text+0x67f5):/home/Jimmy Scrabes/smaug/src/tables.c:944: undefined ref
erence to `_do_east'
tables.o(.text+0x686c):/home/Jimmy Scrabes/smaug/src/tables.c:951: undefined ref
erence to `_do_enter'
tables.o(.text+0x6cce):/home/Jimmy Scrabes/smaug/src/tables.c:1024: undefined re
ference to `_do_leave'
tables.o(.text+0x6d45):/home/Jimmy Scrabes/smaug/src/tables.c:1031: undefined re
ference to `_do_lock'
tables.o(.text+0x73e9):/home/Jimmy Scrabes/smaug/src/tables.c:1134: undefined re
ference to `_do_north'
tables.o(.text+0x73fa):/home/Jimmy Scrabes/smaug/src/tables.c:1135: undefined re
ference to `_do_northeast'
tables.o(.text+0x740b):/home/Jimmy Scrabes/smaug/src/tables.c:1136: undefined re
ference to `_do_northwest'
tables.o(.text+0x751b):/home/Jimmy Scrabes/smaug/src/tables.c:1152: undefined re
ference to `_do_open'
tables.o(.text+0x794a):/home/Jimmy Scrabes/smaug/src/tables.c:1225: undefined re
ference to `_do_rest'
tables.o(.text+0x7cbe):/home/Jimmy Scrabes/smaug/src/tables.c:1296: undefined re
ference to `_do_sit'
tables.o(.text+0x7d02):/home/Jimmy Scrabes/smaug/src/tables.c:1300: undefined re
ference to `_do_sleep'
tables.o(.text+0x7d8a):/home/Jimmy Scrabes/smaug/src/tables.c:1308: undefined re
ference to `_do_south'
tables.o(.text+0x7d9b):/home/Jimmy Scrabes/smaug/src/tables.c:1309: undefined re
ference to `_do_southeast'
tables.o(.text+0x7dac):/home/Jimmy Scrabes/smaug/src/tables.c:1310: undefined re
ference to `_do_southwest'
tables.o(.text+0x7df0):/home/Jimmy Scrabes/smaug/src/tables.c:1314: undefined re
ference to `_do_stand'
tables.o(.text+0x7f88):/home/Jimmy Scrabes/smaug/src/tables.c:1338: undefined re
ference to `_do_unbolt'
tables.o(.text+0x7fbb):/home/Jimmy Scrabes/smaug/src/tables.c:1341: undefined re
ference to `_do_unlock'
tables.o(.text+0x7fee):/home/Jimmy Scrabes/smaug/src/tables.c:1344: undefined re
ference to `_do_up'
$
That's a helluva lot of undefined commands as well as another bunch that won't fit in this post, now my mud isn't stock, so there's no doubt a reason for this not working, I however have no clue what it is, but I hope someone out there does.