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

After tonights update trinity is gone from plugins.

stegas

New Member
Joined
Oct 2, 2014
Messages
4
Reaction score
0
After tonights update trinity is gone from plugins, did full reinstall same thing.
Is it just to w8 for a new version or can i fix this somehow ?

Compiler Error: c:\Users\asd\Desktop\demonbuddy\Plugins\Trinity\Reference\ItemRanks.cs(10,7) : warning CS0105: The using directive for 'Zeta.Game.Internals' appeared previously in this namespace
Compiler Error: c:\Users\asd\Desktop\demonbuddy\Plugins\Trinity\Cache\RefreshItem.cs(63,35) : error CS0266: Cannot implicitly convert type 'Zeta.Game.Internals.Actors.GemQuality' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\Users\asd\Desktop\demonbuddy\Plugins\Trinity\Cache\RefreshObject.cs(106,30) : warning CS0168: The variable 'ex' is declared but never used
 
After tonights update trinity is gone from plugins, did full reinstall same thing.
Is it just to w8 for a new version or can i fix this somehow ?

Compiler Error: c:\Users\asd\Desktop\demonbuddy\Plugins\Trinity\Reference\ItemRanks.cs(10,7) : warning CS0105: The using directive for 'Zeta.Game.Internals' appeared previously in this namespace
Compiler Error: c:\Users\asd\Desktop\demonbuddy\Plugins\Trinity\Cache\RefreshItem.cs(63,35) : error CS0266: Cannot implicitly convert type 'Zeta.Game.Internals.Actors.GemQuality' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\Users\asd\Desktop\demonbuddy\Plugins\Trinity\Cache\RefreshObject.cs(106,30) : warning CS0168: The variable 'ex' is declared but never used



Update trinity through SVN, works fine.

Stated by Nesox:

Use the Trinity from rrrix's svn, the one that is shipped with Demonbuddy in the "Plugins" folder
or change line 63 in "e:\01 BUDDY\NYTT\Plugins\Trinity\Cache\RefreshItem.cs" so it looks like this:
Code:
c_ItemLevel = (int)diaItem.CommonData.GemQuality;
 
Back
Top