Ogre Depot suggestions

Kannkor

Ogre
Asked this in IRC... then 10 minutes later had to go... so thought I'd post it here incase anyone has any sugguestions.

Thu [00:50] <&Kannkor> Need some ideas on how I should build a script for depoting
Thu [00:50] <&Kannkor> I could just modify ogre depot
Thu [00:50] <&Kannkor> so, ogre depot, would just default to: ogre depot -harvestcommon (or something)
Thu [00:51] <&Kannkor> Then you would have: ogre depot -adorn
Thu [00:51] <&Kannkor> ogre depot -ammo
Thu [00:51] <&Kannkor> etc
Thu [00:51] <&Kannkor> Then ogre depot -all
Thu [00:51] <&Kannkor> then: ogre depot -all -noadorn
Thu [00:51] <&Kannkor> Woul ddo all but adorns
Thu [00:51] <&Kannkor> Have any input?
Thu [00:52] <&Kannkor> Could make a little UI for folks with checkboxes... we'd have to see about that. I hate UIs a lot
 

Poulet

Member
I'm not going to say that to annoy you but, with so many options, a UI is the way to go.
I'd also keep the possibility to make a call with in-line command because I see the geeks making an alias for their preferred depot method ...

You're welcome,
the French man

PS: the fact that the UI annoys you is just the icing on the cake :halo:
 

Kannkor

Ogre
I'm not going to say that to annoy you but, with so many options, a UI is the way to go.
I'd also keep the possibility to make a call with in-line command because I see the geeks making an alias for their preferred depot method ...

You're welcome,
the French man

PS: the fact that the UI annoys you is just the icing on the cake :halo:
Had a conversation on irc.. but here's the idea.

ogre depot == UI
ogre depot -(anything) = CLI

So it should be the best of both worlds. For people who know exactly what they want, CLI for speed, those who don't, or would ask what CLI is, can use the UI.
We'll see when I have time to work on it, but it at least gives me an idea what to work on without someone asking me to change it 30 seconds after it's done :)
 

Kannkor

Ogre
Okay... so.. I got most of the CLI working. No UI yet... UI will come later when things slow down.

The below didn't copy/paste the best, so I'd recommend you read it on the wiki (Revision History).
http://eq2.ogregaming.com/wiki/index.php?title=RevisionHistory
Will be released with Patch 192.

OgreDepot Completely redesigned it to make use of all the depot types.
Added the following command lines. Note: These happen in the order in which you type them. You MUST have spaces between each one.
Every flag below is defaulted to off until it is turned on. The -no options are there to turn things off that were turned on elsewhere. For example, if you wanted to depot everything except manas, you could -all -nomanas -all Turns on every single option EXCEPT the depot all options.

Harvest depot -allharvest | -allh Turns on all the options in the 'harvest' category

-commons | -c Depots anything that is consider a common harvest, plus the imbued stuff (aka, anything hirelings return)

-nocommons | -nc Turns off depoting common materials.

-rares | -r Depots rares

-norares | -nr Turns off depoting rares.

-manas | -m Depots manas

-nomanas | -nm Turns off depoting manas

-infusions | -i Depots Infusions

-noinfusions | -ni Turns off depoting infusions

-powders | -p Depots Powders

-nopowders | -np Turns off depoting Powders

-fragments | -f Depots Fragments

-nofragments | -nf Turns off depoting powders

-harvestdepotall | -hda Uses the "Depot All" button. Note: If this flag is set, none of the other harvest options will do anything (since it's all going to be depoted here anyways).


Ammo Depot -allammo | -alla Turns on all the options in the 'ammo' category

-arrows | -a Depots Arrows ( field point arrow | broadhead arrow | bodkin arrow )

-noarrows | -na Turns off Depoting arrows

-shurikens | -s Depots Shurikens

-noshurikens | -ns Turn off depoting Shurikens

-ammodepotall | -ada Use the Deposit all button


White Adornment Depot -WhiteAdornDepotAll | -wada Use the Deposit All button


Lore & Legend Depot -LoreLegendDepotAll | -llda Use the Deposit All button


Food & Drink Depot -FoodDrinkDepotAll | -fdda Use the Deposit All button


Collectible Depot -CollectibleDepotAll | -cda Use the Deposit All button


Fuel Depot -FuelDepotAll | -fda Use the Deposit All button
 

gair

Active Member
Thanks for the work you've put into this. Looking forward to using it once you release it.
 

doodlums

Member
I'm in love with these depot commands......except its not moving dragon bone arrows into the ammot depot (at least for me!) :) Is that happening for anyone else?
 

Kannkor

Ogre
I'm in love with these depot commands......except its not moving dragon bone arrows into the ammot depot (at least for me!) :) Is that happening for anyone else?
ha. I knew I forgot about those.

If you use the depotall option, it should. I'll add them to the file and patch it when I can. Which probably won't be until I return mid/late Jan.

If you'd like to add it until I get it patched... the following should work:
Edit the file (can use notepad):
scripts/eq2ogrecommon/EQ2OgreDepotAmmoInformation.XML

Add in the missing line...

<Setting Name="bodkin arrow" Type="arrow"></Setting>
<Setting Name="dragon bone arrow" Type="arrow"></Setting>
</Set>
 
Top Bottom