• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Gold Capsule (Failed to use potion)

Newbie Spellweaver
Joined
Jan 31, 2009
Messages
14
Reaction score
0
Hi,

i still got the "Failed to use potion" error.
I already extended the time in "ActionPointSystem.ini" to year 2020:

Code:
[Action_Select_0]
Use = 1
Reset = 0
Action_Code = 0

BEGIN_YEAR	= 2010
BEGIN_MONTH	= 10
BEGIN_DAY	= 01
BEGIN_HOUR	= 12
BEGIN_MINUTE	= 00

END_YEAR	= 2020
END_MONTH	= 01
END_DAY		= 01
END_HOUR	= 00
END_MINUTE	= 00


[Action_Select_1]
USE = 1
Reset = 0
Action_Code = 1

BEGIN_YEAR	= 2010
BEGIN_MONTH	= 10
BEGIN_DAY	= 01
BEGIN_HOUR	= 12
BEGIN_MINUTE	= 00

END_YEAR	= 2020
END_MONTH	= 01
END_DAY		= 01
END_HOUR	= 00
END_MINUTE	= 00

[Action_Select_2]
USE = 1
Reset = 0
Action_Code = 2

BEGIN_YEAR	= 2010
BEGIN_MONTH	= 10
BEGIN_DAY	= 01
BEGIN_HOUR	= 12
BEGIN_MINUTE	= 00

END_YEAR	= 2020
END_MONTH	= 01
END_DAY		= 01
END_HOUR	= 00
END_MINUTE	= 00

any idea what i have done wrong?
 
Banned
Banned
Joined
Dec 24, 2014
Messages
100
Reaction score
6
Try this one
;0 Î÷êè îáðàáîòêè;1 Î÷êè óáèéñòâà
;2 Çîëîòûå î÷êè


[Action_Select_0]
Use = 1
Reset = 0
Action_Code = 0


BEGIN_YEAR = 2010
BEGIN_MONTH = 10
BEGIN_DAY = 01
BEGIN_HOUR = 12
BEGIN_MINUTE = 00


END_YEAR = 2015
END_MONTH = 01
END_DAY = 01
END_HOUR = 00
END_MINUTE = 00




[Action_Select_1]
USE = 1
Reset = 0
Action_Code = 1


BEGIN_YEAR = 2010
BEGIN_MONTH = 10
BEGIN_DAY = 01
BEGIN_HOUR = 12
BEGIN_MINUTE = 00


END_YEAR = 2015
END_MONTH = 01
END_DAY = 01
END_HOUR = 00
END_MINUTE = 00


[Action_Select_2]
USE = 1
Reset = 0
Action_Code = 2


BEGIN_YEAR = 2010
BEGIN_MONTH = 10
BEGIN_DAY = 01
BEGIN_HOUR = 12
BEGIN_MINUTE = 00


END_YEAR = 2015
END_MONTH = 01
END_DAY = 01
END_HOUR = 00
END_MINUTE = 00
 
Upvote 0
Newbie Spellweaver
Joined
Jan 14, 2014
Messages
38
Reaction score
1
try this sir

[Action_Select_0]
;; USE <°ªÀÌ 1À̸é À̺¥Æ® ÁøÇà »ç¿ë, 0À̸é À̺¥Æ® Á¾·á>
Use = 1
;; Reset <°ªÀÌ 1À̸é À̺¥Æ® Á¾·á ÈÄ ¸®¼Â, 0ÀÌ¸é ¹Ý´ë>
Reset = 1
;; Action_Code <°ªÀÌ 0 = °¡°ø , 1 = ¸ó½ºÅÍ Å³, 2 = Ȳ±ÝÆ÷ÀÎÆ® >
Action_Code = 1


BEGIN_YEAR = 2013
BEGIN_MONTH = 03
BEGIN_DAY = 01
BEGIN_HOUR = 09
BEGIN_MINUTE = 55


END_YEAR = 2020
END_MONTH = 08
END_DAY = 02
END_HOUR = 00
END_MINUTE = 00




[Action_Select_1]


USE = 1
Reset = 1
Action_Code = 1


BEGIN_YEAR = 2013
BEGIN_MONTH = 03
BEGIN_DAY = 08
BEGIN_HOUR = 09
BEGIN_MINUTE = 55


END_YEAR = 2020
END_MONTH = 08
END_DAY = 03
END_HOUR = 00
END_MINUTE = 00


[Action_Select_2]


USE = 1
Reset = 1
Action_Code = 2
BEGIN_YEAR = 2013
BEGIN_MONTH = 03
BEGIN_DAY = 09
BEGIN_HOUR = 00
BEGIN_MINUTE = 00


END_YEAR = 2020
END_MONTH = 03
END_DAY = 31
END_HOUR = 23
END_MINUTE = 59
 
Upvote 0
Back
Top