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 TableViews broken on bot store version of bots

Joined
Feb 26, 2015
Messages
822
Zasz's questing bot after loading the player's equipped items into a tableview (bot store copy)
Y19nNO9.png


Alpha Slayer after loading the player's equipped items into a tableview (bot store copy)
r9Rt1Hl.png


Alpha Slayer after loading the player's equipped items into a tableview (local copy in sdk mode)
upHXqyZ.png
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
You guys aren't properly accounting for the obfuscation.
Please outline what the best practices are.
 
Are you using PropertyValueFactory? This would mean the property is accessed via reflection and if we obfuscate the property it can't be found anymore!

Solution: Use setCellValueFactory instead.
 
Top