Kann ich reinbauen sobald der rest funktioniert :)
New Update. Here is the changelog :
- 4. Buff slot works now.
- Fixed potting crash
- Fixed route creation crash
- Added search function to item database
- Color coded item database
- Bot now supports 3D looting (it will check item height)
- Bot will now loot drops from aggroed monster while farming material
- Fixed pathing - Bot will now fly back to grind place properly
- Fixed Looting - Bot will now check if items are dropped before running to corpse
- Targeting now works faster
- Bot now checks if drops can be picked up (is slot free? If not, is the item stackable? if yes, is there still space on stack?)
- Usability improved
- Pet healing bug fixed
- Skill heal bug resolved - Skill heal will now be used while killing and will not freeze up anymore
- Items that are not in item database will not be sold now
- Fixed issue that stopped people from using "b" to open inventory - downside is that NPC window will now remain open after selling/repairing, I need to find a workaround for this without disabling complete window struct :)
- Fixed issue where pot config wouldnt be saved
- Fixed drop time calculation - when flying to NPC, time it takes to drop from flight to floor is now more percise (pwi calculates with 9.9 m/s^2 ??)
- Bot will now start at nearest point of a route, not necessarly at start of it.
- Fixed anti Killsteal
- Fixed online status - follow instructions on online status form!
- Bot will now not attempt to fly to NPC when under water.
Scripting is now added.
Supported commands are :
Procedure Rest;
Function Gettarget: Integer;
Procedure killmonster;
procedure Writeln(const s: string);
Procedure Gather(ID: Cardinal; mode: byte);
Procedure Useskill(IDs: Cardinal);
Procedure walkto(X: single; Y: single; Ingame: boolean);
Procedure Rest;
Procedure Roll;
Procedure Jump;
Procedure Logout;
Procedure cancelaction;
Procedure Cancelrest;
Procedure Unselect;
Procedure ResToTown;
Procedure Flyup(Z: single);
Procedure UseItem(ItemIndex: byte; itemDBID: Cardinal; equipType : byte);
Procedure Select(ID: Cardinal;wait : boolean);
Procedure Getquest(ID: Cardinal);
Procedure Returnquest(ID, options: Cardinal);
Procedure Getquest(ID: Cardinal);
Procedure Callpet(Index: integer);
Procedure Petattack(targetID: cardinal);
Procedure PetStop;
Procedure Petfollow;
Procedure Petmode(mode: integer);
Procedure Repairall;
Procedure OpenNPC(ID: Cardinal);
Procedure Normalattack;
Procedure SetNoNPCDialog(mode : byte);
Procedure disableNPCdialog;
Function gethp: Integer;
Function getmaxhp: Integer;
Function getmp: Integer;
Function getmaxmp: Integer;
Procedure Sleep(ms : Cardinal);
Procedure SelectClosestMob;
More will be added next update.
See the sample scripts for examples of usage.
Please pass me your feedback again.
And, be sure that it says "BETA 2" at the bottom. I fixed the update this version, but this one must be downloaded manually.
the link stays the same :
[Only registered and activated users can see links. Click Here To Register...]
Cheers
UUh. Forum wont let me post a new topic, it keeps editing my old one. Is this some type of anti- doubleposting thing?
It certainly sucks.