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

Search found 6 matches

by JPG
28.09.2012 18:23
Forum: General Discussion
Topic: JPGs GetGumpFullLines question
Replies: 9
Views: 18565

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.
by JPG
28.09.2012 18:19
Forum: Requests
Topic: Features i would love
Replies: 4
Views: 10269

Re: Features i would love

The target traps such as WaitTargetObject are a great function particularily as they allow parallel execution. Unfortunately they lack a response function if and when the target trap was executed. Assume for example, that I want to cast multiple high level spells in quick succession. With target tra...
by JPG
03.08.2012 10:14
Forum: General Discussion
Topic: JPGs GetGumpFullLines question
Replies: 9
Views: 18565

Re: JPGs GetGumpFullLines question

Sure, no problem. I tested out a pascal script in the meantime. Surprisingly, I experienced the same phenemen there only very sporadic. Same thing as in python. The first read of the gump returns incorrect values. If I reread it, it returns the same incorrect information, like it caches the gumpinfo.
by JPG
28.07.2012 18:52
Forum: General Discussion
Topic: JPGs GetGumpFullLines question
Replies: 9
Views: 18565

Re: JPGs GetGumpFullLines question

Yes, the same instance. I open the gump (no gumps of the same type open). Detect in python the gump by type and parse it. Then checked with infogump exactly the same gump. Maybe in python some "remainders" are returned?
by JPG
28.07.2012 17:07
Forum: General Discussion
Topic: JPGs GetGumpFullLines question
Replies: 9
Views: 18565

Re: JPGs GetGumpFullLines question

Hi, Here the gump info: first the python GetGumpFullLines with silentmode off and afterwards the infogump for the same gump. I changed nothing about the gump. Just hit infogump afterwards. The infogump information is correct the GetGumpFullLines is incorrect. It is to note that the GumpText is diffe...
by JPG
28.07.2012 14:46
Forum: General Discussion
Topic: JPGs GetGumpFullLines question
Replies: 9
Views: 18565

JPGs GetGumpFullLines question

Hi all, I am just started experimenting around with stealth and I muss say that you did an increadible good job!!! It provides me nearly everything I ever wanted, is super fast and quite stable. I am using python as it is super faster and I am more used to it than to pascal, even though, I started w...