ScriptUO

Scripting Resources & Utilities => Stealth Client => Topic started by: wokao98 on July 10, 2017, 03:47:59 AM

Title: InvalidOperationException 8.0.2 update
Post by: wokao98 on July 10, 2017, 03:47:59 AM
hi, all
i get this error  after updated the Stealth to version 8.0.2:

for (int i = 0; i < Eggs.Count; i++)
{
       Stealth.Client.MoveItem(Eggs.Serial.Value, 1, Self.Backpack.Serial.Value, 0, 0, 0);
}

Can anyone help me. thanks.
Title: Re: InvalidOperationException 8.0.2 update
Post by: Tidus on July 10, 2017, 03:05:58 PM
This could be due to ScriptSDK not being updated fully to support Stealth Version 8 yet.  You may want to go back to a 7.X and see where it stopped working for you.  Also I don't see an error code or anything I just see the actual code.....