Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 48 matches

by sibble
29.09.2015 20:25
Forum: General Discussion
Topic: Windows 10 FML
Replies: 4
Views: 9018

Re: Windows 10 FML

Correction...

Disabling Windows 10 UAC allowed me to use Client Dll again
by sibble
29.09.2015 20:24
Forum: General Discussion
Topic: Windows 10 FML
Replies: 4
Views: 9018

Re: Windows 10 FML

I disabled UAC, didn't do anything. Re-enabling UAC.
by sibble
29.09.2015 20:12
Forum: General Discussion
Topic: Windows 10 FML
Replies: 4
Views: 9018

Windows 10 FML

fixed

my fault
by sibble
19.09.2015 19:33
Forum: General Discussion
Topic: Using virtue not working? (code included)
Replies: 2
Views: 7561

Using virtue not working? (code included)

I tried

Code: Select all

Stealth.Client.UseVirtue("Honor");
didn't invoke anything

neither did:

Code: Select all

Stealth.Client.UseVirtue(Virtue.Honor");
I'm guessing it's my code, searching the documents couldn't find anything on it.

Maybe it's because of OSI?
by sibble
18.09.2015 18:00
Forum: Scripts
Topic: [V6, C#] FAIL - Fully Automated IDOC Looter (wip)
Replies: 2
Views: 8913

[V6, C#] FAIL - Fully Automated IDOC Looter (wip)

Download Source: http://fail.sourceforge.net ScriptSDK: http://scriptsdk.sourceforge.net **Updated to latest ScriptSDK.  In order to compile, you also need ScriptSDK. Current Stage: This project is far from being finished.  I am posting what I have for educational purposes.  There is no projected da...
by sibble
17.09.2015 19:40
Forum: General Discussion
Topic: MaxHits sometimes is incorrect
Replies: 11
Views: 13998

Re: MaxHits sometimes is incorrect

Gone post my script to see if anyone wants to try and reproduce. Getting incorrect health readings from pets. Script: http://pastebin.com/Y0NKNHnC Using: http://sourceforge.net/projects/scriptsdk/files EDIT: NEW INFORMATION! I disconnected the profile, reconnected, and script is working!!! Getting c...
by sibble
17.09.2015 4:10
Forum: General Discussion
Topic: Trying to loot items from someone else's corpse?
Replies: 1
Views: 6736

Trying to loot items from someone else's corpse?

Two scripts running, separate computers. Both looting same corpse, players in separate parties. They have separate loot. Script running loots corpses, same loot rules. Character A gets an item, Character A loots item. Character B tries to loot the same item and gets "You cannot pickup that item...
by sibble
15.09.2015 2:51
Forum: Help
Topic: Find also searches backpack?
Replies: 2
Views: 3986

Find also searches backpack?

Anyone have a problem where you have a find running on a specific container, and you get hits for stuff in your backpack even though that location was not specified?
by sibble
15.09.2015 2:08
Forum: Scripts
Topic: [V6, C#] Egg Farmer (installer, self-updating, stable)
Replies: 1
Views: 7879

Re: [V6, C#] Egg Farmer (installer, self-updating, stable)

Updated script, as well as download links.
by sibble
15.09.2015 2:02
Forum: General Discussion
Topic: MaxHits sometimes is incorrect
Replies: 11
Views: 13998

Re: MaxHits sometimes is incorrect

was using this formula for getting % for both self and other

Code: Select all

                var _maxhits = MaxHits;
                var _hits = Hits;
                if (_maxhits > 0 && _hits > 0)
                    return (_hits * 100 / _maxhits);
                else
                    return 0;
by sibble
15.09.2015 2:00
Forum: General Discussion
Topic: MaxHits sometimes is incorrect
Replies: 11
Views: 13998

Re: MaxHits sometimes is incorrect

It's always for another character, not self.
by sibble
14.09.2015 16:42
Forum: General Discussion
Topic: MaxHits sometimes is incorrect
Replies: 11
Views: 13998

MaxHits sometimes is incorrect

Debugging a healing script that sometimes doesn't heal when it should, or heals when it shouldn't. At those times, MaxHits returns something really low like 25 when it should be returning 137 (example.)

1 in 100
by sibble
21.08.2015 17:47
Forum: Основной раздел
Topic: Stealth 6
Replies: 403
Views: 285536

Re: Stealth 6

I can't find your ICQ