peonso
peonso
https://github.com/edubart/otclient/commit/344146ba2dcc9d0fd5f1106a391ad567b050b86d
@edubart I'm vouching for @EgzoT and @okk3. I volunteer myself also. Despite my limited knowledge I can manage issues and milestones. I have been doing it with https://github.com/TwistedScorpio/OTHire
Not sure if this addresses all the issues: https://github.com/otland/otclient/pull/28/files
https://github.com/edubart/otclient/commit/344146ba2dcc9d0fd5f1106a391ad567b050b86d
Not sure if this addresses all the issues: https://github.com/otland/otclient/pull/28/files
Correct fix should be something similar to this https://github.com/edubart/otclient/pull/1119, the correct messageModsMap need to be checked for protocol 9.1.
https://github.com/edubart/otclient/pull/974
Really bad etiquette from server owner to display a list of banned players. It's the kind of information that should be private, and the only way to secure this is...
Yeah, it should be displayed somewhere, maybe even at characterprofile. I my point of view the problem is to have a section itself destinated just to exhibit them as banned...
I was starting something, but that shit is trouble, haha, each version stores it differently at database. ``` // return bans by account function fetch_account_bans($accountid) { if (Config('TFSVersion') === 'TFS_02')...