scriptsdk / CSharp-ScriptSDK-Legacy

ScriptSDK is an advanced extension written in .NET. The framework is based on a local tcp socket protocol library written by maxwell and extend the provided architecture by additional methods and handlers.
GNU General Public License v3.0
9 stars 11 forks source link

Adding messages to journal does not work #3

Open Bosek opened 8 years ago

Bosek commented 8 years ago

Adding messages to journal does not work via these:

Stealth.Client.AddToJournal(string msg)
Stealth.Client.AddToSystemJournal(string msg)
ScriptSDK.Engines.GameClient.GetClient().Player.Journal.AddMessage(string msg, ScriptSDK.Data.JournalType type)

I've tried different JorunalTypes, nothing.

Crome696 commented 8 years ago

I will check this out asap..

Crome696 commented 8 years ago

Did you tried, if you can add those messages to stealth client via pascal? The point is, if stealth client itself cant do it in pascal, then its not an SDK but a Stealth bug.

For future reference please also add your Stealth Build Version to Requests..

Thank you!