Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
10 years ago
Diff never expires
Clear
Export
Share
Explain
22 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
48 lines
Copy
5 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
34 lines
Copy
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 = ...
Copy
Copied
Copy
Copied
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
Copy
Copied
Copy
Copied
destName = select(6, GetPlayerInfoByGUID(destGUID))
local x, y = UnitPosition(destName)
local x, y = UnitPosition(destName)
Copy
Copied
Copy
Copied
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
Copy
Copied
Copy
Copied
Saved diffs
Original text
Open file
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
Changed text
Open file
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
Find difference