Magic Power statuses

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.
ahuks
Noob
Noob
Posts: 10
Joined: 22 Apr 2008, 23:29
Noob?: Yes
Location: Philippines

Magic Power statuses

#1 Post by ahuks »

I'm having problem with my config HW Magic Power(Amplify Magic) skill which is if you cast a spell the effect will were off, the problem was whenever i cast a spell which is Firebolt the skill statuses won't were off until a second 20-30 sec from the time it cast Magic Power, so that the skill won't cast until that time. Can someone help me with this, i don't know what the problem is, maybe in recvpackets.txt or maybe sequence in the src.

Code: Select all

attackSkillSlot Firebolt {
	lvl 8
	dist 8
	maxCastTime 0
	minCastTime 0
	hp
	sp > 10
	whenStatusActive Magic Power
	whenStatusInactive
	aggressives
	previousDamage
	stopWhenHit 0
	inLockOnly 0
	notInTown 0
	timeout 0
	disabled 0
	monsters Wood Goblin, Mantis, Les
	notMonsters Poporing
	maxAttempts
	maxUses
}

Code: Select all

useSelf_skill Magic Power {
	lvl 10
	whenStatusActive
	whenStatusInactive Magic Power
        timeout 1
}
currently im using this code but still its not perfect.

Code: Select all

attackComboSlot Magic Power {
	lvl 10
	afterSkill Firebolt
	waitBeforeUse 3
	isSelfSkill 1
	target_deltaHp
}
Bang Bang...
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Magic Power statuses

#2 Post by EternalHarvest »

ahuks
Noob
Noob
Posts: 10
Joined: 22 Apr 2008, 23:29
Noob?: Yes
Location: Philippines

Re: Magic Power statuses

#3 Post by ahuks »

Bang Bang...