Log in

View Full Version : all in one super tasker



gazgaz
07-13-2014, 04:14 AM
sooooo i started working on an all in one super tasker to handle every task in killing in the name of from crocs to demons all with one script at the moment it has support for crocs mammoth and badgers (after 1 day of work)
ill be adding more tomorrow

its a full tasker it will get the task for what ever task you want to do it will go pick up the task hunt your monsters go back get the boss mission if ones included kill the boss rinse repeat

it will have support for all classes (all be with some user setup)


id like to get an ideal how wanted this kind of script will be im shore there a huge need for something like this

ideals all welcome ;p

Wesker
07-13-2014, 04:24 AM
it wont work, the file is going to be huge, waypoint wise, and its going to be painfully slow if the memory allows that kind of large file ??

its better if you build a package of every task and sell it.

im making my own atm, not for sell just for the tasks, pretty much a local attempts = 0 and everytime i go to grizzly addams it will rise the variable to 1+ until 3, checks if the task has a boss and it will go there after every dialog, and go back, again its not the appropiate way to do it, every task in 1 script, but you can code a package of ask task -> go boss, thats a script that you will be able to sell if you can include it anywhere in your wp, it actually gave me an idea D;

anyways back to the topic i dont think this script will work, remember theres just 3 tasks per creature now, will it change city after ? stamina ? log on trainer ? reconnect ? do boss ? does it change creature when the task is done ? i think it is way to much work.

Blanz420
07-13-2014, 05:13 AM
Be a dope ass script if you finish it.
I'd use it, hate doing those tasks legit.
I always forget to cuz I lvl to fast lol.

gazgaz
07-13-2014, 09:05 PM
iv broken down the code into multiple files and the lua is setup so that a lot of the code can be reused so that there isnt that much of it the walker itself will be long but i dont really see that being much of an issue maybe DarkstaR could shed some light on some problems that might run into latter down the line now right now the luas are set like this



--tasker lua script

-- add your potion ids here 0 to disable
--potion 1 settings
Potion1 = 266
Potion1limit = 70
Potion1min = 20
-- potion 2 settings
Potion2 = 268
Potion2limit = 70
Potion2min = 20

--potion cost here
Potion1cost = 45
Potion2cost = 50

-- add your ammo/rune ids here 0 to disable
Ammo1 = 0
Ammo1limit = 0
Ammo2 = 0
Ammo2limit = 0

-- ammo cost here 0 to disable
Ammo1cost = 0
Ammo2cost = 0

--Set Cap Min
Capmin = 50 -- Set the number of cap you want to use as min

--Bpreseter
Stackablebp = 2869 -- Stackable bp default blue
Goldbp = 2871 -- Gold bp Default golden
Rarebp = 2868 -- Rare loot bp Default Purple



and the potion settings are reused for every task and you will just reset it based on what you need

this way i can use the same banker backpacker ammo buyer depositor all the same

lua 2 is set like this

--Set what task you would like to do options are
--id = 1 for Crocodiles for level 6-49
--id = 2 for badgers and mammoths for level 6-49
--

IsAdamsTask = 2

at some point in time after i finish the starting ones ill add support for other stuff into this 2 when needed but at the moment this is just a controller for the selection of what task you want to do each id will select a section of the walker each dedicated to one task when the task finish it re loops to the start and reruns from there theres also alot of task specific code being done in oneliners but as far as the lua being over sized i dont think it will be any longer then my new frontier script by the time its done and i dont really see any problems with the walker seeing as how a few of my scripts are all ready crazy fucking long lol i really dont see me hitting a rock wall with it but will see worst comes to worst ill break it down into level ranks but like i said i just don't see the size being an issue

Pocolocoo
10-11-2014, 12:49 PM
soo are this insanly godlike script happening? cant find it anny where

pantera ftw
10-11-2014, 02:51 PM
would defo be willing 2 buy when finished . are you doing one for each voc or just set voc in lua?