What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Automatic switch paragon points between main stat and vit

apollogg

Member
Joined
Apr 12, 2015
Messages
101
Reaction score
2
As a necro bone ringer RGK, I have to swtich from vit to main stats before RG spawn. I am using autohotkey script to automatically switch paragon points between main stat and vit, but sometimes it will make mistake because of internet lag issue.
I was wondering if anybody can write a plugin to do this,
OR I can write a plugin, but I need some help:

How to get these functions in DB:

open paragon window
"click" reset button
"click" accept button
"ctrl + click" to spend 100 paragon points every click

I read some Trinity codes, there two functions about paragon points

ZetaDia.Me.GetParagonBonus(item.DynamicType);
ZetaDia.Me.SpendParagonPoints(item.DynamicType, amount);

Regards,
 
Back
Top