猫史档案馆


ZCH幻影深渊

ZCH幻影深渊

Lv.1

hhhhhh,随便写

获赞:382收藏:168浏览:6104作品收藏:136

签名:个人网站:http://site-673550-3478-5397.mysxl.cn/

回复帖子评论
上一页7 页 / 共 20下一页

《城市战争》上线啦!!! 来玩吧 中回复

沙发emotion_doge

2020-05-07T16:44:23 点赞:0

来玩啊!!box100(滑稽) 中回复

emotion_doge

2020-05-07T16:49:06 点赞:0

吉吉喵!!!岛3有BUG!!!时间倒流!!! 中回复

沙发emotion_编程猫_伤心

2020-05-07T17:57:07 点赞:0

吉吉喵!!!岛3有BUG!!!时间倒流!!! 中回复

我有备份·

2020-05-07T18:25:37 点赞:1

小镇之战,代码备份。 中回复

world.querySelectorAll('player').forEach((x) => {if (x.player.name == "Tammy_fliere") {x.player.emissive = 2}});
world.say("hi,欢迎来到小镇之战")
sleep(5)
world.say("你可以在这里随便喵")
world.querySelectorAll('player').forEach((x) => {if (x.player.name == "Tammy_fliere") {x.player.scale = 0.1}})
sleep(5)
world.querySelectorAll('player').forEach((x) => {if (x.player.name == "Tammy_fliere") {x.player.scale = 6}})
world.say("还可以变成物体的样子")
world.querySelectorAll('player').forEach((x) => {if (x.player.name == "程序喵ω-_-ω") {x.player.emissive = 2}});
sleep(8)
world.querySelectorAll('player').forEach((x) => {if (x.player.name == "Tammy_fliere") {x.player.emissive = 2}});
world.say("现在,尽情的打吧!")
sleep(8)
world.querySelectorAll('player').forEach((x) => {if (x.player.name == "Tammy_fliere") {x.player.emissive = 2}});

world.say('本地图特别鸣谢:ZNS编CHENG(图主、代码)、BJT_乐观的暴风雀wGfG(建筑)、幻幻幻幻幻幻鸭(建筑)、豪爽的独角蛛WXNa(建筑)、天空中的星(建筑)')
//一个简单的射击PvP
world.onPlayerJoin(({ entity }) => {

    entity.enableDamage = true;

    entity.player.onPress(({ button, raycast: { hitEntity, direction } }) => {

        if (button !== 'action0' || !hitEntity) {

            return;
        }
        hitEntity.velocity.x += direction.x;

        hitEntity.velocity.y += 0.5;
        world.say('砰!!!')
        hitEntity.velocity.z += direction.z;


        hitEntity.hurt(100 * Math.random(10), {

            attacker: entity,


        });
    });
});
world.onChat(({ entity, message }) => {
    // 当玩家发送‘我要变大’文字的时候变大到1.5倍,当玩家发送‘我要变小’文字的时候缩小成0倍。发送‘我要还原'则恢复
    if (entity && entity.isPlayer) {
        if (message === '我要变大') {
            entity.player.scale = 10;
        } else if (message === '我要变小') {
            entity.player.scale =0.5;
        }else if (message === '我要还原') {
            entity.player.scale = 1;
        } 
    }
})

2020-05-07T19:04:44 点赞:0

惊!某人一喵赞作品居然上潜力新作 中回复

还有很多.................

2020-05-08T07:56:18 点赞:0

咳咳,各位,有缘再见了 中回复

emotion_doge

2020-05-08T16:49:07 点赞:0

震惊!活动喵居然公然盗作品! 中回复

emotion_编程猫_点赞

2020-05-08T17:45:57 点赞:0

【box3代码教程】 中回复

emotion_doge

2020-05-08T17:53:35 点赞:0

【水】来晒晒你的星座~ 中回复

我是男的,为什么是.........座emotion_泪

2020-05-09T09:35:15 点赞:0

【box3】如何创建实体? 中回复

world.querySelectorAll('*').forEach((e)=>{
    if(e.isPlayer){
        return;
    }
    if(e.hasTag('door')===false){
        e.collides=true;
    } else{
        e.collides=false;
    }
    if(e.hasTag('ball')===false){
        e.fixed=true;
    } else{
        e.fixed=false;
    }
})

2020-05-09T10:06:12 点赞:0

【八十脸惊愕】问号*N 中回复

额,我杠杆就用了这个模型,还不错嘛emotion_嘻嘻

2020-05-09T10:11:06 点赞:0

