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
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
alstroemeria-silentlove
windbot
Commits
728ebbdc
Commit
728ebbdc
authored
Oct 22, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to 1.033.C
MSG_ANNOUNCE_CARD_FILTER is not implemented
parent
263f938e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Game/GameBehavior.cs
Game/GameBehavior.cs
+2
-2
WindBotInfo.cs
WindBotInfo.cs
+1
-1
No files found.
Game/GameBehavior.cs
View file @
728ebbdc
...
@@ -665,7 +665,7 @@ namespace WindBot.Game
...
@@ -665,7 +665,7 @@ namespace WindBot.Game
{
{
packet
.
ReadByte
();
// player
packet
.
ReadByte
();
// player
int
type
=
packet
.
ReadInt16
();
int
type
=
packet
.
ReadInt16
();
int
quantity
=
packet
.
Read
Byte
();
int
quantity
=
packet
.
Read
Int16
();
IList
<
ClientCard
>
cards
=
new
List
<
ClientCard
>();
IList
<
ClientCard
>
cards
=
new
List
<
ClientCard
>();
IList
<
int
>
counters
=
new
List
<
int
>();
IList
<
int
>
counters
=
new
List
<
int
>();
...
@@ -676,7 +676,7 @@ namespace WindBot.Game
...
@@ -676,7 +676,7 @@ namespace WindBot.Game
int
player
=
GetLocalPlayer
(
packet
.
ReadByte
());
int
player
=
GetLocalPlayer
(
packet
.
ReadByte
());
CardLocation
loc
=
(
CardLocation
)
packet
.
ReadByte
();
CardLocation
loc
=
(
CardLocation
)
packet
.
ReadByte
();
int
seq
=
packet
.
ReadByte
();
int
seq
=
packet
.
ReadByte
();
int
num
=
packet
.
Read
Byte
();
int
num
=
packet
.
Read
Int16
();
cards
.
Add
(
_duel
.
GetCard
(
player
,
loc
,
seq
));
cards
.
Add
(
_duel
.
GetCard
(
player
,
loc
,
seq
));
counters
.
Add
(
num
);
counters
.
Add
(
num
);
}
}
...
...
WindBotInfo.cs
View file @
728ebbdc
...
@@ -20,7 +20,7 @@ namespace WindBot
...
@@ -20,7 +20,7 @@ namespace WindBot
Host
=
"127.0.0.1"
;
Host
=
"127.0.0.1"
;
Port
=
7911
;
Port
=
7911
;
HostInfo
=
""
;
HostInfo
=
""
;
Version
=
0x133
B
;
Version
=
0x133
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