Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
0
Merge Requests
0
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-pre-data
Commits
a8b58226
Commit
a8b58226
authored
Mar 14, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5433c8c6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
+14
-8
script/c100418202.lua
script/c100418202.lua
+1
-0
script/c100418207.lua
script/c100418207.lua
+1
-0
script/c101109069.lua
script/c101109069.lua
+7
-2
先行卡说明.txt
先行卡说明.txt
+5
-6
No files found.
script/c100418202.lua
View file @
a8b58226
...
...
@@ -37,6 +37,7 @@ function c100418202.initial_effect(c)
e3
:
SetOperation
(
c100418202
.
coinop2
)
c
:
RegisterEffect
(
e3
)
end
c100418202
.
toss_coin
=
true
function
c100418202
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
zone
=
1
<<
c
:
GetSequence
()
...
...
script/c100418207.lua
View file @
a8b58226
...
...
@@ -36,6 +36,7 @@ function c100418207.initial_effect(c)
e3
:
SetOperation
(
c100418207
.
mvop
)
c
:
RegisterEffect
(
e3
)
end
c100418207
.
toss_dice
=
true
function
c100418207
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0x27c
)
and
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)
and
c
:
IsFaceup
()
end
...
...
script/c101109069.lua
View file @
a8b58226
...
...
@@ -19,8 +19,12 @@ function s.fsfilter1(c,e)
and
c
:
IsAbleToDeck
()
and
not
c
:
IsImmuneToEffect
(
e
)
end
function
s
.
fsfilter2
(
c
,
e
,
tp
,
m
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
aux
.
IsMaterialListSetCard
(
c
,
0x8
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
,
true
)
if
not
(
c
:
IsType
(
TYPE_FUSION
)
and
aux
.
IsMaterialListSetCard
(
c
,
0x8
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
false
))
then
return
false
end
aux
.
FCheckAdditional
=
c
.
hero_fusion_check
or
s
.
fscheck
local
res
=
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
,
true
)
aux
.
FCheckAdditional
=
nil
return
res
end
function
s
.
fscheck
(
tp
,
sg
,
fc
)
return
sg
:
IsExists
(
Card
.
IsFusionSetCard
,
1
,
nil
,
0x8
)
...
...
@@ -52,6 +56,7 @@ function s.fsop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
tg
:
GetFirst
()
aux
.
FCheckAdditional
=
tc
.
hero_fusion_check
or
s
.
fscheck
local
mat
=
Duel
.
SelectFusionMaterial
(
tp
,
tc
,
mg
,
nil
,
chkf
,
true
)
aux
.
FCheckAdditional
=
nil
local
cf
=
mat
:
Filter
(
s
.
fscfilter
,
nil
)
if
cf
:
GetCount
()
>
0
then
Duel
.
ConfirmCards
(
1
-
tp
,
cf
)
...
...
先行卡说明.txt
View file @
a8b58226
...
...
@@ -62,11 +62,6 @@ A.本补丁附带新卡列表的卡组。
请确保你把文件解压到了游戏文件夹里,而不是新建了一个文件夹。
可能需要重启游戏才能重新载入数据库。
Q.安装先行卡补丁后大部分文字都变成了问号怎么办?
A.这是由于安装方法错误导致。
请注意expansions文件夹就是一个新的文件夹,而不是用其中的文件替换YGOPro原有的文件。
此种情况下因为YGOPro原有的文件已被覆盖,请重新下载YGOPro。
Q.单机游戏时,部分效果涉及到旧卡的先行卡出现了BUG怎么办?
A.这是因为那些旧卡的脚本需要更新。可以在系统设定中启用扩展卡包调试模式来提前使用,也可以等待YGOPro的更新。
注意“启用扩展卡包调试”与YGOMobile的“启用扩展卡包”不是一个选项。
...
...
@@ -74,10 +69,14 @@ A.这是因为那些旧卡的脚本需要更新。可以在系统设定中启用
Q.启用扩展卡包调试模式时,先行卡正式更新后,那些卡中部分效果涉及到旧卡的卡再次出现了BUG怎么办?
A.请尝试删除并重新安装先行卡补丁,或关闭扩展卡包调试模式。
Q.为什么某张卡不能用,提示无法被主机识别或者不存在于本主机卡池?
Q.为什么某张
先行
卡不能用,提示无法被主机识别或者不存在于本主机卡池?
A.本补丁的最新版只能与233服的23333端口完美兼容。
请下载YGOPro的正式更新,并更新先行卡补丁到最新版,把端口改为23333,才能正常使用先行卡。
Q.为什么某张已经正式更新的新卡不能用,提示无法被主机识别或者不存在于本主机卡池?
A.YGOPro正式更新后,对应的先行卡会失效,不能在正式版主机使用,也不再能在23333端口使用。
请下载YGOPro的正式更新,并更新先行卡补丁到最新版,将原有的先行卡对应的新卡重新放入卡组,才能正常使用新卡。
Q.为什么搜索卡片时发现有重复卡片?
A.因为本补丁是先行卡补丁,正式更新的卡片可能会与本补丁的卡片重复。删除或更新本补丁即可。
...
...
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