How I classed Bard from Base in 2 days
Posted: Fri May 03, 2019 9:11 pm
Edit: Tip: Train all your 40% and 65% skills while you're still base class. Don't class bard till these are capped.
This is how I achieved Bard class from Base. It may not be the best method but it worked for me in 2 days irl time.
Hopefully someone someday can find this useful.
#1 Do NOT afk macro (If you have to step away from the pc, log out. bio, food, door, kids, pets, house is on fire.. just log out and when you're back, log back in and start up again.)
Magic User Base Class
Starter Skills:
50 Resist (other option is 50 Med, this will remove altar step)
30 Magery
30 Music
Starter Stats:
30 str, 5 dex, 5 int
Vendor Train:
Mace,Tactics, Peace, Provo, Meditation
Training Steps:
1. Bank everything except pants.
2. Pick cotton, flax & food till 60+ STR & 45 Dex
*This can be done at the New Player Training Grounds. (Brit west inn basement)
3. Go to Altar in Brit, take pants off. Meditation train till 40.0
*Get gold from bank, buy a Tambourine & Harp.
4. Train Music with Tambourine: Shielding 30-45, True Seeing 45-55, 55-60 Boosting.
4. Train Music with Harp: 60-65 Recovery
*Note: You can start training say 60-65 at 59.5 for example, this applies to all songs listed.
5. Gather up a large pack of weak hostile monsters and run laps around them while running this macro. The more monsters the faster the gains.
Keep in mind the rules when macroing with hostile monsters:
*If your STR is not 70 yet proceed to Mace training.
6. Buy a pickaxe and head 1 building north of the East Brit Inn. Train Mace on a training dummy.
Skills so far: 40 med, 65 music, 65 peace(, ~40+ Mace)
Stats so far: 70+ str, 45+ dex, 60+ int
Congrats you can class bard!
Turn the Cotten and Flax into Bolts of cloth & sell them to a Tailor or have the Tailor cut them into bandages for you to sell to players.
This is how I achieved Bard class from Base. It may not be the best method but it worked for me in 2 days irl time.
Hopefully someone someday can find this useful.
#1 Do NOT afk macro (If you have to step away from the pc, log out. bio, food, door, kids, pets, house is on fire.. just log out and when you're back, log back in and start up again.)
Magic User Base Class
Starter Skills:
50 Resist (other option is 50 Med, this will remove altar step)
30 Magery
30 Music
Starter Stats:
30 str, 5 dex, 5 int
Vendor Train:
Mace,Tactics, Peace, Provo, Meditation
Training Steps:
1. Bank everything except pants.
2. Pick cotton, flax & food till 60+ STR & 45 Dex
*This can be done at the New Player Training Grounds. (Brit west inn basement)
3. Go to Altar in Brit, take pants off. Meditation train till 40.0
Code: Select all
;Posted by Chivay on the Pangaea Forums
;http://www.pangaea-world.dk/forum/viewtopic.php?f=51&t=5317&p=124330&hilit=altar#p124330
;Script for training meditation at the altar in Britain. Just go near the altar and start the script.
click:
finditem ZEL G_1
set #lobjectid #findid
Event Macro 17 0
wait 5
while #CONTNAME <> generic_gump
wait 10
click 61 83
goto scan
scan:
if you_sacrifice in #sysmsg
{
wait 5
goto click
}
else
{
wait 1
goto scan
}
4. Train Music with Tambourine: Shielding 30-45, True Seeing 45-55, 55-60 Boosting.
4. Train Music with Harp: 60-65 Recovery
*Note: You can start training say 60-65 at 59.5 for example, this applies to all songs listed.
Code: Select all
;Written by Baoler
;Play the song you want to train with before starting.
loop:
msg .lastsong$
set %tim3 #SCNT + 20 ;Incase it get's stuck.
set %jrnl #jindex
set %jrnl %jrnl + 1
wait 1s
scanloop:
wait 1
if #jindex >= %jrnl
{
scanjournal %jrnl
if You_stop_playing in #journal
goto loop
set %jrnl %jrnl + 1
}
if %tim3 < #SCNT
{
goto loop
}
goto scanloop
wait 1
goto loop
Keep in mind the rules when macroing with hostile monsters:
Any training situation where the monster is stuck, or prevented to get to you, will be considered as abusing.
Code: Select all
loop:
Event Macro 13 9 ;Peacemaking
wait 8s
goto loop
6. Buy a pickaxe and head 1 building north of the East Brit Inn. Train Mace on a training dummy.
Code: Select all
Finditem WDG G_1
if #findcnt <= 0
{
Display ok Can't find Training Dummy, halting.
Halt
}
set %dummy #findid
loop:
set #lobjectid %dummy
event macro 17
wait 40
goto loop
Stats so far: 70+ str, 45+ dex, 60+ int
Congrats you can class bard!
Turn the Cotten and Flax into Bolts of cloth & sell them to a Tailor or have the Tailor cut them into bandages for you to sell to players.