Relog command
Code: Select all
doCommand relog 10 {
	hp
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive EFST_NOEQUIPWEAPON
	whenStatusInactive
	whenFollowing
	spirit
	amuletType
	aggressives
	monsters
	notMonsters
	monstersCount
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout
	disabled 0
	inInventory
	inCart
	inMap
	manualAI 0
}Code: Select all
equipAuto {
	topHead
	midHead
	lowHead
	leftHand
	rightHand +7 Crimson Twohand Sword [Ice] [2]
	leftAccessory
	rightAccessory
	robe
	armor
	shoes
	arrow
	monsters
	notMonsters
	monstersCount
	weight 0
	whileSitting
	hp
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction sitAuto
	whenStatusActive
	whenStatusInactive EFST_AURABLADE
	whenFollowing
	spirit
	amuletType
	aggressives
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}

