BPAlpha
New Member
- Joined
- Jan 15, 2010
- Messages
- 594
- Reaction score
- 41
trying to make my allrounder use guild bank to take an deposit items but having problems with this line... any ideas on what im doing wrong??
this is error im getting
Code:
if (Lua.GetReturnValues("GetGuildBankItemLink(" + tab.ToString() + "," + slot.ToString() + ")", "trade.lua").Contains("36912"))
this is error im getting
Code:
[13:19:06:342] System.NullReferenceException: Object reference not set to an instance of an object.
at Guildcontrol.Guildcontrol.Pulse() in c:\Users\Desktop\HB\Plugins\Guildtest.cs:line 98
at Styx.Plugins.PluginWrapper.Pulse()