MW90-NL / httpeventserver

BSD 2-Clause "Simplified" License
1 stars 1 forks source link

outdated plugin #1

Open Jonathannavaxd opened 1 month ago

Jonathannavaxd commented 1 month ago

this plugin is outdated friend

MW90-NL commented 1 month ago

Hi Jonath, what are you using this for, and are you saying it isn't working anymore due to being outdated. I haven't played OSRS for a while

MW90-NL commented 1 month ago

Didn't mean to close the issue

NathanDunahoo commented 3 weeks ago

image

Thurdles commented 3 weeks ago

Yeah, having the same issue of it being outdated. OSRS just had a big update a couple weeks ago and since then it has not been working. Trying to use this plugin to get player position data and minimap data.

Dwayne-Zammit commented 1 day ago

Hi,

Just a tip to fix for the creator: I believe you can comment the below code to fix or find an alternative solution: path:runeliteclient\src\main\java\net\runelite\client\plugins\httpeventserver\HttpEventServerPlugin.java

code:

camera.addProperty("x2", client.getCameraX2());
camera.addProperty("y2", client.getCameraY2());
camera.addProperty("z2", client.getCameraZ2()); 

Regards