前往
大廳
主題

DST/Don't Starve Together/別挨餓/飢荒 - 能用指令列表

達人1 | 2021-02-12 05:35:19 | 巴幣 102 | 人氣 8841

滑鼠位置生成("隕石",1顆)
c_spawn("shadowmeteor", 1)
回檔(1個檔)
c_rollback(1)
[09:08]
傳送到 ("生物或物品代碼 ")
c_gonext("chester_eyebone")
[09:09]
予("螢火蟲,20隻")  數量非必填 把逗號和數量刪去也可以只拿到一個
c_give("fireflies",20)
[09:09]
全滿/無敵模式 第一個只回復全滿狀態 無法無敵 第二個才能全無敵
c_godmode()
c_supergodmode()
[09:09]
創造模式 無須學會或任何合成站、藍圖、模板、材料、活動  即可製作道具
GetPlayer().components.builder:GiveAllRecipes()
[09:09]
生命值、精神、飢餓上限(999) 要多少就多少
GetPlayer().components.health:SetMaxHealth(999)
GetPlayer().components.sanity:SetMax(999)
GetPlayer().components.hunger:SetMax(999)
[09:09]
距離角色5碼之內的切斯特骨眼
c_findnext("chester_eyebone",5):Remove()
[09:13]
跑速
c_speedmult(10)
[09:15]
進入指定季節
spring summer autumn winterTheWorld:PushEvent("ms_setseason", "winter")
聚集所有的玩家
c_gatherplayers()
調整攻擊倍數
ThePlayer.components.combat.damagemultiplier = value
重新選擇角色 荒野模式 所有資訊丟失
c_despawn()
顯示伺服器內玩家ID 名子 角色 ----------------本地--------
c_listallplayers()
以上為本人親自使用 若有遺漏歡迎留言補充

創作回應

相關創作

更多創作