Para's VanillaTool [Rework]

03/17/2018 01:04 Solaci#7546
Quote:
Originally Posted by Paraly View Post
You need to renew, all "old IDs" did expire an hour ago
Ok thanks! I knew I was cutting it close
03/17/2018 01:16 gemstoned#7547
Hello! I have money on my paypal account, but I don't have credit cards. Can you send me an invoice so I can pay for it?

thank you
03/17/2018 01:17 Paraly#7548
Quote:
Originally Posted by gemstoned View Post
Hello! I have money on my paypal account, but I don't have credit cards. Can you send me an invoice so I can pay for it?

thank you
Sure, you got a PM :)
03/17/2018 03:14 Solaci#7549
I've been trying to modify the script a bit for the eye so that it loots the fatty only until (or until) it has the bag in inventory, but maybe that doesnt work or I'm doing something wrong.
Can you do like an "until inventory contains" type command instead of an IF inventory contains?

Edit- I also copied in ready check detection so people dont kick
03/17/2018 03:20 Paraly#7550
Quote:
Originally Posted by Solaci View Post
I've been trying to modify the script a bit for the eye so that it loots the fatty only until (or until) it has the bag in inventory, but maybe that doesnt work or I'm doing something wrong.
Can you do like an "until inventory contains" type command instead of an IF inventory contains?
I updated the script again few hours ago, in case you didn't notice already

Anyways to your question, you can use an IF like command as until like that

Code:
MemWrite=%AddrFreeMem1,0,BYTE; <-- sets freemem slot 1 to 0

#DO=99999999;

_IFInventoryContains=1234,1;
MemWrite=%AddrFreeMem1,1,BYTE; <-- sets freemem slot 1 to 1
#ENDIF

Delay=250; <-- some delay to give the CPU some time to rest

_UNTILMemRead=%AddrFreeMem1,BYTE,=1; <-- waits till freemem slot 1 is 1
03/17/2018 03:46 thekiller258#7551
Quote:
Originally Posted by Paraly View Post
Hm weird, it does the following for me

1. spams tab till a fattie is targeted with at least 25% HP

2. Goes in loot range

3. Waits till the fattie is lootable

4. instant loots (shift + rightclick) him

5. starts from top again
It works like a charm :D, I wonder if the self target at the end is really necessary, I would rather to end my loot with my target on the fattie, what line is doing that self target?.
03/17/2018 03:48 Paraly#7552
Quote:
Originally Posted by thekiller258 View Post
It works like a charm :D, I wonder if the self target at the end is really necessary, I would rather to end my loot with my target on the fattie, what line is doing that self target?.
Line 152: Command=/select %CHARNAME;
03/17/2018 04:19 nickjaspion#7553
already renewed my ID and still not working... zzzz

Quote:
Originally Posted by nickjaspion View Post
already renewed my ID and still not working... zzzz

nvm its working fine now1 <3
03/17/2018 06:51 istumble#7554
Can I give a try before buying the tool?

thank you :)
03/17/2018 06:55 Bocc1337#7555
Paraly you awake its time for me to renew my sub.
i dont remember the id though
03/17/2018 10:07 Paraly#7556
Quote:
Originally Posted by istumble View Post
Can I give a try before buying the tool?

thank you :)
I can give you a 24 hour trial, send me a PM with your unique-ID which you get from this [Only registered and activated users can see links. Click Here To Register...]
Quote:
Originally Posted by Bocc1337 View Post
Paraly you awake its time for me to renew my sub.
i dont remember the id though
I'm awake again, the ID viewer tool is right at the [Only registered and activated users can see links. Click Here To Register...]
03/17/2018 11:22 thekiller258#7557
Hi Paraly, is it possible to do a checking routine in fattie looter script where it looks for multiple lootable targets on the floor (Lootable fatties > 2), target them, loot them, and follow the main after looting?.

Fatties dissapear after a long time, so its possible to do two or more runs and then loot them afterwards, this way is easier because you dont have to deal with the league loot queue x2 + main whisper + range >20. The current script is awesome, but I feel is really hard to keep up with the league speed in its current form.
03/17/2018 14:08 nickjaspion#7558
the 1.05 version select the mob with 100%hp... go to "loot" and die lol
03/17/2018 14:12 Paraly#7559
Quote:
Originally Posted by nickjaspion View Post
the 1.05 version select the mob with 100%hp... go to "loot" and die lol
Yes it just searches for fatties with more than 25% health and goes immidiatly 2m close to them so they are in loot range

I'll add another rule so he just goes close to 2m when the fattie is below 25% HP
03/17/2018 14:12 nickjaspion#7560
It would be perfect if selected the mob with 50% hp, loot, and back a few meters to dont lure the fattie when respawn ... just a clue ;3