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

questing error

perifear

New Member
Joined
Jan 6, 2011
Messages
44
Reaction score
0
hey when questing using the 1-60 human quest script from kaz i get this error Could not create current in quest bot; exception was thrown
Object reference not set to an instance of an object.

and then the bot stops :(
 
Code:
[23:48:38:140] System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at ShamWOW.ShamWOW.Safe_CastSpell(WoWUnit unit, String sSpellName, SpellRange chkRng, SpellWait chkWait)
[23:48:38:140] EXCEPTION in Combat() - HonorBuddy API or CC Error
[23:48:38:140] System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at ShamWOW.ShamWOW.Safe_CastSpell(WoWUnit unit, String sSpellName, SpellRange chkRng, SpellWait chkWait)
   at ShamWOW.ShamWOW.Safe_CastSpell(String sSpellName, SpellRange chkRng, SpellWait chkWait)
   at ShamWOW.ShamWOW.LightningBolt()
   at ShamWOW.ShamWOW.CombatElemental()
   at ShamWOW.ShamWOW.CombatLogic()
   at ShamWOW.ShamWOW.Combat()

that almost looks like a .net error

make sure you have .net 3.5 sp1 installed

ah, also

Code:
[23:30:25:156] Compiling quest behavior from 'H:\Documents and Settings\chris17\My Documents\honorbuddy\Quest Behaviors\InteractWith.cs'
[23:30:25:468] Could not compile quest behavior from 'H:\Documents and Settings\chris17\My Documents\honorbuddy\Quest Behaviors\InteractWith.cs'
[23:30:25:468] Line 314: Operator '*' cannot be applied to operands of type 'ulong' and 'int'
[23:30:25:468] Line 328: Operator '*' cannot be applied to operands of type 'ulong' and 'int'
[23:30:25:468] Could not create current in quest bot; exception was thrown

re download hb. you have a bad copy (you prob downloaded within 30 mins of it being released)
 
aww :( it worked all fine until that though, thanks for the quick replies! <3 ill try it right away :D
 
nothing to do with net framework

go at Shamwow thread and download the latest version of Shamwow CC and you should be fine
 
Back
Top