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

Search found 49 matches

by mixers
10.11.2013 2:56
Forum: Scripts
Topic: Make sure gump is opened
Replies: 8
Views: 12708

Re: Make sure gump is opened

yes, i think i know.

Code: Select all

const currentgump = getgumpscount;
begin
  usbobject(itemid);
  while getgumpscount <= currentgump;
  wait(100);
end;   
by mixers
03.11.2013 8:43
Forum: Scripts
Topic: Make sure gump is opened
Replies: 8
Views: 12708

Re: Make sure gump is opened

1.JPG
1.JPG (27.73 KiB) Viewed 12681 times
2.JPG
2.JPG (17.86 KiB) Viewed 12681 times
until some words show in text lines or Released_ID = 1210
by mixers
01.11.2013 13:25
Forum: Scripts
Topic: Make sure gump is opened
Replies: 8
Views: 12708

Re: Make sure gump is opened

i want use getgumpinfo, until some word show in gumpinfo
by mixers
01.11.2013 9:14
Forum: Scripts
Topic: Make sure gump is opened
Replies: 8
Views: 12708

Make sure gump is opened

if dead then
begin
repeat
waitgump('1')
wait(100);
until ?***********?
end;

until what ?
by mixers
18.10.2013 2:31
Forum: Scripts
Topic: about read some item info and ignore
Replies: 7
Views: 11498

Re: about read some item info and ignore

thanks Guahar.
Could you tell me where I can find POS grammar?

i want read some info from armor,cut and save the info.
by mixers
17.10.2013 3:26
Forum: Scripts
Topic: about read some item info and ignore
Replies: 7
Views: 11498

Re: about read some item info and ignore

if home in book's info, set the book to use, if not in book's info, ingore it.
by mixers
17.10.2013 2:30
Forum: Scripts
Topic: about read some item info and ignore
Replies: 7
Views: 11498

Re: about read some item info and ignore

yes i am chinese
what means RB ?
by mixers
16.10.2013 15:59
Forum: Scripts
Topic: about read some item info and ignore
Replies: 7
Views: 11498

about read some item info and ignore

in euo like this findbook: finditem %runebook c_ , #backpackid event property #findid if home notin #property 2 ignoreitem #findid goto findbook set %homebook #findid ignoreitem reset finditem %runebook C_ , #backpackid if #findkind <> -1 { event property #findid if ore notin #property 2 ignoreitem ...
by mixers
16.10.2013 15:54
Forum: Scripts
Topic: about finditem
Replies: 9
Views: 13871

Re: about finditem

ok, thanks every one.
by mixers
12.10.2013 22:19
Forum: Scripts
Topic: about finditem
Replies: 9
Views: 13871

Re: about finditem

it's recall runebook mining.
by mixers
12.10.2013 16:04
Forum: Scripts
Topic: about finditem
Replies: 9
Views: 13871

Re: about finditem

Program Test; const bankcard = $406729D5; function openbank:boolean; begin repeat findtype($FFFF,banklayer); if Countex($FFFF,$ffff,banklayer) = 0 then useobject(bankcard); until count($FFFF) > 0; end; begin openbank AddToSystemJournal(IntToStr(FindCount)); end. it's cant openbank.
by mixers
10.10.2013 6:06
Forum: Scripts
Topic: about finditem
Replies: 9
Views: 13871

Re: about finditem

Oh yee,thak you very much :lol:
by mixers
09.10.2013 11:08
Forum: Scripts
Topic: Ip is not coreect
Replies: 3
Views: 4792

Re: Ip is not coreect

thand you Vizit0r.

in fact, the server ip is error.
by mixers
09.10.2013 11:06
Forum: Scripts
Topic: about finditem
Replies: 9
Views: 13871

about finditem

i will to finditem something in a body, make sure the body is freshed, find all types, not simple type. it's like euo's finditem * c_ , %body #findcnt > 0
by mixers
09.10.2013 11:01
Forum: Help
Topic: GUMP
Replies: 6
Views: 7021

Re: GUMP

i still dont know where is gumpindex, now i am used (GetGumpsCount-1),I don't know what that means.