Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clientbot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
aleajactaest
clientbot
Commits
66f67603
Commit
66f67603
authored
Apr 13, 2020
by
aleajactaest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update spykhanat
parent
5c506cfa
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
362 additions
and
109 deletions
+362
-109
tools/DecodeImpulse.py
tools/DecodeImpulse.py
+2
-0
tools/Enum.py
tools/Enum.py
+26
-0
tools/Impulse.py
tools/Impulse.py
+334
-109
No files found.
tools/DecodeImpulse.py
View file @
66f67603
...
...
@@ -248,6 +248,8 @@ class DecodeImpulse():
def
impulseGuildUpdatePlayerTitle
(
self
,
msgin
,
world
):
logging
.
getLogger
(
LOGGER
).
debug
(
"TODO"
)
# bUnblock = msgin.readBool('bUnblock')
def
impulseGuildUseFemaleTitles
(
self
,
msgin
,
world
):
world
.
UseFemaleTitles
=
msgin
.
readBool
(
'UseFemaleTitles'
)
logging
.
getLogger
(
LOGGER
).
debug
(
"UseFemaleTitles"
)
...
...
tools/Enum.py
View file @
66f67603
...
...
@@ -577,3 +577,29 @@ class NPC_ICON(IntEnum): # TNPCMissionGiverState
AutoHasUnavailableMissions
=
5
AutoHasAvailableMission
=
6
NbMissionGiverStates
=
7
class
TInventoryId
(
IntEnum
):
Bag
=
0
,
Packers
=
1
,
Room
=
5
,
# Packers+MaxNbPackers,
InvalidInvId
=
6
,
NbInventoryIds
=
6
,
# =InvalidInvId
class
TItemPropId
(
IntEnum
):
Sheet
=
0
,
Quality
=
1
,
Quantity
=
2
,
UserColor
=
3
,
CreateTime
=
4
,
Serial
=
5
,
Locked
=
6
,
Weight
=
7
,
NameId
=
8
,
Enchant
=
9
,
ItemClass
=
10
,
ItemBestStat
=
11
,
Price
=
12
,
ResaleFlag
=
13
,
PrerequisitValid
=
14
,
Worned
=
15
,
NbItemPropId
=
16
tools/Impulse.py
View file @
66f67603
This diff is collapsed.
Click to expand it.
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