侠客行類文字mud-终极地狱之爱若幽兰1.166正式版


侠客行類文字mud-终极地狱之爱若幽兰1.166正式版。是终极地狱关站后的服务端源码的angelus修改版本。增加了專用鼠標客戶端的支持。用zmud來連接的話,顯示會有點亂,喜歡zmud的話可以自行刪除每個房間中的相應顯示代碼。 此服務端代碼非常完美,沒有什麼錯誤,可以直接架站運行。
资源截图
代码片段和文件信息
// aliasd.c

#pragma optimize
#pragma save_binary

mapping global_alias = ([
“l“: “look“
“n“: “go north“
“e“: “go east“
“w“: “go west“
“s“: “go south“
“nu“: “go northup“
“eu“: “go eastup“
“wu“: “go westup“
“su“: “go southup“
“nd“: “go northdown“
“ed“: “go eastdown“
“wd“: “go westdown“
“sd“: “go southdown“
“ne“: “go northeast“
“se“: “go southeast“
“nw“: “go northwest“
“sw“: “go southwest“
“u“: “go up“
“d“: “go down“
“i“: “inventory“
“tt“: “team talk“
“tt*“: “team emote“
]);

string process_global_alias(string arg)
{
string *word;

        switch (arg[0])
        {
        case ‘‘‘:
        return “say “ + arg[1..strlen(arg) - 1];

        case ‘.‘:
                return “skip “ + arg[1..strlen(arg) - 1];
        }

word = explode(arg “ “);
if (sizeof(word) && ! undefinedp(global_alias[word[0]]))
        {
word[0] = global_alias[word[0]];
return implode(word “ “);
}

return arg;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      16110  2010-05-31 11:40  终极地狱之爱若幽兰1.166正式版angelus1.166说明(务必看看).txt

     文件       5636  2010-05-28 10:04  终极地狱之爱若幽兰1.166正式版doingconfig.revive

    .......       972  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsaliasd.c

    .......      7268  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsanalectad.c

    .......      8551  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsackupd.c

    .......      1608  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsand.c

    .......     21225  2010-04-03 21:07  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonschanneld.c

    .......      2367  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonschard.c

    .......      4171  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonschinesed.c

    .......      4402  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsclosed.c

     文件      93025  2010-05-31 09:35  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonscombatd.c

    .......      1830  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonscommandd.c

    .......      4397  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsconfigd.c

    .......      2763  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonscpud.c

    .......      6135  2010-02-23 16:02  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsdbased.c

    .......     13590  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsemoted.c

    .......      3933  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonseventemei.c

    .......      3518  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonseventhuanggs.c

    .......      3059  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonseventqiantang.c

    .......      3932  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsevent ianchi.c

    .......      4653  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonseventwuliang.c

    .......      3613  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonseventd.c

    .......      4706  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsexamined.c

    .......      9956  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsfamilyd.c

    .......     11829  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsfingerd.c

    .......     42594  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsftpd.c

    .......       891  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsinquiryd.c

    .......     42333  2010-03-28 11:46  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsitemd.c

    .......     13270  2007-09-01 11:08  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonsleagued.c

    .......     32524  2010-03-29 08:51  终极地狱之爱若幽兰1.166正式版doingdoing_helladmdaemonslogind.c

............此处省略11337个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)