Welcome!

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

Sign up now!

Resolved [Osrs] Player names incorrect, causes failed interactions and queries

Joined
Aug 23, 2015
Messages
1,961
  • getLogger().info(Players.newQuery().results().asList().toString()); displays the names as all lower case, and with underscores instead of spaces
  • Querying with a "correct" name will produce an empty query results
  • Querying with a name that runemate recognizes such as "lowercase" when the real name is "Lowercase" will get the player, but interactions with them will fail
The interaction I was trying was "toTrade.interact("Trade with")" where toTrade is a player who is not myself.

@Cloud @Party
 
Top