Emistry - Dec 29, 2014 3:45
the current item doesnt give bonus aspd due to the parameter that received was 0.
the correct script should be[code=:0]
{
Id: 14509
AegisName: "Light_Center_Pot"
Name: "Light Concentration Potion"
Type: 2
Buy: 800
Weight: 20
Upper: 63
Script: <" sc_start SC_ATTHASTE_POTION1,1800000,4; ">
},
{
Id: 14510
AegisName: "Light_Awakening_Pot"
Name: "Light Awakening Potion"
Type: 2
Buy: 1500
Weight: 20
Job: 0xFFF7FEEF
Upper: 63
Script: <" sc_start SC_ATTHASTE_POTION2,1800000,6; ">
},
{
Id: 14511
AegisName: "Light_Berserk_Pot"
Name: "Light Berserk Potion"
Type: 2
Buy: 3000
Weight: 20
Job: 0x01E646A6
Upper: 63
Script: <" sc_start SC_ATTHASTE_POTION3,1800000,9; ">
},
[/code]
Frost - Nov 19, 2015 13:23
Fixed in [url="https://github.com/HerculesWS/Hercules/commit/d9ad1cc97be0a90b3ef2f653ae2d2cdd77dddd83"]https://github.com/HerculesWS/Hercules/commit/d9ad1cc97be0a90b3ef2f653ae2d2cdd77dddd83[/url]
iwarez - Nov 19, 2015 20:17
@Frost - I noticed this on my item_db.conf before and i didn't expect this will cause the problem. I also checked the RMS see the script for the concentration/awakes/berserk and the value was 0.
I think this is the fixed on my problem right? I will try to do this fix once I get home ^_^
[url="http://herc.ws/board/topic/11199-awakening-and-concentration-potion-not-working/#entry66155"]http://herc.ws/board/topic/11199-awakening-and-concentration-potion-not-working/#entry66155[/url]
Frost - Nov 20, 2015 12:06
@iwarez, maybe you use light concentration potion rather than concentration potion?