Tag: Macros
SWG Star Wars Galaxies Crafting Guide
by credits on Jan.13, 2011, under SWG GUIDE
Due to the fact I have such a dull job, I thought I would write a guide on macroing your way through artisan. I will write both the macros I use personally and the command line meanings, its always better ot write your own specific to your character.
Artisan is generally split into two halves experience wise, crafting and surveying. any one looking at going into one of the elite crafting professions would be advised to concentrate their efforts on the engineering tree and the surveying trees. Now regarding the merchant path very quickly, this makes vendors available to the player, so allowing them to sell their goods.
However I have heard that the merchant elite profession is a throw away profession, in that once you unlock more vendors you can then surrender your skill points without losing any of the vendors you aquire, this is to be confirmed, and will post update as to if it still the case.
Surveying
This is as important as the crafting its self. if you want to be able to make competitive products then you will have to mine your own resources, without survey 4 it will take a great deal of time to track down good areas for mining.
OK so surveying and sampling is dull when grinding it for xp, so how to speed things up. first select your survey tool, then goto one of the metals then click survey, some numbers will appear on the small map, these percentages are the quantity of the mineral in that area, find a metal with good percentage (70% +) then move to the waypoint created for highest spot. survey again and move to highest, keep doing this till you are in the highest concentration area. (hint look for harvesters already placed).
Now I did this as TKM hence the meditate command, I would also strongly advise getting medic and a good quantity of stims.
All macros are both case and space sensitive if it doesn’t work check your typing, all else fails delete offending line and re-type carefully.
Also when running macros for prolonged periods of time client can get confused, best bet is to try stopping macro and restarting or exit swg and re-enter.
SURVEY XP MACRO:
/survey;
/pause 3;
/sample;
/pause 120;
/stand;
/tenddamage self;
/pause 3;
/tenddamage self;
/pause 3;
/meditate;
/pause 60;
/stand;
/pause 3;
/ui action toolbarSlot 00;
Code meanings:
“/survey” simply surveys the area (don’t need it but I found it helped keep reliable xp come in)
“/pause” pauses the macro whilst character is doing action, time is in seconds.
“/sample” this samples and extracts the area, and it is this that gives you xp.
“/tenddamage self” is the heal self command, sampling uses action, this restores your actions at the expence of mind wounds.
“/meditate” for TKM this heals your wounds.
“/ui action toolbarSlot00;” this is a very very useful command and u will see it quite often, it basically points to the F1 box at the top of the screen. so if you place your new macro in the box it will loop the macro
Now if you aren’t TKM there are 2 options available to you, 1st is to use stims, (same command as in game, look at action box ctrl-A for command if not sure) this will recover your action without wound cost. alternatively you can use the “/sit;” command followed by “/pause 60; placing what ever time is required to recover your action. be sure to allow action to fully recover before it loops otherwise you will eventually catch up with yourself and be unable to sample. experiment with times to find best combination of time sampling and time recovering.
Ok this macro is completely automated and fully looped, requiring no input by the user at any time. so how do you stop it to go and get trained?
Create another macro:
END MACRO:
/dump;
/dump;
/dump;
and place this in your toolbar aswell. reason for 3 of same line is on occasion dump doesn’t always work and so multiple attempts may be required. NOTE: dump command only works when in pause section of macro! ie macro paused whilst character is doing last commanded action.
Ok so this makes the whole XP thing quite easy, on a good patch you should be able to get 1000 – 2000 xp per hour, not a lot, but better than manual. esspecially when u leave it running and goto bed.
Right so what can u do whilst you are sampling? When you have reached the 1st or second level you will have enough metal to start crafting, and strangely enough you can craft (MANUALY) whilst running this macro. simply build lots and lots of wind survey or solar survey tools. I reached level 2 business and engineering whilst running this macro in waking time (was AFK for the rest), simply place the metal you have extracted into the tools and create the 1st for real and the subsequesnt ones as “PRACTICE” items, (so not to waste storage). (see holo help ctrl-H for crafting basics)
Right now you have level 4 surveying and made some way towards your engineering, how can you pick up the pace on crafting? very simply using below macro. to start with you need to build a total of 3 – 5 generic crafting tools and structure crafting tools. then place each type in a row starting with F2 in a new toolbar. (ie one set of generic and one set of structure).
Now you need to find your schematic number. untill you have level 3 engineering we will be practice building survey tools (solar or wind are good) when have level 3 will be building small harvesters.
Goto datapad and click on schematics (DO NOT SORT THE LIST BY CLICKING ON ANY BUTTONS!!!!) and count down to the item you want, then place in following macro. (eg 33rd item)
FIND SCHEMATIC NO:
/ui action toolbarSlot01;
/selectdraftschematic 33;
Then run it, it will open the crafting tool in F2 and open a schematic, if this is the one you want then great, otherwise close and adjust the schematic number. basically there is no definite way of getting the schematic number, but counting down the datapad list will give you a rough area, eg 33 + – 5 (28 to 38) so trial and error within range to find it.
When u have schematic number we can build the crafting macro. Now crafting macros do everything automatically except adding resources, this is impossible without cheating programs that will get you banned but its only a double click to add them anyway
Place the following macro in box F1
CRAFTING:
/ui action toolbarSlot01; //uses first tool in F2 box
/selectdraftschematic 33;
/pause 5; // this pause is to add resources, change to suit
/nextC;
/nextC;
/nextC;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot02; //uses 2nd tool in F3 box
/selectdraftSchematic 33;
/pause 5;
/nextC;
/nextC;
/nextC;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot03;
/selectdraftSchematic 33;
/pause 5;
/nextC;
/nextC;
/nextC;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot04;
/selectdraftSchematic 33;
/pause 5;
/nextC;
/nextC;
/nextC;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/ui action toolbarSlot00; /loops macro
Meanings:
“/selectdraftschematic 33;” selects schematic number 33 and places in crafting tool.
“/nextC;” or /nextcraftingstage basically goes to next stage in crafting.
“/createprototype practice no item;” creates a practice item.
I will double check how to actually create the item if u want to do so and post later.
This macro uses 4 tools, adjust depending on how many tools and schematic you use. also adjust timing to get smothest run. and allow plenty of time to double click resources.
As a level 2 engineer building wind survey tools I was getting 18,000 XP per hour using just three crafting tools whilst practice building wind survey tools. use this till you reach level 3 engineering.
Now once you are at level 3 engineering build or buy the constrction tools mentioned earlier, goto a new toolbar and follow same proceedure as above, this time we are going to be building mineral harvesters. minimum of 400 xp per item. now for the rest you are going to need a lot of resources, ore, metal and aluminium, once aquired these then you can run the macro for harvesters, and you sould be able to get about at least 2000xp per minute. (tip: adjust the times for entering resources to 10-15, there are more resources and it takes longer to load this schematic). with this you will have level 4 and your novice specialisation in no time.
The macro can be adjusted and place on other toolbar for other crafting tools, and the basic principals can be used in any crafting, meds to weapons
Ryatt Trail Afk Leveling
by cow on Jan.06, 2011, under SWG GUIDE
First travel to Kashyyyk and go to the webweaver path on ryatt trail, you may need a friend to help you down there or either an ent buff with kinetic armor / movement speed. Once you are on the webweaver path, go to waypoint -326 -49, then make sure your skills can be fired from toolbar in options. (set auto loot from misc options menu)
1) Put your area attack on the first slot of your toolbar, then make this macro
Call it area
/ui action toolbarSlot00;
/pause 1;
/m area;
2) Put a droid on the 2nd slot of your toolbar and make this macro (make sure the droid is cl 30 since your such a low level right now)
Call it droid
/say attack;
/pause .8;
/say follow;
/pause .8;
/m droid
3) Make a 3rd macro to call and store the droid, this is to prevent the battery from dieing so fast and to recall the droid since its going to die a LOT, the blink is to prevent AFK crashes due to inactivity
Call it call
/ui action toolbarSlot01;
/pause 30;
/blink;
/m call;
4) Make a macro that will cycle the targets for your droid to attack make sure your FIELD OF VIEW is maxed so you will be able to see all of the wookies:
Call the macro cycle
/ui action cycleTargetOutward;
/pause 2;
/m cycle;
Tips:
- Before turning on your macros, try to shoot one of the wookies, if it says “Can’t see target” then you are in the tree properly.
- If you are looking to only make money, delete all collection items and save only junk, clothing, armor, and weapons to sell to a junk dealer, I make about 3mil a night with this macro.
- Make sure you are looking straight at the wookies and not anywhere else when you start your macros up.
- If a wookiee is bugged that you DON”T have agro on, your going to have to change instances.
- Get a long exp buff before heading out
- Talk to the Guide up top and get his quest so you can warp back down to the web weaver path after you have been there once.
- Buy a crate of droid batterys before you start
You Must be Any of these proffesions:
Medic(CL 38):
in your expertise you will need to get the following: 2nd page – affliction intensity and affliction duration, they are in the bottom right hand corner, 3rd box up – after you have those 2 boxes, you will need to get evasion in the first page (you wont have enough points to get it right off, you’ll have to level up a few times first.) Your AOE attack is Nerve Gas
6) Once you have enough points to get evasion, put it on slot 3 of your toolbar and make this macro:
Call it eva
/ui action toolbarSlot02;
/pause 1500;
/m eva;
The purpose of evasion here is to loose agro of wookies that are bugged and unattackable, hence why the pause is so long, so you will not loose agro very often on NPCs that currently have your dots.
Bounty Hunter(CL38):
Your AOE attack is Tangle Bomb, once you are lvl 50, you may use 2 AOE attacks, so put Razor Net(your new AOE) into slot 2, and your droid into slot 3, and alter your macros to this:
Call it area
/ui action toolbarSlot00;
/pause 1;
/ui action toolbarSlot01;
/pause 1;
/m area;
Call it call
/ui action toolbarSlot02;
/pause 30;
/blink;
/m call;
Commando(CL10):
Your AOE attack is Remote Detonator, Once you get to lvl 46 you will get the E-mag Mine, your second AOE. As the same with Bounty hunter having 2, change your macros to the same as the Bounty hunter macro’s. Commando is best suited for the Grind as the Remote Detonator AOE has the same damage from lvl 10-90.
Smuggler(CL26):
Your AOE attack is Dirty Tricks, This is slow, so once you get to lvl 38, you might want to switch to any of the other two that you can grind from CL38 (medic/Bounty Hunter).
few completed posted scripts/macos
by credits on Mar.13, 2010, under SWG GUIDE
I can’t begin to count how many macros/scripts I see posted that are claimed to work, then of course others post that they can’t get them to work as advertised as yes I understand that some follow directions etc.
However a number of scripts/macros I have tried to use here I have issues with getting to work, a few I have had success, but most I do not. Besides a thread not having a really good description of how to set it up correctly or missing info/steps. Are steps left out intentionally, is there a line of thought to deliberately post none fully working information?
Or is there an unwritten/unspoken line of thinking that we are all to figured out what others post and work from there?
My understanding is that this supposed to be a community, as with many other forums. However I don’t get the impression of others wanting to help others. More so then I do the impression of “Well this is what I have, it works for me, if you can’t figure it out, to bad for you” type thinking.
Yes I understand there are those that don’t want to do any work and just want what others have, and not look back. However there are some of us what want to learn, but @ the same time, if we don’t know what to look for in how to set something up, and or a way to trouble shoot a script/macro is there any real help that could be found here?
There are a few posts/threads I have come across where someone has either laid things out A B C like. My general impression is that for the most part the posted information is hit or miss, though usually miss.
What I mean for those that were to lazy to read what I wrote above is information left out of posted information intentionally as to share, but not really “help” others?
Is there a minimum level of coding comprehension needed in order to understand the bits and pieces that others post?
It seems to me that a good portion of the information others share is just enough to hook someone into reading the thread, but not fleshed out so that a file could be down loaded and or copy and pasted (which yes most would do this) and then tweaked from there.
I see a lot of posts where others ask questions myself included and get no responses.
Are we that easily ignored? Or are there so few that view this site that could really answer a question?
As one can tell by my join date I have been here since 07, so I am not new to this site, just don’t post that much.
SWG Credits For sale
Buy SWG Credits
Buy Credits
Buy SWG Credits EU
Cheap Credits
New Junk Loot Spawn Locations
by credits on Mar.13, 2010, under Swg Credits
Since the RE Junk Loot Insta-Respawn nerf, I was just wondering if anyone had some locations which were still viable for farming junk loot. I have used the Slum Thieves outside of Espa which have about a 10-20 sec spawn timer, but it is still just not the same. Are there any other good locations which could be done either AFK or ATK to produce large stacks of loot in a reasonable amount of time? Any information would be helpful and feel free to PM me if you are not comfortable posting. Best wishes and have a good one! Also I am a full member so if there is a topic on this already in one of the other sections, a link would be super handy!
Yes we all want to loot, but if you are monopolizing a legacy spawn (Mos Espa Thieves for example) you are violating the rules and hindering lower level toons.
Now if you are sitting on one spawn of 4 NPCs and not affecting the other spawns of which there are 5-6 total. Then you should not be bothered by a GM.
I have talked to a number in excess of 7-8 different GMs of various levels and they all pretty much say the same thing, that you can not own the entire spawn and there for hinder other players. I have the tickets and the chat logs saying this very same thing as I have been reported by others only to just get asked to move or told as I stated above. In order to get perma-banned you have to do somethign really stupid. I have been farming that area on my server for nearly 7 months and the worst I got was moved to a different location while AFK.
Also having the AFK tag over your toon is a billboard for getting flagged for a ticket. I report anyone I see monopolizing the spawns and have talked to a number of GMs when approached in game. If you are goin gto AFK in that location don’t use “blink” or similar macros they are obvious, spamming chat is just stupid as well that is advertising you are AFK. If someone comments to me about not responding I fire back with there is nothing in the rules that says I have to respond to a tell/GM and in that, they can’t say a word.
I use:
/mood obnoxious;
/pause 1200;
/macro afk;
Thus never go AFK.
Since the insta spawns are no good, now GMs are much more likely to respond to locations like Mos Espa and probably quick in response time.
You can farm you just have to be smart about it. If you don’t, you reap what you sew.
Faster way to grind to Chronicle Master?
by credits on Mar.13, 2010, under Uncategorized
Buy or grind large stacks of fragments and run the macro posted in the macros section here to convert the fragments into relics and automatically add them to your chronicle builder. Then begin creating holos after you get a dancer buff for increased exp. You can put the holos on the bazaar that you create or give them to an 2nd account if you have one to run, but you won’t get xp if you use an alt on the same account to run the holos.
It took me about 2 days and 9K of fragments to grind to master. And I just deleted the holos after i created them.
Go to the rogue corsec POI on correlia ( I believe ) or another one on naboo ( I totally forgot the name. I am sure you can find it on the web or the SWG forums) and just grind there afk for about a night or so, use my delete script here on the forums to get rid of anything besides chronicle relics.
Be sure to just make each quest of three tasks. Thats the most effiecient XP.
Then just add them all to your stack make your quest in the chronicler builder once, run a macro to open the chronicler window
Code:
Name: ChronGrind
/chronicleQuestBuilder
/pause 3.2
/m ChronGrind
And put an autoclicker on the create button.
sell maple story mesos
sell lotro gold
Sell EVE Oline
buy runescape money
Sell wow gold
SWG POWERLEVELING
by credits on Mar.13, 2010, under Uncategorized
here it goes get a group of friends (must be 90) get them pets presumably 60 point pets go dantooine press v go into points of intrest go for the first dauntri village make all of your group stand in middle of the village get there pets out then start a macro ill tell you the macro down the bottom ok so now get those macros running make sure u have a medic poping bacta spray and there DoT and make sure uve got a commando poping there mine and a bh poping trap and there DoT make sure there macro makes the pet attack everything in range
now heres the macro
/ui actionpetToolbarSlot00;
pause 1;
/macro petattack
_______________________________________________________
next macro
/ui actionpetToolbarSlot01;
/pause 1;
/macro petfollow
-_____________________________________________________
ok now the target macro i cant really remeber it but i think this sould be right if now just ask around
/ui Targetoutward
/pause 1;
/macro target
i think thats wrong so just ask around
.
ok now just make a macro that drops there dots and heals
so now uve done al that tell your friends the macros then make them face the ground then they press ctrl shift s. ok so now u just have to make a macro tht will pop down dots and have a target macro.
runescape powerleveling
Buy eve online isk
Buy eve isk
Buy isk
SWG: Crafting
by credits on Jan.20, 2010, under Uncategorized
once its working its a case of doing a manual one first (make sure if you just want to practice tick the box while doing the manual one so you dont create items while the macro is working)and then press the macro and it will load it all up to the part where you put in your mats and wait a few seconds and it completes it… just dont change the pauseing at the end or in the middle, only change the one thats marked on my macro as 4 thats the one which changes the time it gives you to add the mats, so if the thing needs 6 mats dont put it to somthing like 3 or 5 unless you can click extramly fast and find all the mats at the same time in that short amount of time
tbh this morning i didnt know what i was doing with macros and now i find it easy
Heres a template for if you want just 2 tools working with a loop and add from there ![]()
Also remeber to rebind 1 – = (1 to 12) on your actionbar to be binded to each of the F keys at the top of the keyboard, dont know why just keeping it as straightforward as i did it if you were doing this macro that iv put here
Also 00 on your toolbar is Number 1
Name it : craft1
/ui action toolbarSlot00; <--Generic tool in slot 00(1,F1)on your toolbar
/pause 1;
/ui action defaultButton;
/pause 5; <--Change the number if you need more or less time
/nextcraftingstage;
/nextcraftingstage;
/createProtoType practice no item;
/createProtoType practice no item;
/pause 1;
/ui action toolbarSlot01; <--Generic tool in slot 01(2,F2)on your toolbar
/pause 1;
/ui action defaultButton;
/pause 5; <--Change the number if you need more or less time
/nextcraftingstage;
/nextcraftingstage;
/createProtoType practice no item;
/createProtoType practice no item;
/pause 1;
/macro craft1
and there you have it a 2 tool macro loop, and if you wanted to add another tool to it (if your cooldown is like 30ish)just take /macro craft1 off the end and add another line which would be;
/ui action toolbarSlot02; Bold Text<--Generic tool in slot 01(2,F2)on your toolbar
/pause 1;
/ui action defaultButton;
/pause 5; Bold Text<--Change the number if you need more or less time
/nextcraftingstage;
/nextcraftingstage;
/createProtoType practice no item;
/createProtoType practice no item;
/pause 1;
/macro craft1
and there it is, im pritty new to SWG so most people might know this already ^^ as my highist toon is now my crafter lol but macroing is easy just follow this
Star Wars Galaxies Macros
by credits on Nov.05, 2009, under Uncategorized
Falling asleep while trying to go over the same key sequences for hours? Got bored as repetitive tasks take up a huge part in your online routine? We have a solution. Sign up at Strategy Freaks and download SWG macros. Discuss them with other members and our employed experts as they reveal their latest Star Wars Galaxies macro scripts and techniques to deploy them at maximum efficiency. Bring your force with you and go PvP the life out of other players. Have all the fun you ever want while in front of the screen and run Star Wars Galaxies macros when you are away. Don’t be afraid that our programs will be too complicated.
Our community has gathered multiple Star Wars Galaxies macros ranging from simple point and click recording to expert scripting tools. Subscription fee you pay will be used on supporting private developers and employing full time moderators to take care of community content. With all benefits stated above, there is no reason not to join.
AFK Foraging and AFK Junk Looting
by credits on Nov.05, 2009, under SWG Credit Farming Guide
There are four macros I like to run when I’m AFK foraging. Each has their own purpose, and one of them isn’t necessary if you’re only junk looting.
The first macro I labeled “Lazy”. It’s pretty self-explanatory as to why lol.
/tar self;
/pause .1;
/ui action cycleTargetOutward;
/pause .1;
/ui action toolbarSlot01;
/pause 1;
/ui action cycleTargetOutward;
/pause .1;
/ui action toolbarSlot02;
/pause 1;
/ui action cycleTargetOutward;
/pause .1;
/ui action toolbarSlot03;
/pause 1;
/ui action cycleTargetOutward;
/pause .1;
/ui action toolbarSlot04;
/pause 1;
/ui action cycleTargetOutward;
/pause .1;
/ui action toolbarSlot05;
/pause .1;
/macro lazy;
My main is a bounty hunter, so everything is set up for that profession, however, you know your specials and know how to make them work, you’ll know how to set up this macro to work best for you. Also, I don’t use tool bar slot 1 in this macro, hence the macro starting out at 01 (for those of you not aware of it, the first slot is labeled “00″, not “01″. for more information, check out the macros threads on the official forums under Game Play Discussion).
How I have my toolbar set up is this:
Slot 2: Assault Mark 8
Slot 3: Razor Net Mark 3
Slot 4: Burn Mark 2
Slot 5: Cripple Mark 3
Slot 6: Ambush Mark 8
Before using this macro, you might wanna grab an ent buff primarily for action cost reduction. With lots of targets around, I guarantee you’ll run low on action pretty quick. At least, I do lol. But that’s a down side to being a bounty hunter.
The second macro I labeled “Buff”.
/ui action toolbarSlot13;
/pause 1;
/ui action toolbarSlot14;
/pause 700;
/macro buff;
What this does is about every ten minutes it refreshes two self buffs I have in my 14th and 15th toolbar slots. The first one is Favor of the Elders, the other is the Mustafarian Injector. You can use whatever buffs you want, and can even add to it, but make sure you adjust the pause timer for the reuse time on whatever buff has the shortest duration.
The third macro I think everyone and their mother knows. I labeled it “Loot”.
/tar corpse;
/pause .1;
/loot;
/pause .1;
/macro loot;
Pretty much does what it looks like. The trouble is when there’s a corpse without anything to loot on it that takes a few minutes to despawn, you’ll likely keep targeting the wrong corpse. You can either mouse-over the intended corpse, or you can delete the first half of the macro that targets the corpse.
Ok, now for the big macro that everyone wants. You don’t need droids, pets, or anything like that. All you need is yourself. And the willingness to ignore people pissed off about you spamming at base busts.
I labeled this one “Forage”.
/dance self;
/pause 2;
/dance self;
/pause 2;
/dance self;
/pause 2;
/dance self;
/pause 2;
/dance self;
/pause 2;
/forage;
/pause 1.75;
/macro forage;
Before using this macro, double check under Options > Graphics. There is a check box labeled “Disable Animation Priorities”. I’ve been using this macro consistently with that check box unchecked. It may work with it checked, you can try it if you want.
What this macro does is it makes your character step to the right about every two seconds, for 5 times, then forage. This gets you out of the area you last foraged. Keep in mind if you go into combat, and your character dodges with the animation for it, he/she will then be facing another direction, so they will likely start foraging along a different path.
Also, watch out for buildings and funny shaped trees, you may get stuck in a corner, such as the trees on Dathomir or the back side of a standard guild hall.
If you use all these macros together, you will likely end up with a lot of bait, rare components and the occasional disk. In fact, while I was writing this post, I looted a disk. This method has gotten me so many disks that I’ve labeled several backpacks in my house with the name of the planet the disk is meant to be used on, and nearly filled them all up.
If anyone has any questions, feel free to ask and I’ll answer them as soon as I can!
Happy AFK foraging!
SWG Credits For sale
Buy SWG Credits
Buy Credits
Sell EVE isk
Sell EVE isk
Sell isk
Easy Levelin Guide Compilation
by credits on Nov.05, 2009, under Uncategorized
SWG Credits For sale
Buy SWG Credits
Buy Credits
Looking through all of the different leveling guides because i, like everyone else, hate that grind. So i decided to put together a few of the guides i read into one and thought id post it here. Im not looking for points or anything like that, just want to add something to the community. Here goes..
Get yourself a pet. I recommend spending the money on a good one if u have the money, never know when your gonna want it. This will obviously require you to get to level 10, at least. Buy the exp buffs and food for your pet. Figure out which food your pet likes because the extra exp is a nice addition. Put 3 of your exp buffs on your toolbar and make a macro similar to this one:
Name: PStims
/ui action toolbarSlot00;
/pause 1;
/ui action toolbarSlot01;
/pause 1;
/ui action toolbarSlot02;
/pause 1;
/macro PStims
Wherever the toolbar slots are just examples. Put the stims wherever. Make a one for your food like this:
Name: PEat
/ui action toolbarSlot03;
/pause 360;
/macro PEat
Set up the rest of the macros you want like heals, afk macros, and what have you. Now on to the grinding part
Find some level 1 or 2 beasties to grind. For your pet to get exp you need to be fighting targets within 10 levels of yourself. This should take a few days. Your pet wont level higher than you but he will keep getting exp. If you examine him you will see his exp gain going up in percentage. After a few days you will see that he has capped out at 8000% exp. or something of that sort. If your level 11 it’ll be 7900% exp. and so on. So now respec to entertainer. Your pet will keep his exp. Master entertainer with a macro like this one:
Name:Flourish
/flourish 1;
/pause 5;
/flourish 2;
/pause 5;
/macro Flourish
Leave that for about 36 hours and you should be level 90 or nearing it. Now the tricky part, put enough exp into beast master to get healing abilities for your pet. Then find some level 80s and kill them until your pet is 90. He will gain 1 level per kill.
Finally, do legacy quests, meatlumps, so on and so forth but DO NOT complete any quests! Respec back to a combat proffesion and complete all of your quests. If you arnt level 90 keep doing missions. They’ll be a lot easier with your level 90 pet. You can even go to that place on the webweaver path where you cant be attacked.
So thats the guide. If i left anything out, well you should be able to fill in the blanks. I havnt personally mastered with this but i know it works because iv tested parts of it. You can also change it to your liking. Leveling with a pet is quite a nice way of doing it for a lot of reasons.
Looking for something?
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!
Visit our friends!
A few highly recommended friends...
Archives
All entries, chronologically...