Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008482

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (0)No (0)
Photo

Light Center/Awakening/Bersek Potion

Posted by Emistry on 29 December 2014 - 03:45 AM

the current item doesnt give bonus aspd due to the parameter that received was 0.

the correct script should be

{
	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; ">
},

@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 ^_^
http://herc.ws/board...ing/#entry66155

@iwarez, maybe you use light concentration potion rather than concentration potion?

changed status to: Fixed