• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Fastest way to raise skills (1 Viewer)

Skorpyon

New member
Joined
Feb 11, 2005
RedCents
I been using the AFK macro since lvl 18.


Now that i am 60+ I am thinking i need to spend one day working on my skills like

Hide, Sneak, Parry, 1hand slashing, Duel Wield, Forage etc....


Anyone have any idea where i can raise all of these up the fastest. Without dieing. I know sneak/Hide forage can be done easy but the fighting Offense, Defense, etc are in low 100s and need them up in 200s so when i raid i can actually be a value.
 
I found a good macro for fishing and foraging if anyone want to try it out..

---------------------------------------------------------------------

|*******************************************************************|
| - YodaFish.mac - *|
| *|
| Usage: *|
| To Fish and Gate if anything attacks you. *|
| Will Sit and camp out when you run out of bait. *|
| To be used with a Fisherman's Companion. *|
| *|
|*******************************************************************|

#turbo

#event BrokenPole "#*#You can't fish without a fishing pole, go buy one.#*#"
#event NoBait "#*#You can't fish without fishing bait, go buy some.#*#"

Sub Main
/cleanup
:Fish
/call CheckPole
/doability Fishing
/delay 65
/doevents

/if (!${Cursor.ID}) /goto :Fish
/destroy
/delay 1s
/call yafm
/goto :Fish
/return

Sub KeepItem
/if (${Cursor.Name.NotEqual[Fish Scales]}) /echo Caught ${Cursor.Name}
/notify InventoryWindow IW_CharacterView leftmouseup
/return

Sub CheckPole
/if (${Me.Inventory[mainhand].Name.Find[Fishing Pole]}) /return
/echo You need to put your fishing pole in your primary hand.
/endm
/return

Sub Event_BrokenPole
/endmacro
/return

Sub Event_NoBait
/endmacro
/return

sub yafm

/cleanup

| Verify that we have the ability to forage.
/if (${Me.Skill[Forage]}==0) {
/echo You cannot forage, silly person!
/goto :Exit
}

:Forage
/delay 1s
| If we can forage then do so.
/if (${Me.AbilityReady[Forage]}) {
/doability forage
/delay 5s
}

| If we successfully foraged something then take care of it.
/if (${Cursor.ID}) {
:LootIt
/echo Foraged ${Cursor.Name}
/autoinventory
/delay 2
/if (${Cursor.ID}) /goto :LootIt
}

/return



--------------------
 
Its going to be semi hard, depending on your class too, you will need defense skill and the only way to get puppy up is to... yes.. get your ass beat down plenty of times, so either way you see it you will have to play the character even a little bit :)
Id suggest go group with guys lower lvl than you and get your skills up like that for the ones you cant do with macros. However, let me grab you a link.. http://www.redguides.com/community/showthread.php?t=15&highlight=skills+macro there should be some usefull info there for certain skill raising strategies, enjoy.
 
Fastest way to raise skills

Users who are viewing this thread

Back
Top