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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

JGlideMon - The Original MMOGlider Monitor Now For HB (Updated)

Sjaak, if you can give me a patch file I'll look at it. I did look a little at it myself this week but I figured it was better to work on the Darkmoon Faire quests since there is a limited timeframe.
 
Sjaak, if you can give me a patch file I'll look at it. I did look a little at it myself this week but I figured it was better to work on the Darkmoon Faire quests since there is a limited timeframe.

No worries.. Darkmoon fare quest are loved and atm more wanted.. so :)
I just wanted the monk to work.. as i said it's still not fully tested:) but it connects, sees the monk :)

But TIm you should have a PM.

---update--

also i will take a look a RealID wispers later this week and look in to a possible fix for Ipad as it will not show loot and bot tabs.
 
Last edited:
Its 2wire, i set 3200-3210


Btw CSL5707...

Did you set in your Router.. to forward to your hb and Gliderhosting pc mac adress? if it's not set to the correct mac adress it will never work..
 
Amazing of a job. Loving this and missed it from Glider. Only downside is to create 3 seprate Honorbuddy folders because I was unable to access the port settings from GUI, so I had to do this manually. Either way, works flawless.

A little thing though, not that it actually matters but the Energy tracking for ferals is always at Rage. Incase you actually care enough to change something silly as that. :D
 
I don't know if it's a wrong configuration or whatever but I can's see the looted items or the looted gold.
Have you alerted about it before? TY
 
Rooted, I've discovered that bug while looking into adding monk support (which is in the works, just need to do some more testing). It requires some tweaking to GliderRemoteCompat, not JGlideMon itself.

geo, the only time I've had trouble with GliderRemoteCompat crashing is when recompiling plugins without disabling it first and sometimes when adjusting the port setting. Once it's running it should be fine.

SergioGMR, if you're using a non-english wow client that would explain it.
 
Bump for 1.1 release with Monk support most notably.
Downloads: Downloads - jglidemon - Java-based Remote Monitor for MMOGlider - Google Project Hosting

JGlideMon ChangeLog

Version 1.1
-----------
- Will now recognize loot in the form of "Received # of item: [Item]."
- Experience pane will no longer be shown and hidden again when momentarily
disconnected from the bot when your character is at max level.
- Added Monk support. It will always display mana (and never energy) until
GliderRemoteCompat is updated.
Also corrected code so that if new classes
are ever added in the future, JGlideMon will still work but simply label
the class as Unknown instead of not working altogether.
 
Hello,

It seems that there is a weird bug when I enable the plugin GliderRemoteCompat when starting the bot.
The error disappear when I disable it.

Code:
[17:31:16.069 D] System.NotSupportedException: The invoked member is not supported in a dynamic assembly.
   at System.Reflection.Emit.InternalAssemblyBuilder.get_Location()
   at ‘...ctor(String path)
   at Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper.()
   at Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper.GetAssembly()
   at Bots.Quest.QuestOrder.ForcedCodeBehavior..ctor(CodeNode codeNode)
   at Bots.Quest.Actions.ForcedBehaviorExecutor.(OrderNode )
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
[17:31:16.068 N] Could not create current behavior in quest bot; exception was thrown
[17:31:16.069 D] System.NotSupportedException: The invoked member is not supported in a dynamic assembly.
   at System.Reflection.Emit.InternalAssemblyBuilder.get_Location()
   at ‘...ctor(String path)
   at Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper.()
   at Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper.GetAssembly()
   at Bots.Quest.QuestOrder.ForcedCodeBehavior..ctor(CodeNode codeNode)
   at Bots.Quest.Actions.ForcedBehaviorExecutor.(OrderNode )
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
[17:31:16.070 D] Stop called!
[17:31:16.071 Q] Bot Stopped! Reason: Could not create current behavior in quest bot, exception was thrown.
[17:31:16.085 D] Activit?: Honorbuddy arr?t?
[17:31:17.090 D] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.()
[17:31:17.093 D] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.CommonBot.TreeRoot.()
[17:31:17.090 D] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.()
[17:31:17.093 D] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.CommonBot.TreeRoot.()

This seems to come from the TcpServer. When I edit the source code and comment it out, the bot is working fine.
Any idea on how to solve this issue ?

Regards
 
Hello,
This seems to come from the TcpServer. When I edit the source code and comment it out, the bot is working fine.
Any idea on how to solve this issue ?
Define "it" (file/line number). What did you comment out? All I can say is I haven't seen any similar issue. Make sure you've updated to the latest HB.
 
Hi. I am pretty bad at technical internet settings, and I have been trying for hours but cannot get this to work. So I get that I have to set the router of the computer I am botting on to port forward port 3201, which I have selected in the jglidemon app port. The host name is local host, so now what do I do to actually monitor what is going on? Say I go to the store, how can I monitor my bots? What do I physically do on my iphone to allow me to see this, step by step please.
 
Define "it" (file/line number). What did you comment out? All I can say is I haven't seen any similar issue. Make sure you've updated to the latest HB.

Sorry for being a little vague :)

It was this file : Server.cs - jglidemon - Java-based Remote Monitor for MMOGlider - Google Project Hosting
if I remove lines 33 - 34 - 35
Code:
settings = ServerSettings.Instance;
tcpListener = new TcpListener(IPAddress.Any, settings.Port);
tcpListener.Start();

There is no error. (but obviously the plugin does not work.. :))
I really don't understand why the TCPServer is breaking HB. It was working with the previous HB version. I am going to try with the new version released today.

Thanks
 
Kissyline,
the very same problem here. Iv'e just tracked it down to GliderRemteCompat.
have you found any workaround yet?
 
Anybody have a workaround for the screenshots not working ? Everything else seems to be working but no screenies :(
 
Anybody have a workaround for the screenshots not working ? Everything else seems to be working but no screenies :(
Care to provide any details or are you just assuming I know what you're talking about, which I don't.
 
Care to provide any details or are you just assuming I know what you're talking about, which I don't.

I'm not assuming anything. Somebody mentioned the screenshots not working in another JGlider post. I thought the software is supposed to take a screenshot every 5 or 10 seconds depending on the setting and then display it in the application or web interface? Which in my case it's not.

The application works after I installed Windows 7. Maybe it doesn't work with Windows XP or there is something missing from the Windows XP installation which causes the application not to work.
 
Last edited:
HI. i've not the access to my router code so i need to host it on a webserver (ex: efees.net). Can anyone explain it to me plz ? THx
 
Does this plug in still working or broken? I tried last night with my monk, it doesn't show anything (stats, loot etc)

Edit: sry it's working now. guess a config error.
 
Last edited:
Back
Top