FBBot Ranger scripting help

srains

Active Member
Before I ask for help I just wanted to say this site is top notch. I was a paid member on another site doing similar things but botting macros was not setup for Windows Vista (which I have) and I could not get the applications to work. In the past I wrote my own very simple key stroke macro's (autoit) so I never went to higher end botting script/macro/programs but because of how targeting and attacking work in VG I needed more than a simple macro. I went to the other site and after spending way to many hours and days trying to get the application working (and failing) I started searching the internet and came across this place. Being totally unfamilar with the process (Innerspace, ISXVG, getting the paid service, FBBot, Place in scripts folder blah blah blah) it took me a little bit of time and a lot of reading but I am up and running.

So here I am and I need a little help, maybe it is because I am a tard, which as long as it has taken me to get here I could not argue against the accusation that I am one. I want to use the FBBot so I am using the cleric script as a template and modifying it and I am having a little trouble. First if anyone has a Ranger template and could share it that would be great. If not, here is the issue. As far as VG is concerned a ranged attack is the same for both a cleric and a ranger, they both read like spell. So I change the clerics attack spell to my ranged attack, my followup attack will be a chain attack and I am not sure how I set that up. VG macros are setup like /Cast "critical shot I" and autochains are /reactionautochain.


;if ${Me.Target.Distance} > 12
; call CastSpell "Critical Shot I" ISMOBBUFF

Anyway, great site. If I was not clear or dont get a response I will do my best to figure it out and I will post what I come up just in case anyone wants to use it.

Thanks again
 

jt3

Active Member
Hope you get this working. I am interested in a ranger script for FMBot also.

Thanks,

JT
 

slipy00

Active Member
Me only being here for a few days now and having little experience with fbbot scripting (I am a cleric, lucky me :) ), take my solution with a grain of salt.

If I read your post correctly you want to know how to execute your chains. I myself do not use chains very often, as a cleric I only get them when I crit so theres really nothing I can script to check for that. BUT, if all it takes to execute the chain is that command /reactionautochain then I would suggest this

Code:
VGExecute /reactionautochain
right after you call critical shot. VGExecute will simply execute the argument inside vanguard.
 

aChallenged1

Active Member
I would love to see a Rng version out for FBBot. And a Shammy, and a Discipline.

Right now, I'm trying to go broke with crafting. LOL
 

Truwenswg

Active Member
Well there is a necro script that you could take a look at for the shaman since they are very similiar with pets and what not. Farmerbot and I worked on the necro script and I am still fine tuning it with what little bit of knowlege I have in scripting. You could probably modify the spells in the necro script and use some of the functions in the cleric script for healing and nukeing and what not.

-Truwen
 

jake_craner

Active Member
Any luck on the Ranger version? I too would like to see one. I dont have the time to figure it out atm, but even if you post a partial one, I would like to see that. I just need something to work with that isnt a caster.iss.
 

Farmerbob

Active Member
jake_craner said:
Any luck on the Ranger version? I too would like to see one. I dont have the time to figure it out atm, but even if you post a partial one, I would like to see that. I just need something to work with that isnt a caster.iss.
I have started on a basic ranger one, I'll try to get it done and upload it with the new scripting engine tomorrow.. Since today is a patch day my coding is limited.
 

srains

Active Member
What I have

What I have to offer may not be what you are looking for but you are welcome to have it. All I did was take the cleric script and modify it for ranger. It works fine for me and does everything I need it to do. If you have done the same thing then you wont need it but if you have nothing well it may just be better than that.
 

l_ae_l

Active Member
srains said:
What I have to offer may not be what you are looking for but you are welcome to have it. All I did was take the cleric script and modify it for ranger. It works fine for me and does everything I need it to do. If you have done the same thing then you wont need it but if you have nothing well it may just be better than that.

I've done the same thing, though I'm still in the process of modifying it. I'm not a script wizard so it's taking me longer than one might expect, and i'll miss a lot i'm sure.

I Have modded it to skin (harvest) the mob killed if it's harvestable.. it's set up for a 24 ranger at the moment and I don't have it using as many skills as i'd like yet..
 

srains

Active Member
here is what I have

I put this in the downtime if I want to do skinning. You should put cleartarget at the end. Again, all I did was plug in my attacks till it worked for me. I have several scripts depending on what I am doing.

Wait 20
VGExecute /targetnextnode
VGExecute /autoattack
Wait 200
VGExecute /Loot
 

Attachments

Top Bottom