资源简介
魔兽模拟器源码SunwellCore,添加很多自定义功能
xy_item_teleport:功能宝石
xy_npc_trainer:综合训练师
xy_npc_teleport:传送大师
xy_doc:物品信息发布
xy_jcsr:集成商人
xy_itemup:物品强化宝石
xy_Vip_system:会员开通NPC
xy_pay_reward:充值返利领取NPC
xy_online_reward:每日在线奖励领取NPC
item_repution_up:声望提示物品
npc_guildBattle:公会战管理员
npc_guildBattle_tele:公会战比赛场地传送员
等等...
代码片段和文件信息
/* Copyright (C) 2009 Sun Microsystems Inc
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not write to the Free Software
Foundation Inc. 51 Franklin St Fifth Floor Boston MA 02110-1301 USA */
/* Check stack direction (0-down 1-up) */
int f(int *a)
{
int b;
return(&b > a)?1:0;
}
/*
Prevent compiler optimizations by calling function
through pointer.
*/
volatile int (*ptr_f)(int *) = f;
int main()
{
int a;
return ptr_f(&a);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 138 2018-09-09 20:35 SunwellCore\.editorconfig
文件 189 2018-09-09 20:40 SunwellCore\.git\config
文件 73 2018-09-09 20:38 SunwellCore\.git\desc
文件 77 2018-09-09 20:41 SunwellCore\.git\FETCH_HEAD
文件 216 2018-09-14 23:08 SunwellCore\.git\gitk.cache
文件 23 2018-09-09 20:38 SunwellCore\.git\HEAD
文件 478 2018-09-09 20:38 SunwellCore\.git\hooks\applypatch-msg.sample
文件 896 2018-09-09 20:38 SunwellCore\.git\hooks\commit-msg.sample
文件 3505 2018-09-09 20:38 SunwellCore\.git\hooks\fsmonitor-watchman.sample
文件 189 2018-09-09 20:38 SunwellCore\.git\hooks\post-update.sample
文件 424 2018-09-09 20:38 SunwellCore\.git\hooks\pre-applypatch.sample
文件 1642 2018-09-09 20:38 SunwellCore\.git\hooks\pre-commit.sample
文件 1348 2018-09-09 20:38 SunwellCore\.git\hooks\pre-push.sample
文件 4898 2018-09-09 20:38 SunwellCore\.git\hooks\pre-reba
文件 544 2018-09-09 20:38 SunwellCore\.git\hooks\pre-receive.sample
文件 1492 2018-09-09 20:38 SunwellCore\.git\hooks\prepare-commit-msg.sample
文件 3610 2018-09-09 20:38 SunwellCore\.git\hooks\update.sample
文件 415846 2018-09-13 23:09 SunwellCore\.git\index
文件 240 2018-09-09 20:38 SunwellCore\.git\info\exclude
文件 59 2018-09-11 22:31 SunwellCore\.git\info\refs
文件 912 2018-09-13 23:09 SunwellCore\.git\logs\HEAD
文件 727 2018-09-13 23:09 SunwellCore\.git\logs\refs\heads\master
文件 10202 2018-09-11 23:42 SunwellCore\.git\ob
文件 279 2018-09-12 00:27 SunwellCore\.git\ob
文件 125 2018-09-12 00:27 SunwellCore\.git\ob
文件 125 2018-09-11 23:44 SunwellCore\.git\ob
文件 34926 2018-09-11 23:43 SunwellCore\.git\ob
文件 482 2018-09-12 00:27 SunwellCore\.git\ob
文件 8319 2018-09-09 20:40 SunwellCore\.git\ob
文件 481 2018-09-13 23:09 SunwellCore\.git\ob
............此处省略4214个文件信息
相关资源
- HP用SOCKET实现(客户端---服务端)
- 一个简单方便的服务端ftp搭建工具
- Apache Subversion1.10.3服务端SVN
- 易语言cmd服务端源码易语言cmd远程服
- 易语言猜拳游戏客户端源码易语言猜
- linux版石器1.82-6.0服务端
- 石器时代通用服务端1.82-6.0服务端
- 梦幻古龙梦幻西游转生服务端登陆器
- 利用openssl和curl库获取https服务端证书
- 易语言客户端源码易语言服务端源码
- 网狐游戏服务端解密工具
- 易语言服务端当前屏幕抓图源码
- Mirserver有引擎登录器.rar
- SuperSocket服务端与客户端通信
- 安卓手机socket通信服务端和客户端
- IEC61850服务端模拟软件 V1.0
- volley网路请求和图片上传源码包括服
- mms61850源码,电力客户端服务端通讯
- 家庭物联网项目Web服务端代码
- 简易iView-admin后台管理系统配套Expre
- 仿QQ聊天软件客户端_服务端可架设
- DataTables自行封装请求参数和返回数据
- Qt的TcpIp客户端和服务端程序
- 手机采集摄像头视频socket实时传播 由
- json服务端和客户端
- 考试系统网络版(含源码)考试系统
- Modbus TCP/RTU 服务端、客户端源码、协
- modbus一个测试客户端与服务端及一个
- Gh0St3.75完美稳定版服务端ARP
- 网易云信Im即时通信服务端
评论
共有 条评论