exia Joined Nov 3, 2013 Messages 609 Mar 1, 2016 Thread Author #1 Can you add a function to PlayerSense called getSeed that will generate the same seed for a forum user xor with the currently logged in RS username?
Can you add a function to PlayerSense called getSeed that will generate the same seed for a forum user xor with the currently logged in RS username?
C cloud Engineer Joined Jul 28, 2013 Messages 2,776 Mar 6, 2016 #2 Can you be a bit more specific? We don't actually use a seed in the form of a long currently iirc.
exia Joined Nov 3, 2013 Messages 609 Mar 6, 2016 Thread Author #3 Cloud said: Can you be a bit more specific? We don't actually use a seed in the form of a long currently iirc. Click to expand... Essentially, I want some sort of hash that will be unique for each player, ideally one based on forum user name, and on based on RSN. Actually, I can probably just do it myself.
Cloud said: Can you be a bit more specific? We don't actually use a seed in the form of a long currently iirc. Click to expand... Essentially, I want some sort of hash that will be unique for each player, ideally one based on forum user name, and on based on RSN. Actually, I can probably just do it myself.
arbiter Mod Automation Joined Jul 26, 2013 Messages 3,046 Apr 6, 2016 #4 Players.getLocal().getName().hashCode()