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

Search found 21 matches

by 01101011
21.04.2019 12:42
Forum: Help
Topic: How can i close that window?
Replies: 8
Views: 14004

Re: How can i close that window?

this gump appears when skill asks me how many items i would like to do i don't know if it helps 00:00:00:000: CharName, Server -> Client: 0xAB, len: 71 0000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..G.5.....3How. 0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Many................. 00...
by 01101011
21.04.2019 0:59
Forum: Help
Topic: How can i close that window?
Replies: 8
Views: 14004

Re: How can i close that window?

definitively that window not a gump

edit: I can't do anything while this gump is open, use ,infogump, walk, write
by 01101011
20.04.2019 17:43
Forum: Help
Topic: How can i close that window?
Replies: 8
Views: 14004

Re: How can i close that window?

Program takegump; var b : TStringList; gi : TGumpInfo; begin b := TStringList.Create; SetSilentMode(False); GetGumpFullLines(GetGumpsCount-1, b); GetGumpInfo(GetGumpsCount-1, gi); AddToSystemJournal('Gump has ' + IntToStr(Length(gi.GumpButtons)) + ' buttons'); b.free; End. 00:00:00:000 [---]: Gump ...
by 01101011
20.04.2019 14:37
Forum: Help
Topic: How can i close that window?
Replies: 8
Views: 14004

How can i close that window?

is not a gump, because when i use GetGumpFullLines the return is nothing, but WaitTextEntry works with that window. i cant do nothing with that window open, "I am already performing another action."
Image

ty for attention =]]]
by 01101011
07.03.2019 14:31
Forum: Help
Topic: better way to do that
Replies: 1
Views: 8297

better way to do that

hi guys, i have a problem with FindType, FindTypeEx and FindTypesArrayEx. I want that function got the first item found in ground, but "finditem" got the last item found, i did that for solve: procedure Test; begin while (FindTypesArrayEx(TestType, [$0000], [Ground], false) > 0) do begin i...
by 01101011
17.01.2019 0:34
Forum: Help
Topic: Script Error
Replies: 1
Views: 6589

Script Error

00:00:00:000 [0000]: Exec: [Error] (script.sc at 134:9): Type Mismatch line 134: if FindTypesArrayEx(TestType, [$0000], [Ground], false) = 0 then script +-: Program Script; var TestType : Array of Word; Begin TestType := [$0C7D,$1A9B,$18E5,$0C60,$0C6F,$0C76,$0C61,$0C57,$18E9,$18DF,$18E1]; if FindTy...