Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vizit0r

Pages: [1]
1
Stealth Client / Re: OSI Stealth
« on: July 14, 2018, 10:33:27 PM »
no answer from devs
few peoples has written to my skype about this problem - i'm answer to all of them.

Due to big problems with internet coonection i can't check&answer steath forum and scriptuo for last 3,5 month.

2
Stealth Client / Re: Function types and result
« on: May 01, 2017, 03:12:00 AM »
do not use "array of XXX" types as params or result type, thats bad practice in Pascal\Delphi.

Correct way in Pascal is to declare

type
  TMyArrType = array of array of XXX;

and than use it

function CheckTiles:TMyArrType;

and in all other places too.

3
Stealth Client / Re: InvalidOperationException after 7.9.9 update
« on: April 22, 2017, 06:17:46 PM »
okey, thanks.

4
Stealth Client / Re: Start Client
« on: April 21, 2017, 04:06:33 AM »
Put here content of debug.log, but not all - only lines about client start&patch
Like

Code: [Select]
02:02:42:184: Splash patched successful
02:02:42:190: "login.cfg" found. Patching...
02:02:42:190: login.cfg patched successful
02:02:42:205: Old Twofish encryption patched successful
02:02:42:206: Old Login encryption patched successful
02:02:42:207: Game decryption patched successful
02:02:42:237: MultiClient patched successful
02:02:42:319: ShardNameCutting patched successful
02:02:42:588: DLL injected sucessfully

5
Stealth Client / Re: ERangeError: Range Check Error
« on: April 21, 2017, 04:00:22 AM »
gentlemans, i'm not a medium - i can't fix a problem, if i know nothing about it.
If you write here about range errors instead of writing to my skype\icq - error will exist long time.

All errors, which sent to me by EurekaLogs - already checked and fixed. But in some cases i cant set error handlers, and you can see messages like in post before. In case of that - just write to me, give me script - and it will be fixed shortly. All is very easy.

6
Stealth Client / Re: InvalidOperationException after 7.9.9 update
« on: April 21, 2017, 03:53:47 AM »
BTW, Visit0r was trying to log in to view this, but I accidentally had him banned because of his email address (wildcard ban).  I've fixed that.  Sorry Visit0r.  :)

I blame your evil Russian spammer brothers. heheh
yeah, thats was big surprise for me - permban w\out any reason :)

One my friend have same story when try to register here


Quote
ZeroDX (21:16:50 19/04/2017)
Везде ответил...

An Error Has Occurred!
Sorry Guest, you are banned from using this forum

7
Stealth Client / Re: Getting Disconnected(Duplicates are not allowed)
« on: June 01, 2016, 08:19:07 PM »
long, long time ago this bug fixed.
Just use newest version (7.4 instead of 6.7.1)

8
Stealth Client / Re: NPC Shop problem
« on: January 22, 2016, 10:44:31 AM »
Using GetShopList() to get string of ShopList
Code: [Select]
№: 13|ID:|$4074BD4D|type|$0DF0|Color|$0000|Name|black staff|Price|13|Cliloc||Quantity|19
....
№: 79|ID:|$408EBEA7|type|$0DF0|Color|$0000|Name|black staff|Price|13|Cliloc||Quantity|40 <-- this item's quantity should be 1 (that is I sell back to the vendor)

Also, if the shop have more than 1 item with same type and color like above. You may buy more item that you set in AutoBuy(type,color,quantity)

In above case, if you AutoBuy(0x0DF0, 0x0000, 1) , you will buy 2 items.

give me char+shard+script for test. Char must be in position near vendor.
Better via ICQ or Skype, PM here i'm check no so often :)


if you can contact Vizit0r, would you please suggest to provide a function to clear all AutoBuy / AutoSell?
On the develop stage, It make me lots of trouble due to forget the reset the list of AutoBuy items...
ok

Furthermore, can AutoBuy / AutoBuy to omit the Color? I need to call twice on buy items if the Color is vary on the vendor(Tailor).
if collor differs - thats 2 items in buy list

And i don't really understand the AutoBuyDelay? It delay the Buy process after receive shop list?
yes. remind, that in last published Stealth version have a bug - AutoBuy(Sell)Delay in secs, not in ms, as written in wiki. In next version value back to ms.


9
Stealth archive / Re: Stealth - Alternate UO Client FAQ
« on: January 20, 2012, 10:59:32 PM »
I dont want to discourge you to use stealth, but stealth/profiles.dat contains your account and password in plain text.
yes, it is.
what sense to make crypt, if anyone can take this file (stealed from your comp) and put it in his Stealth directory - and log in with your acc without any uncrypt of file? Bind crypt of file to comp (serials, etc) - bad way, because Stealth from beginning planned and made as portable client - move few Stealth files and log in game. if UO files exists on comp - good, no UO files - work with few limitation, but work!

So - protect your PC better. Firewall + Antiviral Software make stealing of file almost impassible. Don't give files to unknown persons. Etc...

Pages: [1]