本帖最后由 tyson 于 2014-1-21 11:15 编辑

                                             大家好我是tyson,今天我为大家带来技能系统
                          
首先是syl的tellraw教程:http://www.mcbbs.net/thread-205332-1-1.html看不懂就别看我的教程(因为是建立在teelraw基础上的)


视频
http://player.youku.com/player.php/sid/XNjYzOTA3OTcy/v.swf




命令
  1. /tellraw @p {text:"[神龙火球]",color:red,clickEvent:{action:run_command,value:"/summon Fireball ~ ~2 ~ {direction:       [0.0,0.0,0.0]}"}}
复制代码

复制代码
  1. /tellraw @p {text:"[唤雨术]",color:yellow,clickEvent:{action:run_command,value:"/weather thunder 10"}}
复制代码
  1. /tellraw @p {text:"[同归于尽]",color:green,clickEvent:{action:run_command,value:"/kill @e "}}
复制代码
火球威力可以调,比如ExplosionPower
  1. /tellraw @p {text:"[神龙火球]",color:red,clickEvent:{action:run_command,value:"/summon Fireball ~ ~2 ~ {direction:       [0.0,0.0,0.0],ExplosionPower:10}"}}
复制代码



相信都看得懂吧
那个testfor和kill命令我就不贴了,如果不会可以参考 http://www.mcbbs.net/thread-220499-1-1.html




广告:如果想知道更多游戏技巧,请加入ts小组,连接在我的签名档





谢谢大家
另外,我想问一下大家的建议
我要不要开个索引