Got a script. Just not willing to share itKent Strider wrote:If anyone finds this script let me know!regdab wrote:anyone have a simple tree chopping script? i couldn't get the other one to work.

Moderator: Game Masters
Got a script. Just not willing to share itKent Strider wrote:If anyone finds this script let me know!regdab wrote:anyone have a simple tree chopping script? i couldn't get the other one to work.
Then what contribution did your reply has to this threat? Sheer gloating?Shalinn wrote:Got a script. Just not willing to share itKent Strider wrote:If anyone finds this script let me know!regdab wrote:anyone have a simple tree chopping script? i couldn't get the other one to work.
I'd punch you in the ear really hard if I could. Trust me, it's more painful than it sounds. We have enough people stirring up the crap. You posted nothing with that message, so we'd be better off if you'd stfu until you can contribute.Shalinn wrote:Got a script. Just not willing to share itKent Strider wrote:If anyone finds this script let me know!regdab wrote:anyone have a simple tree chopping script? i couldn't get the other one to work.
Piri wrote:Loop:
if #int = 40
{
finditem LEFKFOE
set #lobjectid #findid
event macro 17 0
goto Loop
}
else goto Loop
Should work on normal manavamps atleast
This one is edited version of the earlier one it asks for the manavamp potion stack and saves the id after targetting, though you must target again each time you start the script again. It wont work with blesses and int jewels might fuck it up and you need to switch manalimit to be perfect for your chars. You can use it for clumsies if you change #int -> #dex and set the limit correct.Start:
set #targcurs 1
event SysMessage Target potions!
potions:
if #targcurs = 1
{
goto potions
}
set %manavaps #Ltargetid
Loop:
if #int = 40
{
finditem %manavamps
set #lobjectid #findid
event macro 17 0
goto Loop
}
else goto Loop