Need help with starter macro.

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

XSDenied
Noob
Noob
Posts: 18
Joined: 06 Jul 2009, 10:38
Noob?: Yes

Need help with starter macro.

#1 Post by XSDenied »

I have no clue how to create a macro for the character creation + training grounds. It seems like there are a lot of botters that are already doing this.
If someone could help me that would be great.

I only have the finishing training macro but i haven't tested it yet...

Code: Select all

automacro merchStart {
	priority 1
	exclusive 1
	run-once 1
	base == 12

call {
	do sit
	do move 98 45 new_1-3
	do talknpc 97 50 c r0 c r4
	call saveAlberta
}
}

macro saveAlberta {
	run-once 1
call {
	do talknpc 113 60 c r0
	do stand
}
}
Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: Need help with starter macro.

#2 Post by Kaspy »

[EN]
What exactly is your problem or questions?

[PT-BR]
Qual é, exatamente, o seu problema e dúvida?
Image
XSDenied
Noob
Noob
Posts: 18
Joined: 06 Jul 2009, 10:38
Noob?: Yes

Re: Need help with starter macro.

#3 Post by XSDenied »

Well i am trying to create a macro for character auto-creation and noob training. I want the macro to create the character using random numbers for hair style and hair color. Then when that part is over with I wanted to try and get them to talk to all the "Training Grounds" NPCS by themselves, so that they can get to their first job w/o any help.

I feel like this will be a little to much for me because i don't have as many days off at work as i would like.
Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: Need help with starter macro.

#4 Post by Kaspy »

[EN]
I think I've seen this macro you need this forum.
Also this forum is unofficial Brazilian: http://brocenter.com/forum/viewtopic.php?f=44&t=451

[PT-BR]
Acho que já vi essa macro que precisa nesse fórum.
Também tem neste fórum brasileira não-oficial: http://brocenter.com/forum/viewtopic.php?f=44&t=451
Image
XSDenied
Noob
Noob
Posts: 18
Joined: 06 Jul 2009, 10:38
Noob?: Yes

Re: Need help with starter macro.

#5 Post by XSDenied »

COOL! thanks for the tip! Except i don't read in spanish/portugese so i have to figure it all out from the base structure... >__>