Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
W
windbot
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
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
windbot
Commits
3f231833
Commit
3f231833
authored
Apr 11, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
5d176811
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
5 deletions
+36
-5
BotWrapper/bot.conf
BotWrapper/bot.conf
+15
-0
README.md
README.md
+20
-4
WindBotInfo.cs
WindBotInfo.cs
+1
-1
No files found.
BotWrapper/bot.conf
View file @
3f231833
...
...
@@ -49,6 +49,11 @@ Name=尼亚 Deck=Qliphort Dialog=near.zh-CN
机壳卡组。
SUPPORT_MASTER_RULE_3
SUPPORT_NEW_MASTER_RULE
!尼亚-淘气仙星
Name
=尼亚
Deck
=
Trickstar
Dialog
=
near
.
zh
-
CN
淘气仙星卡组。
SUPPORT_NEW_MASTER_RULE
!永远之魂-削血
Name
=永远之魂
Deck
=
Burn
Dialog
=
soul
.
zh
-
CN
老式削血卡组。
...
...
@@ -78,3 +83,13 @@ SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE
Name
=试作型机器人
1732
Deck
=
ST1732
Dialog
=
zh
-
CN
由三盒
ST17
和三盒
SD32
组成的卡组。
SUPPORT_NEW_MASTER_RULE
!奇異果
Name
=奇異果
Deck
=
LightswornShaddoldinosour
Dialog
=
kiwi
.
zh
-
TW
光道影依恐龙卡组。
SUPPORT_MASTER_RULE_3
SUPPORT_NEW_MASTER_RULE
!燃血鬥士
Name
=燃血鬥士
Deck
=
ChainBurn
Dialog
=
kiwi
.
zh
-
TW
连锁烧卡组。
SUPPORT_MASTER_RULE_3
SUPPORT_NEW_MASTER_RULE
README.md
View file @
3f231833
...
...
@@ -73,6 +73,8 @@ WindBot can run as a "server", provide a http interface to create bot.
*
Toadally Awesome (old lflist, master rule 3 only)
*
Trickstar
*
Yosenju
*
Zexal Weapons
...
...
@@ -83,6 +85,8 @@ WindBot can run as a "server", provide a http interface to create bot.
*
Blackwing
*
ChainBurn
*
CyberDragon
*
Evilswarm
...
...
@@ -93,6 +97,8 @@ WindBot can run as a "server", provide a http interface to create bot.
*
Lightsworn
*
LightswornShaddoldinosour
*
Nekroz
### Server mode
...
...
@@ -107,12 +113,24 @@ The parameters are same as commandlines, but low cased.
### Known issues
*
The attack won't be canceled when battle replay happens.
*
If one chain includes two activation that use
`AI.SelectCard`
, the second one won't select correctly.
### Changelog
#### v0x1343 (2018-04-11)
-
Update YGOPro protrol to 0x1343
-
New decks: Trickstar, LightswornShaddoldinosour, ChainBurn
-
Update
`OnBattle`
, add
`Executor.OnSelectAttacker`
and
`Executor.OnSelectAttackTarget`
-
Add
`Executor.OnSelectPosition`
,
`Executor.OnSelectBattleReplay`
-
Add
`Bot.BattlingMonster`
-
Add and update some default executors
-
Change
`Duel.LifePoints[0]`
to
`Bot.LifePoints`
-
Change
`LastChainPlayer`
and
`CurrentChain`
to
`Duel`
class
-
Change
`ChainContainsCard`
and
`GetLastChainCard`
etc. to
`AI.Utils`
class
-
Fix turn count in match duel
-
Fix don't turn 0 atk monster to atk pos
#### v0x1342 (2017-12-26)
-
Update YGOPro protrol to 0x1342
...
...
@@ -173,8 +191,6 @@ The parameters are same as commandlines, but low cased.
*
Get equip of card.
*
Get attack target.
*
Better new master rule support
*
Update the known card enums
...
...
WindBotInfo.cs
View file @
3f231833
...
...
@@ -21,7 +21,7 @@ namespace WindBot
Host
=
"127.0.0.1"
;
Port
=
7911
;
HostInfo
=
""
;
Version
=
0x134
2
;
Version
=
0x134
3
;
Hand
=
0
;
}
}
...
...
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