automacro spellfist (working,need expert suggestion)

Moderator: Moderators

Message
Author
moongetter
Noob
Noob
Posts: 3
Joined: 20 Dec 2010, 00:48
Noob?: Yes

Re: automacro spellfist (working,need expert suggestion)

#11 Post by moongetter »

Alright... after long trial and error, and some modifications, finally I have courage to post my macro setting, thank you to all of you who replied my post.

So here's my current setting I use in manuk field 02 :
a. in config :

Code: Select all

attackAuto 2
attackAuto_party 1
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 1
attackAuto_inLockOnly 1
attackDistance 1
attackDistanceAuto 1.5
attackMaxDistance 1
attackMaxRouteDistance 10
attackMaxRouteTime 5
attackMinPlayerDistance 0
attackMinPortalDistance 6
attackUseWeapon you can either type 1 or 0, but I prefer 1
attackNoGiveup 1
attackCanSnipe 0
attackCheckLOS 1
attackLooters 1
attackChangeTarget 0
aggressiveAntiKS 0
b. still in config :

Code: Select all

attackSkillSlot Fire Bolt {
	label FB
	lvl 10
	dist 8
	maxCastTime 0
	minCastTime 0
	hp
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive
	whenFollowing
	spirit
	aggressives
	previousDamage
	stopWhenHit 0
	inLockOnly 1
	notInTown 0
	timeout
	disabled 0
	monsters Bradium Golem,Tatacho
	notMonsters
	maxAttempts 3
	maxUses 1
	target_whenStatusActive
	target_whenStatusInactive
	target_deltaHp
	inInventory
	isSelfSkill 0
	equip_topHead
	equip_midHead
	equip_lowHead
	equip_leftHand
	equip_rightHand
	equip_leftAccessory
	equip_rightAccessory
	equip_robe
	equip_armor
	equip_shoes
	equip_arrow
	manualAI 0
}


c. again, config :

Code: Select all

teleportAuto_atkCount 7
d. finally, on macro (big thanks to Ozye for your macro advice, I just modified it a little ^^)

Code: Select all

automacro start attack {
console /You are now attacking/i
call {
pause .2
call enabled
}
timeout 2
}


automacro spellfist_fb {
console /You are casting Fire Bolt/i
call {
pause .2
do ss 2445 5
release spellfist_fb
do conf FB.disabled 1
$fb = 0
}
timeout 2
}



automacro countspell {
console /You attack Monster/i
call {
$fb++
log FB Attack count : $fb
call check_fb
}
}

macro check_fb {
if ($fb > 1) call enabled
}

macro enabled {
do conf FB.disabled 0
release countspell
log Fire Bolt Enable !
stop
}

note : equipping phen accessory,using awakening pot,double casting buff only...
@altandf4 : using attack combo slot, spell fist often fails, but thanks anyway...

and again, THANK YOU VERY MUCH

nb : to moderator, I think I double posted, just delete the previous please

Hellion300
Noob
Noob
Posts: 1
Joined: 24 Dec 2011, 23:44
Noob?: Yes

Re: automacro spellfist (working,need expert suggestion)

#12 Post by Hellion300 »

good day guys recently (last month) i started reading this post

here is my macro

#######################################
########SPELL FIST#####################
#######################################

automacro spellfistc {
console /You are casting Cold Bolt/i
call {
do ss 2445 5
release spellfistc
pause 1
do conf attackUseWeapon 1
}
}

automacro spellfistf {
console /You are casting Fire Bolt/i
call {
do ss 2445 5
release spellfistf
pause 1
do conf attackUseWeapon 1
}
}

as for the config
attack slots bolts are @ dist 4,3,2,1

the problem it aint spontaneous. meaning i rather let it cast Bolt skills rather than doing spellfist macro. need help

Post Reply