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

Search found 9 matches

by 980333
31.03.2015 20:35
Forum: Help
Topic: delphi seteventproc question
Replies: 4
Views: 4583

Re: delphi seteventproc question

in delphi,i SetEventProc after,fster useobject Treasure map, eventMapMessage dont work,second useobject Treasure map,eventMapMessage can work,but SetEventProc after,in game click terasure map,eventMapMessge dont work
by 980333
31.03.2015 20:25
Forum: Help
Topic: delphi seteventproc question
Replies: 4
Views: 4583

Re: delphi seteventproc question

sorry,i want get mount/dismount status,not static
on delphi i call SetEventProc function after,in game click Treasure map,eventMapMessage function dont work
by 980333
29.03.2015 22:31
Forum: Help
Topic: delphi seteventproc question
Replies: 4
Views: 4583

delphi seteventproc question

procedure eventMapMessage(ID: Cardinal; centerX, centerY: Integer); begin xMap := centerX; yMap := centerY; end; procedure TForm1.Button2Click(Sender: TObject); begin script.SetEventProc(TPacketEvent.evMapMessage,@eventMapMessage); end; but this code don't work,8 years i have never used Delphi and ...
by 980333
20.03.2015 15:35
Forum: Help
Topic: findtype and moveitem to bank (use delphi XE5)
Replies: 9
Views: 6933

Re: findtype and moveitem to bank (use delphi XE5)

OK,tell me you skype number,i call you
My skype is [email protected]
I get something to eat,call you late
by 980333
20.03.2015 15:02
Forum: Help
Topic: findtype and moveitem to bank (use delphi XE5)
Replies: 9
Views: 6933

Re: findtype and moveitem to bank (use delphi XE5)

What time you ICQ is online? i call you
My site's login ip "dx.7lu.com" port 2594,i use TUoObject.GetName(player id), this function reutrn is '???' too,you can connect my site test it
by 980333
20.03.2015 3:21
Forum: Help
Topic: findtype and moveitem to bank (use delphi XE5)
Replies: 9
Views: 6933

Re: findtype and moveitem to bank (use delphi XE5)

will see about findtype, but i have no windows8 to test... about Name function - Stealth PascalScript function CharName return correct name? QQ截图20150320064519.jpg QQ截图20150320064459.jpg QQ截图20150320064207.jpg This is my game's image,delphi image and stealth image Becase get charname is '???' , so ...
by 980333
19.03.2015 14:29
Forum: Help
Topic: findtype and moveitem to bank (use delphi XE5)
Replies: 9
Views: 6933

Re: findtype and moveitem to bank (use delphi XE5)

script.FindEngine.FindType function on windows8 Often Deadlock,on windows7 is ok,can you fix it?
by 980333
19.03.2015 10:53
Forum: Help
Topic: findtype and moveitem to bank (use delphi XE5)
Replies: 9
Views: 6933

Re: findtype and moveitem to bank (use delphi XE5)

1:Only use code get bank container ID? i see a "banklayer",what this ? 2:In my home Often appear,no return,on error,no anything,program is dead,my home's operation system is WIN8.1 . today i want go my office test it on win7 3:I'am a china,i game's name is chinese,so i use script.MyChar.Ch...
by 980333
18.03.2015 12:33
Forum: Help
Topic: findtype and moveitem to bank (use delphi XE5)
Replies: 9
Views: 6933

findtype and moveitem to bank (use delphi XE5)

I use Delphi XE5 call Script.dll If found something,want move to bank script.MoveItemEngine.MoveItem(script.FindEngine.FindItem, script.FindEngine.FindQuantity, script.LastContainer, 0,0,0); But,if bank not LastContainer,how do it? I have another question,script.FindEngine.FindType function Often De...