Page 5 of 11

Re: Configuring Archer/Hunter/Bard/Dancer

Posted: 11 Jul 2008, 14:19
by Ice_Dragon
I tried to auto equip the best arrow element to the monster:
ie.

Code: Select all

autoSwitch skeggiold {
	arrow arrow of shadow
}

autoSwitch Elder Willow {
	arrow Crystal Arrow
}

autoSwitch plasma {
	arrow immatrial arrow
}

autoSwitch skogul {
	arrow oridecon arrow
}
the problem is, i don´t want to do this each and every time i change the map.
is there a way to autoSwitch the arrow every time the monster element change?
ie. (it doesn´t work)

Code: Select all

autoSwitch monster fire 2 {
	arrow Crystal Arrow
}

autoSwitch ghost 4 {
	arrow immatrial arrow
}

Re: Configuring Archer/Hunter/Bard/Dancer

Posted: 11 Jul 2008, 17:53
by openkore129
I'm afraid you'll have to do it everytime you change a map, because afaik you can't put monster properties in autoswitch, only monster names. Besides, it doesn't take all that long to change the monster names...

Re: Configuring Archer/Hunter/Bard/Dancer

Posted: 14 Jul 2008, 10:09
by Ice_Dragon
i made some changes, so that anyone can use the arrow change.

Code: Select all

######## Element autoSwitch ########
#This is a list, to autoSwitch the arrows, to deal maximal damage.
#i think it can also used for autoswitch equipment (just try)
#just put the monstername to the element, he belongs to.

#Monster Element Neutral lvl 1-4 100% with Neutral attack
#Monster Element Poison lvl 1-2 100% with Neutral attack
autoSwitch frus,Waste Stove,Teddy Bear,RSX 0806,Thief Bug,Mineral,Phreeoni,Tao Gunka,skogul,Metaling {
	arrow oridecon arrow
}

#Monster Element Water lvl 1-2 175% lvl 3-4 200% with Wind attack
autoSwitch Plankton,Whitesmith Howard,Howard Alt-Eisen,Ice Titan,Snowier,Gazeti,Ktullanux,Iceicle,Spore,Gemini-S58,Marc,Hydra,Swordfish,Marine Sphere,Phen,Merman,Garm {
	arrow Arrow of Wind
}

#Monster Element Earth lvl 1 150% lvl 2 175% lvl 3-4 200% with Fire attack
autoSwitch Armeyer Dinze,Obsidian,Whitesmith Howard,Amon Ra,Turtle General,Orc Hero,Orc Lord,Maya {
	arrow Fire Arrow
}

#Monster Element Fire lvl 1 150% lvl 2 175% lvl 3-4 200% with Water attack
autoSwitch Elder Willow,Seyren Windsor,Nine Tail,Egnigem Cenia,Lord Knight Seyren,Moonlight,Golden Thief Bug,Egnigem Cenia,Eddga,Golden Thief Bug {
	arrow Crystal Arrow
}

#Monster Element Wind lvl 1 150% lvl 2 175% lvl 3-4 200% with Earth attack
autoSwitch Anopheles,Cecil Damon,Bacsojin,Sniper Cecil,Stormy Knight,Mistress {
	arrow Stone Arrow
}

#Monster Element Holy lvl 1 125% lvl 2 150% lvl 3 175% lvl 4 200% with Dark attack
autoSwitch skeggiold,Margaretha Sorin,Angeling,Valkyrie Randgris,Errende Ebecee,High Priest Margaretha {
	arrow arrow of shadow
}

#Monster Element Shadow lvl 1 125% lvl 2 150% lvl 3 175% lvl 4 200% with Holy attack
#Monster Element Undead lvl 1 150% lvl 2 175% lvl 3-4 200% with Holy attack
#Monster Element Poison lvl 3-4 125% with Holy attack
autoSwitch Baphomet,Eremes Guile,Dark Lord,Lord of Death,Osiris,Pharaoh,Detale,Incantation Samurai,Doppelganger,Dracula,Drake,Thief Assassin Cross Eremes,Bug Egg,Thief Bug Female,Thief Bug Male,Tarou,Remover,Wikebine Tres {
	arrow Arrow of Counter Evil
}

