I'm looking to write a REALLY simple script to just click cancel for powerleveling my alts on GHOM runs. Can't seem to pull that value and maybe it's handled by trinity in this case (which I don't need since he's just going to stand in town).
EDIT: may have been too quick to post this. Think the solution below works but I can't test with the current script yet. Maybe this would be easier if I ran party bot but I don't want to use that just yet.
Edit the trinity file /helpers/GameUI.cs, change the accept section to the return value below. This was line 86 for trinity 1.9.8
EDIT: may have been too quick to post this. Think the solution below works but I can't test with the current script yet. Maybe this would be easier if I ran party bot but I don't want to use that just yet.
Edit the trinity file /helpers/GameUI.cs, change the accept section to the return value below. This was line 86 for trinity 1.9.8
Code:
return UIElement.FromHash(0xCC56694B0659218D);
Last edited: