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

Search found 23 matches

by TheEnd
01.12.2012 17:45
Forum: Requests
Topic: About Auto-Quest...... how to Compare the String?
Replies: 11
Views: 17762

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

procedure startQuest(); var gi : TGumpInfo; i : Integer; begin while (GetX(self()) <> questCoordsX) or (GetY(self()) <> questCoordsY) do begin NewMoveXY(questCoordsX, questCoordsY, True, 0, True); Wait(1000); end; UseObject(questGiverID); Wait(1000); if NumGumpButton(0, ContinueButton) then Wait(10...
by TheEnd
27.11.2012 12:54
Forum: Scripts
Topic: Mining SA
Replies: 82
Views: 85093

Re: Mining SA

Great Job! Thanks!

Ive fixed it to work on RunUO Shard!
by TheEnd
24.11.2012 6:54
Forum: FAQ
Topic: How to debug Python Scripts
Replies: 2
Views: 26625

Re: How to debug Python Scripts

Thanks for ur share. Nice Boydon!
by TheEnd
23.11.2012 12:57
Forum: Помощь по скриптам
Topic: Квесты
Replies: 19
Views: 17055

Re: Квесты

Thanks a lot.
My char near the NPC, and take the Quest of "crossbow bolts" Gump had been Opened, too.
But no nothing ClilocText to output in Stealth.
by TheEnd
23.11.2012 4:51
Forum: Помощь по скриптам
Topic: Квесты
Replies: 19
Views: 17055

Re: Квесты

write in notepad Program New; var gi : TGumpInfo; i : Integer; begin GetGumpInfo(0, gi); AddToSystemJournal('Gump has ' + IntToStr(Length(gi.XmfHTMLGumpColor)) + ' XmfHTMLGumpColors'); if Length(gi.XmfHTMLGumpColor) > 0 then for i := 0 to Length(gi.XmfHTMLGumpColor) - 1 do AddToSystemJournal('XmfHT...
by TheEnd
22.11.2012 20:32
Forum: Помощь по скриптам
Topic: Квесты
Replies: 19
Views: 17055

Re: Квесты

because here no text lines. text here in "XmfHTMLGumpColor" elements as cliloc text. Thanks for ur Replies. the key question is: i dont kown how to use"XmfHTMLGumpColor"elements as cliloc text. there is no anything infos about this. For example: TilePics: X Y ID Page ElemNum 0 T...
by TheEnd
22.11.2012 6:53
Forum: Помощь по скриптам
Topic: Квесты
Replies: 19
Views: 17055

Re:

вот тебе пример, заполняет строками окно. Program takegump; {$Include 'all.inc'} var a: integer; b : TStringList; Begin b := TStringList.Create; setsilentmode(false); GetGumpTextLines(GetGumpsCount-1,b); for a := 0 to b.Count -1 do FillNewWindow(b.strings[a]); b.free; End. в твоем случае это будет ...
by TheEnd
20.11.2012 11:30
Forum: Scripts
Topic: RunUO AutoQuest - Python
Replies: 1
Views: 8090

Re: RunUO AutoQuest - Python

Couldnt get the questTypes['Lethal Darts'] with the Script. cant Auto Quest the Misson of 'Lethal Darts' or other Quest。 PS:Im sorry for my poor English. :( The QuestGump of the shard Info is: Serial: FC26C GumpID: 88BC0B07 X: 004B Y: 004B Pages: 1 Gump Options: NoClose NoResize GumpPicTiled: X Y Wi...