Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Untitled diff
作成日
10 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
22 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
48 行
すべてコピー
5 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
34 行
すべてコピー
function(event, ...)
function(event, ...)
local timeStamp, subevent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellId, spellName, spellSchool, extraSpellID, extraSpellName, extraSchool = ...
local timeStamp, subevent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellId, spellName, spellSchool, extraSpellID, extraSpellName, extraSchool = ...
コピー
コピー済み
コピー
コピー済み
if event == "ENCOUNTER_START" then
aura_env
.shackles
=
{}
local
aura_env
=
aura_env
end
if subevent == "SPELL_CAST_SUCCESS" and spellName == "Устроенный хаос" then
if subevent == "SPELL_CAST_SUCCESS" and spellName == "Устроенный хаос" then
return true
return true
end
end
if spellName == "Скованное страдание" then
if spellName == "Скованное страдание" then
if subevent == "SPELL_AURA_APPLIED" then
if subevent == "SPELL_AURA_APPLIED" then
コピー
コピー済み
コピー
コピー済み
destName = select(6, GetPlayerInfoByGUID(destGUID))
local x, y = UnitPosition(destName)
local x, y = UnitPosition(destName)
コピー
コピー済み
コピー
コピー済み
destName = destName:gsub("-.*", "")
--aura_env.shackles = aura_env.shackles or {}
--table.insert(aura_env.shackles, {["name"]=destName, ["x"]=x, ["y"]=y})
--table.insert(aura_env.shackles, {["name"]=destName, ["x"]=x, ["y"]=y})
aura_env.shackles[destName] = {["x"]=x, ["y"]=y}
aura_env.shackles[destName] = {["x"]=x, ["y"]=y}
return true
return true
end
end
end
end
end
end
コピー
コピー済み
コピー
コピー済み
保存された差分
原文
ファイルを開く
function(event, ...) local timeStamp, subevent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellId, spellName, spellSchool, extraSpellID, extraSpellName, extraSchool = ... if event == "ENCOUNTER_START" then aura_env.shackles = {} end if subevent == "SPELL_CAST_SUCCESS" and spellName == "Устроенный хаос" then return true end if spellName == "Скованное страдание" then if subevent == "SPELL_AURA_APPLIED" then destName = select(6, GetPlayerInfoByGUID(destGUID)) local x, y = UnitPosition(destName) --table.insert(aura_env.shackles, {["name"]=destName, ["x"]=x, ["y"]=y}) aura_env.shackles[destName] = {["x"]=x, ["y"]=y} return true end end end
変更されたテキスト
ファイルを開く
function(event, ...) local timeStamp, subevent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, spellId, spellName, spellSchool, extraSpellID, extraSpellName, extraSchool = ... local aura_env = aura_env if subevent == "SPELL_CAST_SUCCESS" and spellName == "Устроенный хаос" then return true end if spellName == "Скованное страдание" then if subevent == "SPELL_AURA_APPLIED" then local x, y = UnitPosition(destName) destName = destName:gsub("-.*", "") --aura_env.shackles = aura_env.shackles or {} --table.insert(aura_env.shackles, {["name"]=destName, ["x"]=x, ["y"]=y}) aura_env.shackles[destName] = {["x"]=x, ["y"]=y} return true end end end
違いを見つける