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

Bug with Keyrun 1.3 and new CE giles plugin?

ozzborn

New Member
Joined
Oct 8, 2012
Messages
42
Reaction score
0
When I updated to the newest Giles CE edition and trying to use keyrun plugin it will not load, it says that there is an error trying to find something in GilesTrinity for the keyrun plugin, just wondering if anyone else is having this problem with the keyrun plugin and new Giles or it is just me, I have tried fresh install.

Is there any way to merge keyrun plugin with Giles so it is not required to be separate plugin?

http://www.thebuddyforum.com/demonb...-a1-a3-inferno-keywarden-hunt-randomized.html
 
Just look at the error and edit the Keyrun.cs file. I use the same plugin and with the new Trinity version, they changed a variable name from dCurrentPlayerHealthPct (or something like that) to just CurrentPlayerHealthPct. If you look at the errors, it tells you the 2 lines that the variable is on, just remove the initial lowercase d.
 
Just look at the error and edit the Keyrun.cs file. I use the same plugin and with the new Trinity version, they changed a variable name from dCurrentPlayerHealthPct (or something like that) to just CurrentPlayerHealthPct. If you look at the errors, it tells you the 2 lines that the variable is on, just remove the initial lowercase d.


Thank you very much got it fixed now. Just did a search for dCurrent as you suggested and got rid of the d in front of the 2 variables that were in the file.
 
have a problem with Keyrun 1.3...
log:
Compiler Error: c:\Bot2\Plugins\KeyRun\KeyRun.cs(254,87) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'bWantToTownRun'
Compiler Error: c:\Bot2\Plugins\KeyRun\KeyRun.cs(276,31) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'lastRefreshedObjects'
Compiler Error: c:\Bot2\Plugins\KeyRun\KeyRun.cs(277,31) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'RefreshDiaObjects'
Compiler Error: c:\Bot2\Plugins\KeyRun\KeyRun.cs(283,88) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'bWantToTownRun'
Compiler Error: c:\Bot2\Plugins\KeyRun\KeyRun.cs(338,87) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'bWantToTownRun'
Compiler Error: c:\Bot2\Plugins\KeyRun\KeyRun.cs(611,19) : warning CS0472: The result of the expression is always 'true', because the value of the type 'float' can not be a null value type 'float?'


how to fix it??? Help please .... thanks in advance
 
downloaded 1.4, does not work .... all as an error (((
 
i got that error too.it works now after a complete fresh install of db
 
Back
Top