#Monster Element Ghost lvl 1 125% lvl 2 150% lvl 3 175% lvl 4 200% with Ghost attack
autoSwitch plasma,Kathryne Keyron,Laurell Weinder,Dark Snake Lord,High Wizard Kathryne {
	arrow immatrial arrow
}

Re: Configuring Archer/Hunter/Bard/Dancer

Posted: 21 Jul 2008, 08:35
by Nirvana
Hi,
Please help me with switching arrow.I need to equips fire arrow for spring rabbit, stone arrow for dragontail.I am not using any skill except improve concentration.Im just killing them by using normal shots.
Please lemme know about the same.
Thanks

Re: Configuring Archer/Hunter/Bard/Dancer

Posted: 22 Jul 2008, 13:29
by openkore129
Nirvana wrote:Hi,
Please help me with switching arrow.I need to equips fire arrow for spring rabbit, stone arrow for dragontail.I am not using any skill except improve concentration.Im just killing them by using normal shots.
Please lemme know about the same.
Thanks
Do you even bother to look at the thread? What does the previous post to yours say?

Re: Configuring Archer/Hunter/Bard/Dancer

Posted: 22 Jul 2008, 13:39
by Nirvana
Thnx :)

Re: Configuring Archer/Hunter/Bard/Dancer

Posted: 23 Jul 2008, 07:58
by Macrae
Can anyone help me...I need to know the proper way to configure a support Bard.
Im trying to run Poem Of Bragi but it wont work.

I put this and thought it was right...

Code: Select all

useSelf_skill Poem Of Bragi {
	lvl 10
	sp < 50%
	whenStatusInactive Poem Of Bragi
	timeout 5
}
Can someone show me the proper way?

Re: Configuring Archer/Hunter/Bard/Dancer

Posted: 23 Jul 2008, 12:53
by sli
Macrae wrote:Can anyone help me...I need to know the proper way to configure a support Bard.
Im trying to run Poem Of Bragi but it wont work.

I put this and thought it was right...

Code: Select all

useSelf_skill Poem Of Bragi {
	lvl 10
	sp < 50%
	whenStatusInactive Poem Of Bragi
	timeout 5
}
Can someone show me the proper way?
Use it manually to make sure that's the correct status effect, and remove the timeout.

Re: Configuring Archer/Hunter/Bard/Dancer

Posted: 23 Jul 2008, 19:13
by Macrae
sli wrote:
Macrae wrote:Can anyone help me...I need to know the proper way to configure a support Bard.
Im trying to run Poem Of Bragi but it wont work.

I put this and thought it was right...

Code: Select all

useSelf_skill Poem Of Bragi {
	lvl 10
	sp < 50%
	whenStatusInactive Poem Of Bragi
	timeout 5
}
Can someone show me the proper way?
Use it manually to make sure that's the correct status effect, and remove the timeout.
Im not sure how to cast skills manually.
But I had someone cast it while I was on the bot and it said...
""player" has cast Bragi's Poem on himself."
Ive tried it with that name and "timeout 0" but still nothing.

Re: Configuring Archer/Hunter/Bard/Dancer

Posted: 24 Jul 2008, 03:21
by Engydoggy
Macrae wrote:
sli wrote:
Macrae wrote:Can anyone help me...I need to know the proper way to configure a support Bard.
Im trying to run Poem Of Bragi but it wont work.

I put this and thought it was right...

Code: Select all

useSelf_skill Poem Of Bragi {
	lvl 10
	sp < 50%
	whenStatusInactive Poem Of Bragi
	timeout 5
}
Can someone show me the proper way?
Use it manually to make sure that's the correct status effect, and remove the timeout.
Im not sure how to cast skills manually.
But I had someone cast it while I was on the bot and it said...
""player" has cast Bragi's Poem on himself."
Ive tried it with that name and "timeout 0" but still nothing.
The effect is not always called the same as the name of the skill. Take for instance berserk potions, when you drink one, even thought it's called berserk potion, the effect is called concentration potion. You need to look at the line that comes after "you cast X skill on yourself", look below, where it says "you are now skill's effect name.

Perhaps the name of the effect from Poem of Bragi is not called Poem of Bragi.