上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: #include "sc_gossip.h" #include "Item.h" #include "Player.h" #include "SpellAuras.h" #include "GossipDef.h" #include "Chat.h" bool GossipHello_ItemUse... 阅读全文
posted @ 2014-05-25 20:27 needly 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 下面是以个T端335版本WOTLK版本的随机召唤生物,并公告的脚本。。注意:你需要定义好比较好的时间设置,否则容易当机。最好多测试一下 #include "ScriptPCH.h" #define MIN_INTERVAL_TIMER 900000 // 15 minutes, in milisec... 阅读全文
posted @ 2014-05-25 20:18 needly 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 1、 首先你需要导入一个SQL,那个就是宝石的SQL。这个就是你将在游戏里面使用的宝石,增加了脚本的 INSERT INTO `item_template` VALUES (90001, 0, 0, 0, 'Level Token', 46787, 6, 0, 0, 1, 0, 0, 0, -1,... 阅读全文
posted @ 2014-05-25 19:33 needly 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 某些时候如果我们的源码在编译过程中出现大量的编译警告时,看起来是挺不爽的;但又确实没办法解决警告问题的时候,我们可以使用下面的方法来屏蔽指定的某个文件的所有警告信息。1、在Xcode中选中工程文件。2、在右边面板中选中“BuildPhases”。3、展开“CompileSources”。4、在需要屏... 阅读全文
posted @ 2014-04-28 16:51 needly 阅读(394) 评论(0) 推荐(0) 编辑
摘要: http://zhidao.baidu.com/link?url=At8_MhuPX_rcgPMDpnem-QnrvRX1TfeC-m3gV7biigqsRKTe_YpAQG0zt5fWdt7cbJWdruaTRdZ3-7DE0D7_3LEiPMO-uIaFc1IZcFO7xpG最近在做Apple的... 阅读全文
posted @ 2014-04-28 15:21 needly 阅读(455) 评论(0) 推荐(0) 编辑
摘要: - (void)layoutSubviews- (void)layoutIfNeeded- (void)setNeedsLayout- (void)setNeedsDisplay- (void)drawRect布局layoutSubviews在以下情况下会被调用:1、init初始化不会触发layou... 阅读全文
posted @ 2014-04-28 14:30 needly 阅读(285) 评论(0) 推荐(0) 编辑
摘要: //数字#define NUM @"0123456789"//字母#define ALPHA @"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"//数字和字母#define ALPHANUM @"ABCDEFGHIJKLMNOPQRSTUV... 阅读全文
posted @ 2014-04-28 13:10 needly 阅读(254) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/iitvip/article/details/12710623 阅读全文
posted @ 2014-04-28 12:14 needly 阅读(150) 评论(0) 推荐(0) 编辑
摘要: -ObjC:This flag causes the linker to load every object file in the library that defines an Objective-C class or category.While this option will typica... 阅读全文
posted @ 2014-04-28 11:51 needly 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 现有IOS设备唯一标示符的方案比较UDID[[UIDevice currentDevice] uniqueIdentfier]iOS官方最早提供的UDID方案,根据某一公式,使用设备序列号、网卡地址等信息作为参数计算而来,iOS6之后该计算公式发生了改变。该方法返回的结果在所有应用中都相同,并且卸载... 阅读全文
posted @ 2014-04-28 10:36 needly 阅读(352) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页