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

Mr.Gearbuyer "NpcQueries" error

Maxwellreno

New Member
Joined
Nov 1, 2014
Messages
1
Reaction score
0
Compiler Error: c:\Users\Maxwell Reno\Desktop\honorbuddie\Plugins\MrGearBuyer\MrGearBuyer.cs(297,33) : error CS0103: The name 'NpcQueries' does not exist in the current context

----------
Mr.Gearbuyer is not working for me and when i click compile i get this error code, what am i doing wrong?!
 
Compiler Error: c:\Users\Maxwell Reno\Desktop\honorbuddie\Plugins\MrGearBuyer\MrGearBuyer.cs(297,33) : error CS0103: The name 'NpcQueries' does not exist in the current context

----------
Mr.Gearbuyer is not working for me and when i click compile i get this error code, what am i doing wrong?!

to resolve this call use
NpcResult npc = Styx.CommonBot.ObjectDatabase.Query.GetNpcById(firstItem.ItemSupplierId);
the plugin will compile again.
 
Back
Top