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

Search found 3917 matches

by Vizit0r
26.05.2020 6:18
Forum: Help
Topic: What Pascal interpreter does Stealth use?
Replies: 4
Views: 8421

Re: What Pascal interpreter does Stealth use?

all PS on forum
http://stealth.od.ua/forum/viewforum.php?f=3

i have no information about some repos with scripts.
by Vizit0r
19.05.2020 20:18
Forum: Help
Topic: What modules/units are available in Stealth's Pascal Script?
Replies: 5
Views: 8735

Re: What modules/units are available in Stealth's Pascal Scr

because this units are from delphi, most of this classes can be imported with stronh limitations, and some of them can be imported at all.
Pascal Script can't import overloaded methods, dont know about Pointers, etc. etc.

If you really need to use all this - better to use excternal Delphi scripts.
by Vizit0r
19.05.2020 20:16
Forum: Help
Topic: [SOLVED] "'BEGIN' expected"; How do I use Pascal "Units"?
Replies: 6
Views: 9230

Re: "'BEGIN' expected"; How do I use Pascal Units in Stealth

you should not run the, directly.

In your script write

uses checksave;

and after this you can call procedure CheckSave from this unit.
by Vizit0r
19.05.2020 20:14
Forum: Help
Topic: What Pascal interpreter does Stealth use?
Replies: 4
Views: 8421

Re: What Pascal interpreter does Stealth use?

correct, RemObjects Pascal Script with some small modifications.
by Vizit0r
17.05.2020 12:21
Forum: Help
Topic: how can i use SetContextMenuHook?
Replies: 15
Views: 23411

Re: how can i use SetContextMenuHook?

write me in discord, need char&account to check, whats going on there with context menus.
by Vizit0r
17.05.2020 12:19
Forum: Help
Topic: It's possible stop NewMoveXY?
Replies: 1
Views: 6182

Re: It's possible stop NewMoveXY?

Code: Select all

procedure MoverStop;
exists long time ago.
by Vizit0r
17.05.2020 12:18
Forum: Help
Topic: [SOLVED] "'BEGIN' expected"; How do I use Pascal "Units"?
Replies: 6
Views: 9230

Re: "'BEGIN' expected"; How do I use Pascal Units in Stealth

do you have folder Scripts\Uses\ in your Stealth folder? There many examples there.
If not - (re) download stealth from site.
by Vizit0r
17.05.2020 12:16
Forum: Requests
Topic: Can`t Connect ``Custom Client``
Replies: 1
Views: 11191

Re: Can`t Connect ``Custom Client``

solved :)
by Vizit0r
17.05.2020 12:15
Forum: ЧаВо
Topic: Автологин при нажатии Start Client
Replies: 1
Views: 10369

Re: Автологин при нажатии Start Client

в настройках стелса вкладка Server, слева внизу поставь все галки из раздела Client Dll Settings
by Vizit0r
06.05.2020 15:08
Forum: Help
Topic: its possible to enter a command that only stealth read?
Replies: 2
Views: 6250

Re: its possible to enter a command that only stealth read?

no.
Use hotkeys. F.e. methods, which will set globalvar value.
by Vizit0r
29.04.2020 17:59
Forum: Help
Topic: How can i find a non static tile and multis (like a boat)
Replies: 2
Views: 5881

Re: How can i find a non static tile and multis (like a boat

every multis has an corresponding item in object cache. Just check all items in World tab, and find it, and next you can find it using FindType.
by Vizit0r
19.04.2020 6:57
Forum: Основной раздел
Topic: can't find path to
Replies: 4
Views: 16108

Re: can't find path to

When Char cant step to point 3 times (received rejection from server) it marks this point as blocked.
So yes, ClearBadLocationList is a solution.

But really good way will be (as described before) to detect paralyze and pause moving until paralyze is gone.
by Vizit0r
05.04.2020 9:34
Forum: Основной раздел
Topic: Stealth 8 Release
Replies: 166
Views: 199970

Re: Stealth 8 Release

Stealth New Version : 8.10.2 * Fix in Verdata loading / Исправлена ошибка в загрузке вердаты * Fixed error raising, when script calling "TStringList.Loadfromfile" but file missing / Исправлено выкидывание ошибки при отсутствии файла, к которому обращаются из скрипта через "TStringList...
by Vizit0r
04.04.2020 20:22
Forum: Help
Topic: whats wrong with this script?
Replies: 2
Views: 6292

Re: whats wrong with this script?

operand / returns number with floating point (single, extended, double) operant div returns whole number (integer, word and other integral types) float types cant be used in "for to do" cycles condition Program Test; Var fx, fy : integer; const x0 = 0; x1 = 10; y0 = 0; y1 = 10; procedure F...
by Vizit0r
27.03.2020 16:06
Forum: Основной раздел
Topic: Stealth for Android
Replies: 14
Views: 283208

Re: Stealth for Android

да, когда будет возможность запускать скрипты через питон, либо получится прицепить ПС. И то и то возможно в течении месяца.