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!

Status
Not open for further replies.

kimraw

New Member
Joined
Oct 21, 2015
Messages
3
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Coroutines\BuyItemsFromVendor.cs(16,7) : warning CS0105: 'Zeta.Common'에 대한 using 지시문을 이미 이 네임스페이스에서 사용했습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Coroutines\BuyItemsFromVendor.cs(17,7) : warning CS0105: 'Zeta.Bot'에 대한 using 지시문을 이미 이 네임스페이스에서 사용했습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Coroutines\TakeItemsFromStash.cs(12,7) : warning CS0105: 'Zeta.Common'에 대한 using 지시문을 이미 이 네임스페이스에서 사용했습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Coroutines\TakeItemsFromStash.cs(13,7) : warning CS0105: 'Zeta.Bot'에 대한 using 지시문을 이미 이 네임스페이스에서 사용했습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Movement\StuckHandler.cs(11,7) : warning CS0105: 'System.Threading.Tasks'에 대한 using 지시문을 이미 이 네임스페이스에서 사용했습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Settings\Loot\ItemListSettings.cs(27,7) : warning CS0105: 'System.Text'에 대한 using 지시문을 이미 이 네임스페이스에서 사용했습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Settings\Loot\ItemListSettings.cs(28,7) : warning CS0105: 'System.IO'에 대한 using 지시문을 이미 이 네임스페이스에서 사용했습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Framework\Grid\GridPoint.cs(5,19) : warning CS0660: 'Trinity.Framework.Grid.GridPoint'은(는) == 연산자 또는 != 연산자를 정의하지만 Object.Equals(object o)를 재정의하지 않습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Framework\Grid\GridPoint.cs(5,19) : warning CS0661: 'Trinity.Framework.Grid.GridPoint'은(는) == 연산자 또는 != 연산자를 정의하지만 Object.GetHashCode()를 재정의하지 않습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Items\ItemWrapper.cs(12,18) : warning CS0660: 'Trinity.Items.ItemWrapper'은(는) == 연산자 또는 != 연산자를 정의하지만 Object.Equals(object o)를 재정의하지 않습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Cache\CacheData.Player.cs(230,37) : error CS0266: 암시적으로 'long' 형식을 'int' 형식으로 변환할 수 없습니다. 명시적 변환이 있습니다. 캐스트가 있는지 확인하십시오.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Cache\CacheData.Player.cs(267,39) : error CS0266: 암시적으로 'long' 형식을 'int' 형식으로 변환할 수 없습니다. 명시적 변환이 있습니다. 캐스트가 있는지 확인하십시오.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Cache\CacheData.Player.cs(269,44) : error CS0266: 암시적으로 'long' 형식을 'int' 형식으로 변환할 수 없습니다. 명시적 변환이 있습니다. 캐스트가 있는지 확인하십시오.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Cache\CacheData.Player.cs(271,34) : warning CS0618: 'Zeta.Game.Internals.Service.BnetHero.CurrentDifficulty'은(는) 사용되지 않습니다. 'This has been removed from BnetHero, this will always return GameDifficulty.Normal'
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Coroutines\CoroutineHelper.cs(168,40) : warning CS1998: 이 비동기 메서드에는 'await' 연산자가 없으며 메서드가 동시에 실행됩니다. 'await' 연산자를 사용하여 비블로킹 API 호출을 대기하거나 'await Task.Run(...)'을 사용하여 백그라운드 스레드에서 CPU 바인딩된 작업을 수행하십시오.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Coroutines\Gamble.cs(136,41) : warning CS1998: 이 비동기 메서드에는 'await' 연산자가 없으며 메서드가 동시에 실행됩니다. 'await' 연산자를 사용하여 비블로킹 API 호출을 대기하거나 'await Task.Run(...)'을 사용하여 백그라운드 스레드에서 CPU 바인딩된 작업을 수행하십시오.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Coroutines\Resources\CoroutineHelper.cs(168,40) : warning CS1998: 이 비동기 메서드에는 'await' 연산자가 없으며 메서드가 동시에 실행됩니다. 'await' 연산자를 사용하여 비블로킹 API 호출을 대기하거나 'await Task.Run(...)'을 사용하여 백그라운드 스레드에서 CPU 바인딩된 작업을 수행하십시오.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Helpers\IPluginCommunicator.cs(78,30) : warning CS0168: 'ex' 변수가 선언되었지만 사용되지 않았습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Helpers\IPluginCommunicator.cs(115,34) : warning CS0168: 'ex' 변수가 선언되었지만 사용되지 않았습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Helpers\MemoryHelper.cs(64,34) : warning CS0168: 'ex' 변수가 선언되었지만 사용되지 않았습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Helpers\MemoryHelper.cs(74,34) : warning CS0168: 'ex' 변수가 선언되었지만 사용되지 않았습니다.
Compiler Error: c:\Users\Ro\Downloads\DemonbuddyBETA 1.1.2756.573\Plugins\Trinity\Helpers\ToStringReflector.cs(16,32) : warning CS0168: 'properties' 변수가 선언되었지만 사용되지 않았습니다.
 
재설치하시고 이지업데이트에 트리니티 체크해제하시고 한번 해보세요
 
해결됬습니다. 감사합니다. 트리니티 파일을 다시 넣으니 되네요~
 
Status
Not open for further replies.
Back
Top