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

Search found 14 matches

by caiosc
25.12.2014 15:36
Forum: Help
Topic: Keep var value in DLL client
Replies: 1
Views: 3733

Keep var value in DLL client

Hello to all! I am having an issue and I'd like to know if anyone of you could help. I am developing a PVM script to use with the DLL client. For instance, I'd like to press F10 and get my stealth a procedure. The problem I am having is that I can't keep a certain value stored in a var. For exemple,...
by caiosc
18.11.2014 22:32
Forum: Help
Topic: How to call another program in a macro?
Replies: 2
Views: 4583

Re: How to call another program in a macro?

Got that!
Thank you!
by caiosc
18.11.2014 22:07
Forum: Help
Topic: How to call another program in a macro?
Replies: 2
Views: 4583

How to call another program in a macro?

I think this maybe kind of a simple questions, but I couldn't find the answer in Stealth manual. Is it possible to call another program in a macro? For instance, I have 2 scripts, 1 for Blacksmithy and another for Mining. Is it possible to call Mining after my ingots are done in the Blacksmithy macr...
by caiosc
17.11.2014 18:18
Forum: Help
Topic: Can't talk ingame and see what others say (graphic client)
Replies: 4
Views: 4535

Re: Can't talk ingame and see what others say (graphic clien

It was, in fact, my client's problemas. I just changed the version and reinstalled UO and everything worked fine.

Thank you for the help!
by caiosc
14.11.2014 18:24
Forum: Help
Topic: Can't talk ingame and see what others say (graphic client)
Replies: 4
Views: 4535

Re: Can't talk ingame and see what others say (graphic clien

Ultima Online Mondains Legacy

Client 3.0.0c
by caiosc
14.11.2014 2:39
Forum: Help
Topic: Can't talk ingame and see what others say (graphic client)
Replies: 4
Views: 4535

Can't talk ingame and see what others say (graphic client)

Hello to all! I have one question: I'm having problems talking inside the graphic client, using stealth. If I type inside the cliente, nothing shows and my "speech" doesn't appear in the journal. In the same way, I can't see what other players say. Otherwise, if I say something inside the ...
by caiosc
07.05.2013 2:28
Forum: Help
Topic: Split Stack
Replies: 3
Views: 4691

Re: Split Stack

Thanks man!

Can you explain just one thing? The numbers in this function: MoveItem(finditem, 1, backpack, 12, 12, 0) are coordinates (X, Y, Z) inside my backpack?
by caiosc
06.05.2013 22:36
Forum: Help
Topic: Split Stack
Replies: 3
Views: 4691

Split Stack

Is there a way to remove just 1 item out of a stack? I mean, I wanted to Smelt ore by ore in a forge: I have a stack with 60 ores. I wanted to remove just 1 ore out of it and smelt it. One way is to have a bag inside your backpack: you leave the stack inside the bag and then move just 1 ore to your ...
by caiosc
28.03.2013 18:19
Forum: Help
Topic: Clean bandages on water
Replies: 0
Views: 4361

Clean bandages on water

I'm doing a script for training healing. I want to use the bandages, and when the clean bandages is over, I'll clean the bandages on the sea. This is the script for cleaning the bandages; Program Test; var bands, bloodybands : cardinal; procedure CleanBands; Begin FindType(bands, Backpack); If (Find...
by caiosc
28.03.2013 16:02
Forum: Основной раздел
Topic: ДЛЛ для клиента
Replies: 95
Views: 82728

Re: ДЛЛ для клиента

Sorry, I didn't know I could write in english in the Russian Forum. What I meant was that I couldn't run the programs in game, with the DLL. But Fenix helped me, poiting out that it is the PROCEDURES that are executed in game, not the PROGRAMS. I'm having just one more complication, having asked abo...
by caiosc
28.03.2013 15:58
Forum: Help
Topic: Run scripts from client
Replies: 5
Views: 7109

Re: Run scripts from client

Fenix, That worked, thank you very much. So the DLL execute the procedures, not the whole program. Just one more question: everty time I close my client and open it again, I lose every saved data. In other words, every time I have to record the HotKeys again, as well as the "Main" tab is b...
by caiosc
27.03.2013 16:27
Forum: Основной раздел
Topic: ДЛЛ для клиента
Replies: 95
Views: 82728

Re: ДЛЛ для клиента

В моем случае происходит нечто подобное. Я не могу спасти конфигурации (главного вкладке или горячие клавиши). Мои программы не появляются в сценарии площадь: http://imageshack.us/a/img89/9885/test2mbcsr.png http://imageshack.us/a/img705/5056/test1ky.png Основные параметры вкладки, такие как Undead ...
by caiosc
27.03.2013 15:40
Forum: Help
Topic: Run scripts from client
Replies: 5
Views: 7109

Re: Run scripts from client

Sorry about that, I'm having trouble searching the forum, as I don't speak Russian (but I could translate it with google when you sent me the link). But I'm still having problems. I load a Script containing this: Program Test; Begin UOSay('Hi'); end. I add it to one hotkey (such as F10), but when I ...
by caiosc
27.03.2013 14:13
Forum: Help
Topic: Run scripts from client
Replies: 5
Views: 7109

Run scripts from client

Hello to all! I'm having trouble to run scripts in game, with the client open. Is there a way to do that? I really liked stealth and I'd like to quit injection or any other auxiliar. I'd like to know if we can ran Programs or procedures inside game, using something like ',exec ...', including even a...