资源简介
侠客行類文字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正式版\doing\config.revive
....... 972 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\aliasd.c
....... 7268 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\analectad.c
....... 8551 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\backupd.c
....... 1608 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\band.c
....... 21225 2010-04-03 21:07 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\channeld.c
....... 2367 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\chard.c
....... 4171 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\chinesed.c
....... 4402 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\closed.c
文件 93025 2010-05-31 09:35 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\combatd.c
....... 1830 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\commandd.c
....... 4397 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\configd.c
....... 2763 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\cpud.c
....... 6135 2010-02-23 16:02 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\dba
....... 13590 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\emoted.c
....... 3933 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\event\emei.c
....... 3518 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\event\huanggs.c
....... 3059 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\event\qiantang.c
....... 3932 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\event\tianchi.c
....... 4653 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\event\wuliang.c
....... 3613 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\eventd.c
....... 4706 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\examined.c
....... 9956 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\familyd.c
....... 11829 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\fingerd.c
....... 42594 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\ftpd.c
....... 891 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\inquiryd.c
....... 42333 2010-03-28 11:46 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\itemd.c
....... 13270 2007-09-01 11:08 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\leagued.c
....... 32524 2010-03-29 08:51 终极地狱之爱若幽兰1.166正式版\doing\doing_hell\adm\daemons\logind.c
............此处省略11337个文件信息
相关资源
- 很久以前的MUD游戏源码和mudos
- 大唐西游mud文字源码
- Muduo-网络库使用手册
- muduo源码注释非常详细
- MUD文字游戏夕阳再现服务端/客户端
- Muduo_网络库使用手册
- MUD游戏编程.part3(无水印版本)
- MUD游戏编程.part1(无水印版本)
- MUD游戏编程.part5(无水印版本)
- MUD游戏编程.part4(无水印版本)
- MuPDF1.9a版本Demo
- bcb UDP传文件使用TNMUDP控件
- ZMUD462英文稳定版for WIN64
- s7_200实现MUDBUS CRC16校验程序
- mUDP、mUdpSink和mTcpSink模块
- delphi NMUDP控件
- mudbox2019的汉化补丁
- 完整muduo网络库
评论
共有 条评论