Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-scripts-888
Commits
b2af4b61
Commit
b2af4b61
authored
Jan 01, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix EFFECT_IGNORE_BATTLE_TARGET
parent
69861fb3
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
0 additions
and
12 deletions
+0
-12
c3643300.lua
c3643300.lua
+0
-1
c39880350.lua
c39880350.lua
+0
-1
c40771118.lua
c40771118.lua
+0
-1
c44478599.lua
c44478599.lua
+0
-1
c65285459.lua
c65285459.lua
+0
-1
c79698395.lua
c79698395.lua
+0
-1
c7984540.lua
c7984540.lua
+0
-1
c80143954.lua
c80143954.lua
+0
-1
c92770064.lua
c92770064.lua
+0
-1
c93896655.lua
c93896655.lua
+0
-1
c94212438.lua
c94212438.lua
+0
-1
c9633505.lua
c9633505.lua
+0
-1
No files found.
c3643300.lua
View file @
b2af4b61
...
@@ -17,7 +17,6 @@ function c3643300.initial_effect(c)
...
@@ -17,7 +17,6 @@ function c3643300.initial_effect(c)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCondition
(
c3643300
.
econ
)
e2
:
SetCondition
(
c3643300
.
econ
)
e2
:
SetValue
(
aux
.
imval1
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c3643300
.
econ
(
e
)
function
c3643300
.
econ
(
e
)
...
...
c39880350.lua
View file @
b2af4b61
...
@@ -9,7 +9,6 @@ function c39880350.initial_effect(c)
...
@@ -9,7 +9,6 @@ function c39880350.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e1
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetValue
(
aux
.
imval1
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--spsummon
--spsummon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
c40771118.lua
View file @
b2af4b61
...
@@ -91,7 +91,6 @@ function c40771118.plop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -91,7 +91,6 @@ function c40771118.plop(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetValue
(
aux
.
imval1
)
e2
:
SetReset
(
RESET_EVENT
+
0x47c0000
)
e2
:
SetReset
(
RESET_EVENT
+
0x47c0000
)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterEffect
(
e2
)
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
...
...
c44478599.lua
View file @
b2af4b61
...
@@ -20,7 +20,6 @@ function c44478599.initial_effect(c)
...
@@ -20,7 +20,6 @@ function c44478599.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetValue
(
aux
.
imval1
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--multi attack
--multi attack
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
c65285459.lua
View file @
b2af4b61
...
@@ -9,7 +9,6 @@ function c65285459.initial_effect(c)
...
@@ -9,7 +9,6 @@ function c65285459.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e1
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetValue
(
aux
.
imval1
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--spsummon
--spsummon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
c79698395.lua
View file @
b2af4b61
...
@@ -32,7 +32,6 @@ function c79698395.initial_effect(c)
...
@@ -32,7 +32,6 @@ function c79698395.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
local
e5
=
e4
:
Clone
()
local
e5
=
e4
:
Clone
()
e5
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e5
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e5
:
SetValue
(
aux
.
imval1
)
c
:
RegisterEffect
(
e5
)
c
:
RegisterEffect
(
e5
)
end
end
function
c79698395
.
target
(
e
,
c
)
function
c79698395
.
target
(
e
,
c
)
...
...
c7984540.lua
View file @
b2af4b61
...
@@ -9,7 +9,6 @@ function c7984540.initial_effect(c)
...
@@ -9,7 +9,6 @@ function c7984540.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e1
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetValue
(
aux
.
imval1
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--todeck
--todeck
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
c80143954.lua
View file @
b2af4b61
...
@@ -81,7 +81,6 @@ function c80143954.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,7 +81,6 @@ function c80143954.activate(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_EQUIP
)
e2
:
SetType
(
EFFECT_TYPE_EQUIP
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetValue
(
aux
.
imval1
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
else
else
...
...
c92770064.lua
View file @
b2af4b61
...
@@ -20,7 +20,6 @@ function c92770064.initial_effect(c)
...
@@ -20,7 +20,6 @@ function c92770064.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetValue
(
aux
.
imval1
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
local
e4
=
e2
:
Clone
()
local
e4
=
e2
:
Clone
()
e4
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
e4
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
...
...
c93896655.lua
View file @
b2af4b61
...
@@ -26,7 +26,6 @@ function c93896655.initial_effect(c)
...
@@ -26,7 +26,6 @@ function c93896655.initial_effect(c)
e3
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e3
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e3
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e3
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetValue
(
aux
.
imval1
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
--spsummon
--spsummon
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
...
...
c94212438.lua
View file @
b2af4b61
...
@@ -71,7 +71,6 @@ function c94212438.plop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -71,7 +71,6 @@ function c94212438.plop(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e2
:
SetValue
(
aux
.
imval1
)
e2
:
SetReset
(
RESET_EVENT
+
0x47c0000
)
e2
:
SetReset
(
RESET_EVENT
+
0x47c0000
)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterEffect
(
e2
)
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
...
...
c9633505.lua
View file @
b2af4b61
...
@@ -30,7 +30,6 @@ function c9633505.initial_effect(c)
...
@@ -30,7 +30,6 @@ function c9633505.initial_effect(c)
e5
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e5
:
SetCode
(
EFFECT_IGNORE_BATTLE_TARGET
)
e5
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e5
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e5
:
SetRange
(
LOCATION_MZONE
)
e5
:
SetRange
(
LOCATION_MZONE
)
e5
:
SetValue
(
aux
.
imval1
)
c
:
RegisterEffect
(
e5
)
c
:
RegisterEffect
(
e5
)
end
end
function
c9633505
.
cfilter
(
c
)
function
c9633505
.
cfilter
(
c
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment