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

Search found 53 matches

by Crome696
06.12.2012 20:32
Forum: Requests
Topic: About Auto-Quest...... how to Compare the String?
Replies: 11
Views: 16913

Re: About Auto-Quest...... how to Compare the String?

I wroted yesterday for test some code. But rewroted most of this today again. But the old code could give you some sample how i created Jewelry Object. http://dumpz.org/345903/ save that code as Items.pas into your Scripts folder in stealth folder and then create a script file using the following co...
by Crome696
05.12.2012 18:26
Forum: Requests
Topic: About Auto-Quest...... how to Compare the String?
Replies: 11
Views: 16913

Re: About Auto-Quest...... how to Compare the String?

I currently writing such parts. Converting Runuo Class Definitions as Type for Stealth. Sample: Type Jewelry = record; Name : String; Weight : Double; LowerReagentCost:Integer; .... Then Method to Write properties from Item into Object. Returning Jewelry. But iam on Start of this. Written yet first ...
by Crome696
02.12.2012 14:23
Forum: Requests
Topic: About Auto-Quest...... how to Compare the String?
Replies: 11
Views: 16913

Re: About Auto-Quest...... how to Compare the String?

I already finished that long time ago, but lost the code. I have a folder with around 900 script snippets\scripts i wrote but need to merge and update all code first..
by Crome696
01.12.2012 21:07
Forum: Requests
Topic: About Auto-Quest...... how to Compare the String?
Replies: 11
Views: 16913

Re: About Auto-Quest...... how to Compare the String?

i would check for http://stealth.od.ua/Doc:Api/GetGumpInfo Create Gump object of this and read specific property out of it. I have noe sample anymore(lost my library folder) but then you could compare with cliloc-ID from text\title. edit: i found very old code of first revision of my stealth gump ha...
by Crome696
24.11.2012 19:27
Forum: Requests
Topic: Features i would love
Replies: 4
Views: 10049

Re: Features i would love

Another Request :
http://docs.polserver.com/packets/index.php?Packet=0x56
Would be nice if we would be able to identify location of our treasuremaps\sosmaps.
by Crome696
11.10.2012 11:04
Forum: Requests
Topic: Features i would love
Replies: 4
Views: 10049

Re: Features i would love

Boydon wrote:In case you didn't notice Tooltip facilities are here: http://stealth.od.ua/forum/viewtopic.php?p=14389#p14389 :)
That was one Response to my Request :P i Already know that *giggles*
by Crome696
29.09.2012 17:38
Forum: General Discussion
Topic: JPGs GetGumpFullLines question
Replies: 9
Views: 18358

Re: JPGs GetGumpFullLines question

Hi Vizit0r, yes, I am sure of this error. It occurs sporadicly in python and very sporadicly in pascal. I assume it is a timing problem as python is a bit faster than pascal and runs into it more often. I am simply ignoring the problem at the moment. I wroted Module for Gumphandling so it were such...
by Crome696
28.09.2012 10:59
Forum: Requests
Topic: Features i would love
Replies: 4
Views: 10049

Features i would love

My First Post here, but in past i used Stealth a lot yet :) So what i think could be necessary for stealth : - Virtual Target Cursor In Easyuo you can do set #targcurs 1 then you get a Target cursor and set #targcurs 0 to remove the Target Cursor. It could be interesting for End-User Scripts with an...