Searching addon named "CheckRR"
Posted: Fri Mar 10, 2017 4:11 pm
Hey folks,
I've seen a slayer guide blog where the poster mentions "CheckRR" addon for getting the renown rank of the enemy target.
But the link, that he is referring to, is a war.curse db link and as we all know, war curse is down.
Thus i've searched the whole www over diffrent search engines finding out nothing worthy.
I've found the programmer (an italian man) but before I distrub him ....
So ... I'm a software developer and it was time to get my hands dirty.
I've programmed a while in lua and I've tried to write a program in C# to gather the renown rank of a player from the ROR website (quite easy with POST).
But due to the fact, that in lua (integrated in warhammer) there is no possibility to get a http/POST socket up and send/get requests from the website. Neither it is possible to access IO to write and read the name of the target enemy and lookup with a C# program in the website armory the renown rank to send it in thefile back again.
Furthermore I've remembered that there is a way to persistent save variables .... SavedVariables.
But it doesn't work properly in my codes.
All I've got now is an addon that retreives the name of the target, but I'm stuck now here.
Ok ok ok you see I've done something, but all I've reached is just a tear in a waterfall.
Does anybody have this addon and is willing to share it with me?
OR: Is another lua/addon developer ready to share his/her knowledge with me to reach my superior goal: Getting the renown rank ingame from my target?
[Aunt EDITH:
The reason why I'm programming ways around is that the WAR API doesn't obtain a target.getRR() method as far as I've seen. If I'm totally on a false way, please tell me!
AND @ Staff: If obtaining renown rank of enemy by addon is forbidden, please tell me.]
I've seen a slayer guide blog where the poster mentions "CheckRR" addon for getting the renown rank of the enemy target.
But the link, that he is referring to, is a war.curse db link and as we all know, war curse is down.
Thus i've searched the whole www over diffrent search engines finding out nothing worthy.
I've found the programmer (an italian man) but before I distrub him ....
So ... I'm a software developer and it was time to get my hands dirty.
I've programmed a while in lua and I've tried to write a program in C# to gather the renown rank of a player from the ROR website (quite easy with POST).
But due to the fact, that in lua (integrated in warhammer) there is no possibility to get a http/POST socket up and send/get requests from the website. Neither it is possible to access IO to write and read the name of the target enemy and lookup with a C# program in the website armory the renown rank to send it in thefile back again.
Furthermore I've remembered that there is a way to persistent save variables .... SavedVariables.
But it doesn't work properly in my codes.
All I've got now is an addon that retreives the name of the target, but I'm stuck now here.
Ok ok ok you see I've done something, but all I've reached is just a tear in a waterfall.
Does anybody have this addon and is willing to share it with me?
OR: Is another lua/addon developer ready to share his/her knowledge with me to reach my superior goal: Getting the renown rank ingame from my target?
[Aunt EDITH:
The reason why I'm programming ways around is that the WAR API doesn't obtain a target.getRR() method as far as I've seen. If I'm totally on a false way, please tell me!
AND @ Staff: If obtaining renown rank of enemy by addon is forbidden, please tell me.]