BUG:FIXED Account age displays incorrectly
- Ememjr
- Team Member
- Posts: 975
- Joined: Wed Mar 15, 2017 9:41 am
- EQ2Emu Server: Perseverance
BUG:FIXED Account age displays incorrectly
the account age displays incorreclty on the character sheet
- Ememjr
- Team Member
- Posts: 975
- Joined: Wed Mar 15, 2017 9:41 am
- EQ2Emu Server: Perseverance
Re: BUG: Account age displays incorrectly
identified the issue account_age in player.h , and where it is used in player.cpp has account_age as an int*, and it should be an int16
working on the fix and will update when i can
working on the fix and will update when i can
- Ememjr
- Team Member
- Posts: 975
- Joined: Wed Mar 15, 2017 9:41 am
- EQ2Emu Server: Perseverance
Re: BUG: Account age displays incorrectly
here s the Fix
in player.h
in player.cpp
from
in entity.h
from
in player.h
Code: Select all
from void SetAccountAge(int8 days); to
void SetAccountAge(int16 days);from
Code: Select all
void PlayerInfo::SetAccountAge(int8 age){
info_struct->account_age_base = age;
}
to
void PlayerInfo::SetAccountAge(int16 age){
info_struct->account_age_base = age;
}from
Code: Select all
int8 account_age_base;
to
int16 account_age_base;- Cynnar
- Project Leader
- Posts: 738
- Joined: Sat Sep 27, 2014 1:22 am
- EQ2Emu Server: Eq2emulator
- Characters: Vlash
Veinlash
Taragak
Cynnar
Re: BUG: Account age displays incorrectly
Did this make it's way into the code?
[ 01000011 01111001 01101110 01101110 01100001 01110010 ]
Follow on:
Twitter Facebook
Contact me:
PM Discord chat email
Hardware: the parts of a computer that can be kicked
Follow on:
Twitter Facebook
Contact me:
PM Discord chat email
Hardware: the parts of a computer that can be kicked
- Ememjr
- Team Member
- Posts: 975
- Joined: Wed Mar 15, 2017 9:41 am
- EQ2Emu Server: Perseverance
Re: BUG: Account age displays incorrectly
not sure on this one
Who is online
Users browsing this forum: No registered users and 0 guests