江湖的毁图证据!!! 中回复

center_imageemotion_怒

2020-05-09T10:14:06 点赞:0

2333快看!!!!! 中回复

emotion_dogeemotion_喵喵

2020-05-09T16:47:49 点赞:1

闲着无聊,花了一小时在3D画板造了个Sans 中回复

center_image

2020-05-09T17:13:15 点赞:0

闲着无聊,花了一小时在3D画板造了个Sans 中回复

2020-05-09T17:13:40 点赞:0

闲着无聊,花了一小时在3D画板造了个Sans 中回复

center_image

2020-05-09T17:14:07 点赞:0

闲着无聊,花了一小时在3D画板造了个Sans 中回复

center_image

2020-05-09T17:14:31 点赞:0

【S6互相柠檬】各位爷们通天塔打到第几了啊 中回复

70到90之间

2020-05-09T17:15:08 点赞:0

你们门槛多少?【问一下,只是问一下】 中回复

。。。。。。。

2020-05-09T17:24:20 点赞:0

【教程(18)】如何喵浏览(~ ̄▽ ̄)~ 中回复

center_image

2020-05-10T00:03:34 点赞:0

【教程】诶,实体怎么动起来了??? 中回复

顶!emotion_doge

2020-05-10T14:26:35 点赞:0

\(^o^)/啦啦啦昊然关注我了 中回复

才42个赞............

2020-05-10T15:27:03 点赞:0

[超级喵!]如何扩大你地图的面积 中回复

center_image

2020-05-10T15:27:46 点赞:0

月狼改名了? 中回复

哈哈哈哈哈哈emotion_哈哈

2020-05-10T17:06:50 点赞:2

快进来看看 中回复

挖呀挖emotion_doge

2020-05-11T08:08:23 点赞:0

是和玄武国最强暗影刺客小火熊有仇吗? 中回复

路过

2020-05-11T08:10:36 点赞:0

【Box3超级干货帖】输入玩家姓名将其关监狱功能怎么做! 中回复

emotion_编程猫_厉害了

2020-05-11T09:42:30 点赞:0

小镇之战,代码备份。 中回复

world.onChat(({ entity, message }) => {
    
    if (message == "我要强化" || entity.player.name == "heicher" || entity.player.name == "SGS编CHENG" || entity.player.name == "BJT_乐观的暴风雀wGfG" || entity.player.name == "开心的小乌鸦"){ 
        entity.player.scale = 0.9;
        entity.player.canFly = true;
        entity.player.swinSpeed = 4;
        entity.player.walkSpeed = 6;
        entity.player.jumpPower = 3;
        entity.player.invisible = false;
        // 不能贪婪
        entity.player.spawnPoint.set(72,99,61)
        entity.hp = 1000
        world.say(entity.player.name+"强化了!")
        if (message == "我要回到原来血量"){
            entity.hp = 100
        }else if (message == "我要彩虹变身!"){
            entity.player.color = Box3RGBColor(4,6,9)
        }
    }
})
world.say('去看看吧,谁是全场MVP')
//一个简单的射击PvP
world.onPlayerJoin(({ entity }) => {

    entity.enableDamage = true;

    entity.player.onPress(({ button, raycast: { hitEntity, direction } }) => {

        if (button !== 'action0' || !hitEntity) {

        return;
        }
        hitEntity.velocity.x += direction.x;

        hitEntity.velocity.y += 0.5;
        world.say('砰!!!')
        hitEntity.velocity.z += direction.z;

        
        hitEntity.hurt(10),   {

        attacker: entity,

        

        };
        
    });
});
world.onChat(async ({entity,message})=>{ if(entity.player){     if(entity.player.name == "SGS编CHENG"){         entity.player.mess=message;         var name = entity.player.mess.slice(3);         world.querySelectorAll('player').forEach((x) => {             if (x.player.name == name){                 x.position.x = 56;                 x.position.y = 100;                 x.position.z = 73;             }         })     }     else{         world.say("      ")     } }})

2020-05-11T10:36:28 点赞:0

小镇之战,代码备份。 中回复

world.onChat(async ({entity,message})=>{ if(entity.player){     if(entity.player.name == "SGS编CHENG"){         entity.player.mess=message;         var name = entity.player.mess.slice(3);         world.querySelectorAll('player').forEach((x) => {             if (x.player.name == name){                 x.position.x = 56;                 x.position.y = 100;                 x.position.z = 73;             }         })     }     else{         world.say("      ")     } }})

2020-05-11T10:43:09 点赞:0