Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

v2.4.16 - new Logging and GroundItem projection

Client Developer
Joined
Oct 12, 2015
Messages
3,760
Hybrid
Logging
  • Introduced session specific logging. A new log file will now be created for each new bot instance.
  • To facilitate this we have introduced the BotLogger class which you can access via AbstractBot#getLogger(), Task#getLogger(), BranchTask#getLogger() and LeafTask#getLogger().
  • It is highly recommended that Bot Auhors switch to using this logger as opposed to the usual System.out and System.err
MetaData
  • Exposed ScriptMetaData#getAuthorId()
ChatDialog
  • ChatDialog Continue and Option now implement the Selectable interface
Area
  • Added Area#derive() to shift an area's position by a given x/y.
DepositBox
  • Added DepositBox#depositAllExcept()
Environment
  • Exposed Environment.getRuneScapeProcessId()

OSRS
DepositBox
  • Fixed DepositBox.close() which was causing Prime Fishing to fail at times, this should now be resolved.
GroundItems
  • Perfect projection for items on tables and ground - we are the first client to get this 100% correct on both RS3 and OSRS without using any hacks.

RS3
WorldHop
  • Fixed RS3 World Hop which was causing premium bots that relied on it to stop working.
MakeXInterface
  • Added getItems()
 
Last edited:
Joined
Jan 27, 2017
Messages
10
Hybrid
Logging
  • Introduced session specific logging. A new log file will now be created for each new bot instance.
  • To facilitate this we have introduced the BotLogger class which you can access via AbstractBot#getLogger(), Task#getLogger(), BranchTask#getLogger() and LeafTask#getLogger().
  • It is highly recommended that Bot Auhors switch to using this logger as opposed to the usual System.out and System.err
MetaData
  • Exposed ScriptMetaData#getAuthorId()
ChatDialog
  • ChatDialog Continue and Option now implement the Selectable interface
Area
  • Added Area#derive() to shift an area's position by a given x/y.
DepositBox
  • Added DepositBox#depositAllExcept()
Environment
  • Exposed Environment.getRuneScapeProcessId()

OSRS
DepositBox
  • Fixed DepositBox.close() which was causing Prime Fishing to fail at times, this should now be resolved.
GroundItems
  • Perfect projection for items on tables and ground - we are the first client to get this 100% correct on both RS3 and OSRS without using any hacks.

RS3
WorldHop
  • Fixed RS3 World Hop which was causing premium bots that relied on it to stop working.
MakeXInterface
  • Added getItems()
Hybrid
Logging
  • Introduced session specific logging. A new log file will now be created for each new bot instance.
  • To facilitate this we have introduced the BotLogger class which you can access via AbstractBot#getLogger(), Task#getLogger(), BranchTask#getLogger() and LeafTask#getLogger().
  • It is highly recommended that Bot Auhors switch to using this logger as opposed to the usual System.out and System.err
MetaData
  • Exposed ScriptMetaData#getAuthorId()
ChatDialog
  • ChatDialog Continue and Option now implement the Selectable interface
Area
  • Added Area#derive() to shift an area's position by a given x/y.
DepositBox
  • Added DepositBox#depositAllExcept()
Environment
  • Exposed Environment.getRuneScapeProcessId()

OSRS
DepositBox
  • Fixed DepositBox.close() which was causing Prime Fishing to fail at times, this should now be resolved.
GroundItems
  • Perfect projection for items on tables and ground - we are the first client to get this 100% correct on both RS3 and OSRS without using any hacks.

RS3
WorldHop
  • Fixed RS3 World Hop which was causing premium bots that relied on it to stop working.
MakeXInterface
  • Added getItems()

Ever since this update, i cannot use the client anymore. It says " failed because of IOE excepetion" any thoughts on this?
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
Ever since this update, i cannot use the client anymore. It says " failed because of IOE excepetion" any thoughts on this?

You should still have log files in C:/Users/yourUser/RuneMate/logs, can you post one here as an attachment, please.
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
Every single time, Senpai. I've tried fresh installing runescape, Runemate and even restarting my comp. nothing ever seems to fix it unless there's another update that comes through.

Make a thread in Client & Site Support and tag @Cloud with that log file, the RMI registry is his lovechild.
 
Top