I got enchant blade to work on my rune knight!

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Message
Author
gimli
Noob
Noob
Posts: 9
Joined: 20 Oct 2010, 12:57
Noob?: Yes

I got enchant blade to work on my rune knight!

#1 Post by gimli »

Woot! This is my first topic where I actually contribute something rather than ask a question! Not sure where to post this though; wouldn't let me put it on the FAQs section. Anyway, I was playing around and got enchant blade to work on my rune knight. You can't just use "enchant blade", and it is finicky with spaces and case sensitive, so copy exactly:

Code: Select all

useSelf_skill Enchantblade {
	lvl 1
	maxCastTime 0
	minCastTime 0
	hp
	sp > 20
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive EFST_ENCHANTBLADE
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 1
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}

TruFlip1011
Moderators
Moderators
Posts: 39
Joined: 16 Sep 2010, 21:56
Noob?: No
Location: West Palm Beach Fl
Contact:

Re: I got enchant blade to work on my rune knight!

#2 Post by TruFlip1011 »

editted first post!
LEARN TO USE: [ code ] [ /code ]
TruFlip
"Live life to the fullest. Regret none."

Image

nickolas7280
Noob
Noob
Posts: 2
Joined: 19 Nov 2010, 01:54
Noob?: No

Re: I got enchant blade to work on my rune knight!

#3 Post by nickolas7280 »

nice job, i have tried to make that skill work for almost a week, good on ya =D :mrgreen:

Post Reply