pGrind

08/30/2011 23:10 ptdk#91
it was running fine today, without problems

i couldnt figure how these scripts exactly work. i made some, tryed it out, but couldnt get the bot to actually use it. might just be me, but didnt find any option for that.

from my experience the bot needs a better hp/mp management system, with the ability to meditate(i know its included at scripts, i just couldnt get it to work), besides that its a perfectly operating masterpiece.

__
Zeomak, i had like ~10 accounts banned, some of them multiple times. Usually for trying stuped shet out, but they werent main accounts, ever. As i know those logfiles, and how looking up stuff works in them, i can actually understand they dont care about it.
08/30/2011 23:41 LiQuid.Ace#92
Hows it going guys!

Just thought id post my little script here for other people. I got really annoyed at having to kill xx mobs for xx quest so i made this little script to fix that problem :D

Now i can sit back do w/e while it kills mobs for me.

General sequence:

Kill Mob.
If Under 90% Life - Rest
Once MaxHP - CancelRest
Repeat

Code:
Program QuestGrind;
Var Counter : Integer;
Begin

For Counter := 1 to 555 do
	begin
	
	If (gettarget = 0) and (Gethp >= getmaxhp * 0.9) then
		SelectClosestMob;
		
	If gettarget <> 0 then
		Killmonster;

	Sleep(2500);

	if (Gethp <= getmaxhp * 0.9) then
		Rest();//if HP is less than 90%, rest
	
	while (Gethp <> getmaxhp) do
		Sleep(1000);
	
	Cancelrest();
	
	end;
End.
Hope it helps :)
08/31/2011 10:30 darkratbat#93
pwi updated now not hooking characters or showing them right
08/31/2011 10:41 3aber sabil#94
yeah ,, its not working after the new patch solve it plz :))
08/31/2011 17:08 death4666#95
they changed gameoffsets if he left a way to change the offsets we could fix it ourselfs
08/31/2011 18:27 Sᴡoosh#96
Fixed, please redownload. I did not fix any known bugs, just updated data.

Cheers
08/31/2011 18:32 death4666#97
awesome ty
08/31/2011 21:28 3aber sabil#98
ty bro
08/31/2011 21:32 Sᴡoosh#99
I have recived reports that it crashes now when you use FlyUp() function.Confirmed. The function has changed, I did not notice this. So please, do not use NPC interaction or Scripting FlyUp() Until I fix it. Will be tomorrow.

Cheers guys
08/31/2011 23:42 darkratbat#100
weird thing is pwi is glitched to hell without it. Secret Passage Screwed up Pk players can kill blues. Aeogear works in Secret passage etc..
09/01/2011 05:08 patricia1#101
hi

First, thx for this really nice bot, good job ^^
One thing need to be added, as u know Mystic use pet too but pet function is only available for venomancier :(
can u make pet function available for Mystic too it's urgent, atm i can't heal my pet :(

ty

edit : ok so after tried it during few hours with my Mystic lvl11
there is some problems

- bot don't really use at the right % the heal skill, i set it to use heal skill at 65% hp but it always use at 45-40%
- i set up to use the buff skill
falling petal that need to be cast every 1mn, but it don't recast it
it only put it one time and that's all :(
09/01/2011 10:57 lkdrake#102
i m afraid of oppening it...

Virus Verification

[Only registered and activated users can see links. Click Here To Register...]

******** it steals ur password.. is it true? i wanted to use it but i dont want to have my accs stealed

W32/Troj_Obfusc.N.gen!********

[Only registered and activated users can see links. Click Here To Register...]
09/01/2011 11:03 LiQuid.Ace#103
That's a false positive. File is safe.
09/01/2011 11:06 lkdrake#104
you sure? guess i will be trying it then..

WOW this bot is awsome but how can i set it to heal mystic pet?
09/01/2011 12:43 TurboGolom#105
mystic pets are at the moment not included this will come with the next update