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

Hero is invalid

Status
Not open for further replies.

stud4fun

New Member
Joined
Dec 21, 2012
Messages
717
Reaction score
4
Does anyone know why I get this error?
How often do you get this error? and how did you fix it?
Thank you for answers
 
yep ! add this : (Trinity/Plugin.cs - line66)
Code:
if (ZetaDia.Memory.CacheEnabled)
    ZetaDia.Memory.DisableCache();
Shared by Tony in the support section
 
make sure you are using latest Trinity,should be fixed
 
yep ! add this : (Trinity/Plugin.cs - line66)
Code:
if (ZetaDia.Memory.CacheEnabled)
    ZetaDia.Memory.DisableCache();
Shared by Tony in the support section

Don't add that, it's gonna decrease the performance of the bot a lot, it's not meant to be a fix.
 
yep ! add this : (Trinity/Plugin.cs - line66)
Code:
if (ZetaDia.Memory.CacheEnabled)
    ZetaDia.Memory.DisableCache();
Shared by Tony in the support section


never shared something like that O.o
 
Don't add that, it's gonna decrease the performance of the bot a lot, it's not meant to be a fix.
I've performance increased with it :confused:

Use that since 2 weeks, 0 error in HandleTarget
Tony you shared it in a plugin by Nesox "CacheDisabler"
 
Last edited:
I've performance increased with it :confused:

Use that since 2 weeks, 0 error in HandleTarget
Tony you shared it in a plugin by Nesox "CacheDisabler"


i shared the plugin per Nesox's request thats true,but never encourage people to edit stuff manually :)
 
yep ! add this : (Trinity/Plugin.cs - line66)
Code:
if (ZetaDia.Memory.CacheEnabled)
    ZetaDia.Memory.DisableCache();
Shared by Tony in the support section

line 66 has this " if (ZetaDia.Me == null)"

Could you tell me what is the code written before put this " if (ZetaDia.Memory.CacheEnabled)
ZetaDia.Memory.DisableCache();"

Between what code should I put the code you suggested?
Thank you
 
if you still got issues,open a thread undersupport issues section providing your log file as attachment plz

closed
 
Status
Not open for further replies.
Back
Top