(edited by ilokogi.4015)
Showing Posts For ilokogi.4015:
Hi,
I need an advice,
Is it safe to use an Overwof extension, that is an overlay using the Mumble Link datas for get the position of my character and share (with ssl) this position (every 3 seconds max) with other users of the program ? The method is from this :
https://forum-en.gw2archive.eu/forum/community/api/GW2-s-Mumble-Link-context-data-format/first#post4975227
Seems to be approved by Cliff Spradlin on this post.
Then each user of this program can show in the overlay the nearest characters and click on their name to see a character file. They can write a description for their character, an different name if they want, and other informations only on this overlay.
Usefull for rolists, and certainly unusable to gain anything in the game.
What do you think about this ?
Thanks for help
Trying to compile npapi-mumble-link from github.com sources, maybe updated for utf8… but some problems :p file not found with mingw32-make
.charCodeAt(0) = 65533
… mumble().snapshot() use unicode without escaping/encoding ?! :/
(edited by ilokogi.4015)
I have accents problems with this.
“Mélandre” becomes “M?landre”
Ok it works. Thanks !
Searching what “<embed id=”mumble" width=“0” height=“0” type=“application/x-mumble-link”>" means and how to use the NPAPI plugin. Reading your files for Locationtracker but not easy ^^
My javascript crashes on this line :
if(navigator.mimeTypes[‘application/x-mumble-link’]){
(edited by ilokogi.4015)
I don’t find how to use the NPAPI plugin with my Overwolf app :/
Edit : type of mumble().identity is undefined
(edited by ilokogi.4015)
Thanks you all
Don’t know how to use the npapi part, but i found a way in python from https://github.com/zeeZ/gw2-location/blob/master/client/location_senkitten
thanks to the python tutorial I read today
Thanks, okay… I just have to understand how use this mumble link api with an Overwolf app :/
“okay you can use my app but you need to install overwolf and mumble !” >< Great !
Hello
I need for my app to get the position of my online character on PvE maps, with a request every 3, 4 seconds (would be great). Without the Mumble hack, is it possible ? The API can’t do that ?