Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
229766b4
Commit
229766b4
authored
Sep 26, 2019
by
deuce
Browse files
So it seems I can math in hex, but not in decimal.
Change the player def back, but with correct decimal values.
parent
f0c29b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
23 deletions
+18
-23
xtrn/lord2/lord2.js
xtrn/lord2/lord2.js
+18
-23
No files found.
xtrn/lord2/lord2.js
View file @
229766b4
...
...
@@ -89,99 +89,94 @@ var Player_Def = [
type
:
'
PString:30
'
,
def
:
''
},
{
// 1
0
6 (74)
{
// 1
1
6 (74)
prop
:
'
sexmale
'
,
type
:
'
SignedInteger16
'
,
def
:
0
},
{
// 1
0
8 (76)
{
// 1
1
8 (76)
prop
:
'
onnow
'
,
type
:
'
Integer8
'
,
def
:
0
},
{
// 1
0
9 (77)
{
// 1
1
9 (77)
prop
:
'
battle
'
,
type
:
'
Integer8
'
,
def
:
0
},
{
// 1
1
0 (78)
{
// 1
2
0 (78)
prop
:
'
dead
'
,
type
:
'
SignedInteger16
'
,
def
:
0
},
{
// 1
1
2 (7a)
{
// 1
2
2 (7a)
prop
:
'
busy
'
,
type
:
'
SignedInteger16
'
,
def
:
0
},
{
// 1
1
4 (7c)
{
// 1
2
4 (7c)
prop
:
'
deleted
'
,
type
:
'
SignedInteger16
'
,
def
:
0
},
{
// 1
1
6 (7e)
{
// 1
2
6 (7e)
prop
:
'
nice
'
,
type
:
'
SignedInteger16
'
,
def
:
0
},
{
// 1
1
8 (80)
{
// 1
2
8 (80)
prop
:
'
map
'
,
type
:
'
SignedInteger16
'
,
def
:
0
},
{
// 1
2
0 (82)
{
// 1
3
0 (82)
prop
:
'
e6
'
,
type
:
'
SignedInteger16
'
,
def
:
0
},
{
// 1
2
2 (84)
{
// 1
3
2 (84)
prop
:
'
x
'
,
type
:
'
SignedInteger16
'
,
def
:
0
},
{
// 1
2
4 (86)
{
// 1
3
4 (86)
prop
:
'
y
'
,
type
:
'
SignedInteger16
'
,
def
:
0
},
{
// 1
2
6 (88)
{
// 1
3
6 (88)
prop
:
'
i
'
,
type
:
'
Array:99:SignedInteger16
'
,
def
:
eval
(
'
var aret = []; while(aret.length < 99) aret.push(0); aret;
'
)
},
{
// 324 (144)
prop
:
'
mystery1
'
,
// This is a mystery...
type
:
'
String:10
'
,
def
:
''
},
{
// 334 (14e)
prop
:
'
p
'
,
type
:
'
Array:99:SignedInteger
'
,
def
:
eval
(
'
var aret = []; while(aret.length < 99) aret.push(0); aret;
'
)
},
{
// 7
3
0 (2d
a
)
{
// 7
2
0 (2d
0
)
prop
:
'
t
'
,
type
:
'
Array:99:Integer8
'
,
def
:
eval
(
'
var aret = []; while(aret.length < 99) aret.push(0); aret;
'
)
},
{
// 8
2
9 (33
d
)
{
// 8
1
9 (33
3
)
prop
:
'
lastsaved
'
,
type
:
'
SignedInteger
'
,
def
:
-
1
},
{
// 8
3
3 (3
41
)
{
// 8
2
3 (3
37
)
prop
:
'
lastdayplayed
'
,
type
:
'
SignedInteger
'
,
def
:
-
1
},
{
// 8
3
7 (3
45
)
{
// 8
2
7 (3
3b
)
prop
:
'
lastmap
'
,
type
:
'
SignedInteger16
'
,
def
:
-
1
},
{
// 8
3
9 (3
47
)
{
// 8
2
9 (3
3d
)
prop
:
'
extra
'
,
type
:
'
String:3
4
4
'
,
type
:
'
String:3
5
4
'
,
def
:
''
}
];
...
...
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