i saw a wonderful thread located here http://www.solarstrike.net/phpBB3/viewt ... =27&t=2548
and i got to thinking. people farm from 1-10 for charges, and this bot is included in the repository,
how amazing would a 1-35 version be?
so i start mapping out waypoints and get to about level 22 in aslan valley trying to kill frogs and i realize "wow my level 1 wand on this mage just isnt cutting it"
now i may be thinking of another bot, (or another game all together) but im like 60% sure there used to be a function that checked your backpack for a better weapon/peice of gear and if it found one automatically equiped it.
am i insane or has that been done? it should be easy to do, however if its allready been done i would rather not waste the time/energy to remake something that's probly been done better than i intend to half-ass it.
basically the bot will be dependant on only the base script from the latest rev. and a loot addon of your preference.
i personally use lootfilter and have it set only to loot production runes and 2h wands (manually added all wands from 1-35 to the drop table)
i find Druids are the most effective "naked farmers" in the 20-35 area due to the increased wisdom (mana pool) and the ability to heal/dps.
mages are the best 1-10 bots, however once in bleed territory they quickly become useless.
allso if there's allready a 1-35 bot available publicly feel free to inform me what an ass im making of myself.
happy botting.
[WIP] purified Fusion Stone Farming Bot
- Administrator
- Site Admin
- Posts: 5344
- Joined: Sat Jan 05, 2008 4:21 pm
Re: [WIP] purified Fusion Stone Farming Bot
I think there was some function to do that, but it was disabled because it would occasionally cause people to unequip rare items that they didn't have their garbage filters setup for, so it would get destroyed.
Re: [WIP] purified Fusion Stone Farming Bot
lol thanks, atleast i know im not crazy, any chance you have it laying around to be uploaded as a userfunction?
obviously im not gonna be too worried about a level 35 trashing something when he's getting deleted in 24 hours anyways ^_^
obviously im not gonna be too worried about a level 35 trashing something when he's getting deleted in 24 hours anyways ^_^
- Administrator
- Site Admin
- Posts: 5344
- Joined: Sat Jan 05, 2008 4:21 pm
Re: [WIP] purified Fusion Stone Farming Bot
I do not. I think it might have been part of the old level-up script.
Re: [WIP] purified Fusion Stone Farming Bot
any idea what the last revision was that had it? and can we even revert that far back? lol
Re: [WIP] purified Fusion Stone Farming Bot
If you are just equiping upgrades that you get from loot/bags as it auto-levels and you never give the characters any stated items.
Just write up a userfunction that checks type to see if item is usable by character and then do a lvl check.
You could do some really complicated stat rating system but if it is looted items then you won't get anything with exciting stats so main point is get the weapon with more damage, which is more then likely the item with higher lvl of that type.
So just set weapon parameters.
Caster = staff
rogue = dagger X 2
warr = 2 hander
scout = ranged (bow or crossbow)
you get the idea.
Just write up a userfunction that checks type to see if item is usable by character and then do a lvl check.
You could do some really complicated stat rating system but if it is looted items then you won't get anything with exciting stats so main point is get the weapon with more damage, which is more then likely the item with higher lvl of that type.
So just set weapon parameters.
Caster = staff
rogue = dagger X 2
warr = 2 hander
scout = ranged (bow or crossbow)
you get the idea.
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: [WIP] purified Fusion Stone Farming Bot
leave it to lisa to tell me im making things more complicated than they need to be. thanks for keeping me in check,
your right a equip highest level 2h staff userfunction will do the job just as well.
thanks.
your right a equip highest level 2h staff userfunction will do the job just as well.
thanks.