HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
Message
Author
pimohdaimaoh
Noob
Noob
Posts: 3
Joined: 14 Nov 2010, 13:45
Noob?: No

HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

#1 Post by pimohdaimaoh »

can you give me some string command in skill config how to set to combo the skill COUNTER SLASH after WEAPON BLOCKING successfully block the attacks i tried using the combo skill command but its not working (i think it only works in MONK combo skills)

j0wjen
Human
Human
Posts: 35
Joined: 04 Oct 2010, 20:58
Noob?: Yes

Re: HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

#2 Post by j0wjen »

You can try my macro. its not 100% effective. but it works..

automacro Weapon Blocking {
console /You use Weapon Blocking on yourself/i
sp > 20%
call {
do ss 2029 5
release Weapon Blocking
}

can someone can polish my macro?

pimohdaimaoh
Noob
Noob
Posts: 3
Joined: 14 Nov 2010, 13:45
Noob?: No

Re: HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

#3 Post by pimohdaimaoh »

well where do i put the skill Counter crash after this macro string? since after it releases the weapon block it needs to auto cast counter slash to itself?

benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood
Contact:

Re: HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

#4 Post by benj1320 »

you have to know first the STATUS when wepon blocking is triggered to make counter slash work.
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template

j0wjen
Human
Human
Posts: 35
Joined: 04 Oct 2010, 20:58
Noob?: Yes

Re: HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

#5 Post by j0wjen »

i have something in mind. ill try it later.. thx benj

kaldabog
Plain Yogurt
Plain Yogurt
Posts: 83
Joined: 08 Sep 2010, 13:45
Noob?: No

Re: HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

#6 Post by kaldabog »

I used macro on this skill you can try j0wjen's macro but asking about macros should be in the macros section

pimohdaimaoh
Noob
Noob
Posts: 3
Joined: 14 Nov 2010, 13:45
Noob?: No

Re: HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

#7 Post by pimohdaimaoh »

@benj

yes i get your point to know its status when it using the skills BUT its different in this skill because everytime he activates "WEAPON BLOCKING" there none status effect that prints in the console its just an active buff of weapon blocking and not the trigger status may seen and that is the problem

ultragun
Noob
Noob
Posts: 15
Joined: 22 Oct 2010, 21:42
Noob?: Yes

Re: HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

#8 Post by ultragun »

You get Weapon Blocking status when you buff yourself with weapon blocking.

when you are already buffed with Lv. 5 weapon blocking and it activates, the console will type this:

Code: Select all

You use Weapon Blocking on yourself (Lv: 1)
(eventhough you have a Lv. 5 buff on yourself, when it triggers, it will be still Lv. 1)

at this point you have 2 seconds to make a cross slash or weapon crush.

gueshoo
Noob
Noob
Posts: 4
Joined: 25 Nov 2010, 10:58
Noob?: No

Re: HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

#9 Post by gueshoo »

useSelf_skill Weaponblocking {
lvl 1
whenStatusInactive Weapon Blocking
sp > 10%
inLockOnly 1
timeout 180
}

attackComboSlot Counterslash {
lvl 3
afterSkill Weaponblocking
dist 1.5
sp > 20%
monsters Raydric, Raydric Archer, Khalitzburg, Kobold-1, Kobold-2, Kobold-3
waitBeforeUse 0.3
isSelfSkill 1
maxUses 90
}
well i tried doing this. i had no problems in casting weapon blocking, it works fine. my problem is that my GX doesn't use counterslash afterwards. i'm not so sure if there's some mistake with the combo slot i made. can anyone help me?

btw in the console under Statuses, WB is written as Weapon Blocking, while when it is activated when under attacked by a monster the console says Weaponblocking which made me a little confused. please help, thanks. :)

gueshoo
Noob
Noob
Posts: 4
Joined: 25 Nov 2010, 10:58
Noob?: No

Re: HOW to CONFIG on GLT Cross skill WEAPON BLOCK w WEAPON SLASH

#10 Post by gueshoo »

btw ignore my question. i've already found the answer myself just now. after a couple of trial and errors, i managed to finally get it right. thanks again anyways.

Post Reply