Log in

View Full Version : Carlin Valkiryes Very simple script



Fresh Bot
01-26-2013, 23:10
This are my first 2 scripts very simple and with NO depositer, Im very new to this and still trying to figure out a lot of things.

The one called Basic Carlin Valkyres, I used it in a knight level 19 but i guess since level 16 its safe, you don't need a rope or a shover, it will run both valkyre spawns, I was making 14k exp in this one when no one else was there and in 5 hours gave me arround 5k in gold and animal items (a little more actualy)

for the one called only "Carlin Valkyres" you will need a few potions a level 19 or 20 minimum, also dont forget to set your healing spells, you also need a rope and a shovel for this one. It will go from one spawn to another and under the ground, it will even kill the witch and it will loot stuffed toad in case you ever loot one, and all good stuff a witch loots (bag of apples, witch hat etc)

You need to bring the char there for it to start to bot, so dont be too hard on me its only my first script also im still working tryng to figure out the pot refillers, dp drops, and auto bankers :D

Greetings

Fresh=



77217722

conflux
01-28-2013, 23:44
Depot drops is actually pretty easy. if you make your routes circular you can just add a route from the depot to your botting location and allow people to simply start in the depot to get the script going, then at the end of the script where you would put go to line 0 instead put you gotoScriptline *** where ***= the actual number for your first waypoint at the botting location, then after that put your script from that first waypoint back to the depot so you have your return route. Here is a completely made up example


setLoot D7 0B
setMeleeKill giantflyingacornmonsters
move 1,1,6 <---- 1**(line3)
move 1,10,6
move 1,20,6
move 1,30,6
move 1,40,6 <--- 2**(line 7)
move 10,40,6
move 15,35,6
move 10,25,6
move 10,35,6
move 1,40,6
IfEnoughItemsGoto D7 0B,1000,15 <----3**
gotoScriptLine 7<---4**
move 1,30,6
move 1,20,6
move 1,10,6
move 1,1,6
sayInTrade Hi
waitX 2
sayInTrade deposit all
waitX 2
sayInTrade balance
waitX 2
move 10,1,6
move 10,5,6
putLootOnDepot
move 10,1,6
move 10,1,6
move 1,1,6
gotoScriptLine 3 <--4**

1:Start of route from banker to kill route (for ease of scripting you should set this line beside the banker npc at a spot where it will always be within talking range to pick up your sayInTrade commands
2: this is the start of your kill route.
3: This line checks your gold in inventory and if you have the amount or over where head to the bank to deposit it and the way we have this script set will also deposit all the other loot you've acquired into the depot. Doing both at once is very useful so you don't waste time running back and forth if you have it check for particular loot stacks and gold separately. keep in mind that if you have it looting more than just gold you will want to guess what thresh hold to put the gold limit at so you don't run back to town too often or have your bot go over on capacity and have to skip loot before it makes it back to this check point in the script.
4: This is where we loop back to our kill route if we do not have enough items to hit our mark for depositing.

I really hope this helps you get a basic idea for depot/gold depositing. This isn't really super in depth and hopefully i didn't screw it up but thats basically how i do it.