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

Search found 19 matches

by epsilon2
30.11.2016 11:40
Forum: Help
Topic: Error check Clientvers
Replies: 4
Views: 4924

Re: Error check Clientvers

Do you know anything about the client settings? Check them again, maybe there is a mistake. You need to enter the right client version in stealth.
by epsilon2
13.11.2016 23:29
Forum: Help
Topic: [6.7.0 pascal] is it possible to use steal client wth runuo
Replies: 6
Views: 5462

Re: [6.7.0 pascal] is it possible to use steal client wth r

I parse a gump and get russian clieloc as result. When I see the gump in client window everything is english. This is because of an english ultima online instalation. So for my problem I have to twist with clielocs. It would be much mor useable when steal and uo speak the same language. For now I ha...
by epsilon2
13.11.2016 0:38
Forum: Help
Topic: [6.7.0 pascal] is it possible to use steal client wth runuo
Replies: 6
Views: 5462

Re: [6.7.0 pascal] is it possible to use steal client wth r

whats the command? so i do not have to damage the client instalation.
by epsilon2
12.11.2016 1:30
Forum: Help
Topic: [6.7.0 pascal] is it possible to use steal client wth runuo
Replies: 6
Views: 5462

Re: [6.7.0 pascal] is it possible to use steal client wth r

or is it possible to change in a script the clieloc file *.enu to *.deu for example?
by epsilon2
11.11.2016 22:30
Forum: Help
Topic: [6.7.0 pascal] is it possible to use steal client wth runuo
Replies: 6
Views: 5462

[6.7.0 pascal] is it possible to use steal client wth runuo

can i modify the server cfg so stealrh client speaks english?
by epsilon2
11.11.2016 13:27
Forum: Help
Topic: [6.7.0 pascal] how does context menuehook works?
Replies: 1
Views: 2864

[6.7.0 pascal] how does context menuehook works?

function GetBod(Shop: String; Debug: String):Integer; var list2      : TStringList; UserList   : TStringList; i          : integer; x          : integer; text       : String; begin ClearShopList; ClearContextMenu; FindDistance:= 3; FindVertical:= 3; list2 := TStringList.Create; FindType($0190,Groun...
by epsilon2
26.10.2016 22:03
Forum: Requests
Topic: wheere can i download stealth 6.7.1 and 6.7.2 and above?
Replies: 6
Views: 10540

Re: wheere can i download stealth 6.7.1 and 6.7.2 and above?

do not work in 6.7.0 and 7.6.2

and 'msg' in easyuo also do not work

when i use razor as wrapper everything in easy uo is working
by epsilon2
26.10.2016 10:55
Forum: Requests
Topic: wheere can i download stealth 6.7.1 and 6.7.2 and above?
Replies: 6
Views: 10540

Re: wheere can i download stealth 6.7.1 and 6.7.2 and above?

i use client version

, Version 7.0.38.2
by epsilon2
21.10.2016 20:05
Forum: Requests
Topic: wheere can i download stealth 6.7.1 and 6.7.2 and above?
Replies: 6
Views: 10540

Re: wheere can i download stealth 6.7.1 and 6.7.2 and above?

i am looking for a version where profile save and concole output works //UOSay('Hello World'); works //ClientPrint('10'); works ConsoleEntryReply('10'); do not work in 6.7.0 and 7.6.2 //ConsoleEntryUnicodeReply(('10'+'\r'));do not work in 6.7.0 and 7.6.2 server vetus mundus instand login , shard.vet...
by epsilon2
17.10.2016 19:33
Forum: Help
Topic: [6.7.0 pascal] How do you enter Text into console and enter
Replies: 1
Views: 2813

[6.7.0 pascal] How do you enter Text into console and enter

i tried

Code: Select all

//ConsoleEntryUnicodeReply(('10'+'\r'));
UOsay('10');
and the none unicode version.

On execute nothing happen. might be broken.
by epsilon2
17.10.2016 12:40
Forum: Help
Topic: 6.7.0 pascal] do you know how to delete artefacts
Replies: 1
Views: 2932

6.7.0 pascal] do you know how to delete artefacts

i wrote the following code Program New; var i : integer; x : integer; list2 : TStringList; UserList : TStringList; BEGIN ClearShopList; SetAutoSellDelay($0001); AutoSell($1EFD,$0000,999); UOSay('Hello World'); FindDistance:= 9; FindVertical:= 9; list2 := TStringList.Create; FindType($0190,Ground); w...
by epsilon2
06.10.2016 13:53
Forum: Help
Topic: 6.7.0 pascal] do you know how to make a simple userinferface
Replies: 1
Views: 3024

6.7.0 pascal] do you know how to make a simple userinferface

is "free pascal" the right language? Can I use the Borland Editor? It might be more comfortable. Simple read ln and writeln is the minimum i need. So how can i have a console window? An other question is how to use and write liberys or multiple files. I hate spagetti. regards, hopefuly u c...
by epsilon2
06.10.2016 13:47
Forum: Help
Topic: [6.7.0 pascal] do you know how to edit and use gump buttons?
Replies: 5
Views: 5361

Re: [6.7.0 pascal] do you know how to edit and use gump butt

g0 := GetGumpsCount-1; UseObject($49F2B7D9); //EUO2ID(EUO : String) : Cardinal GetEasyUO(num: Integer) : String while ( GetGumpsCount-1 ) <= g0 do //here need more check - disconnect etc begin wait(50); end; GetGumpInfo(GetGumpsCount-1, gi); i1 := NumGumpTextEntry(GetGumpsCount-1, gi.TextEntries[0]...
by epsilon2
05.10.2016 0:15
Forum: Help
Topic: [6.7.0 pascal] do you know how to edit and use gump buttons?
Replies: 5
Views: 5361

Re: [6.7.0 pascal] do you know how to edit and use gump butt

Very helpfull. played a bit with the data and it works.