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

Recent content by My420Time

  1. M

    [Plugin] DemonStats

    That message just means my code couldn't talk to your router and automatically open the port for you. Everything else should run just the same. You are connecting with the IP address and not localhost correct?
  2. M

    1.7.1.5 Lagging on non-combat moving

    If your lagging during town runs due to the swapper errors try my fix in the bug fix thread. Is there another specific time you can narrow your lag down to? I.e. a certain ability use, certain mobs come on the screen, or something along those lines to help me find out what is doing it...
  3. M

    [Plugin] DemonStats

    Make sure you are on the version 5. That is the only reason it would crash after taking a screenshot. Version 4 had a bug in it that would crash if there wasn't already a certain file created but that was fixed.
  4. M

    @addiktion Growl Notifications with Trinity

    Compile it as a console application instead of a plugin for demonbuddy. Then test away.
  5. M

    Rend/Code help please.

    Your code: if (playerStatus.dCurrentHealthPct <= 0.45 && hashPowerHotbarAbilities.Contains(SNOPower.Barbari an_Rend) && iAnythingWithenRange [RANGE_12] > 1) return new GilesPower(SNOPower.Barbarian_Rend, 0f, playerStatus.vCurrentPosition, iCurrentWorldID, -1, 1, 0, SIGNATURE_SPAM); Code...
  6. M

    Rend/Code help please.

    No promises... you could have just looked at the code and compared though. if (playerStatus.CurrentHealthPct <= 0.45 && hashPowerHotbarAbilities.Contains(SNOPower.Barbari an_Rend) && iAnythingWithenRange [RANGE_12] > 1) return new GilesPower(SNOPower.Barbarian_Rend, 0f...
  7. M

    [1.7.1.6] Bugs Compendium

    Description: Spams weapon swap every town run even if you don't have it enabled. Causing lag and performance drop. Verified this no longer happens using forced town runs. --EDIT-- Forgot to mention that I tested this on the latest development build as well to see if it was resolved. I still...
  8. M

    @addiktion Growl Notifications with Trinity

    Fixed it for you.
  9. M

    [Plugin] DemonStats

    I only have 1 account but that should be easy to get around as well. Will write a GUI for changing the port and have it save those settings per character.
  10. M

    @addiktion Growl Notifications with Trinity

    Will take a look at it sometime tomorrow. Just copied and pasted the growl code from that site didn't look over it much to check it.
  11. M

    @addiktion Growl Notifications with Trinity

    Using your LAN IP of the desktop running DB would not work, you need to use the IP of the growl server. Also, you can test this just fine without Visual Studio. Just place the files in the correct folders in the trinity folder. After that you just need a small modification to...
  12. M

    [Plugin] DemonStats

    Ending up leaving the password and username out of version 5 but it will be in the next one hopefully.
  13. M

    @addiktion Growl Notifications with Trinity

    Gave you everything you needed. You should be able to go into NotificationManager.cs under SendNotification and add the GrowlSendMain call. Of course you will need to put you settings into the variables like in the examples at the top.
  14. M

    @addiktion Growl Notifications with Trinity

    Ok, so here is the code you requested. Converted it with just notepad before so couldn't check it but compiles without issue now. According to Sending Growl Notifications From CSharp*|*Michael E. Chancey Jr. it should work. You will need to modify SendNotification in NotificationManager.cs. Also...
  15. M

    Gem Crafter

    Pretty neat what you have done here. There are ways to image search in C# as well and I might consider porting this into a plugin. Below is one post that is talking about it for Diablo 3 as well as in C#. [C#] [Source] Find image in image
Back
Top