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

  • #007330

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (0)No (0)
Photo

Halohalo

Posted by kyeme on 07 June 2013 - 04:30 AM

12247,Halohalo,Halo-Halo,2,2,,100,,,,,0xFFFFFFFF,7,2,,,20,,,{ sc_start SC_INCALLSTATUS,600000,3; },{},{}
Official: Status foods and halohalo cant stack together if you used it.

Ind 
changed status to: Needs More Info

what status foods? the +1/+2/.../+10 stuff?

All foods like Hwergelmir's Tonic
Example:
My DEX = 99 + __

If I use Dex Food +2 and Halohalo my Dex will be:
DEX 99 + 3

If I use Dex Food +4 and Halohalo my Dex will be:
DEX 99 + 4
NOT DEX 99 + 3 + 4

won't be stack with cash food/ cook food and you will receive higher option.

Edited by kyeme, 02 December 2013 - 04:11 AM.


changed status to: Confirmed

Confirming on Aegis
// ID: 12247	
item Halohalo				
	event OnConsume:			
		AddParamTime VAR_STR 3 600		
		AddParamTime VAR_DEX 3 600		
		AddParamTime VAR_AGI 3 600		
		AddParamTime VAR_INT 3 600		
		AddParamTime VAR_VIT 3 600		
		AddParamTime VAR_LUK 3 600		
	return

It should be:
	Script: <"
		sc_start SC_FOOD_STR,600000,3;
		sc_start SC_FOOD_DEX,600000,3;
		sc_start SC_FOOD_AGI,600000,3;
		sc_start SC_FOOD_INT,600000,3;
		sc_start SC_FOOD_VIT,600000,3;
		sc_start SC_FOOD_LUK,600000,3;
	">


12247,Halohalo,Halo-Halo,2,2,,100,,,,,0xFFFFFFFF,7,2,,,20,,,{ sc_start SC_INCALLSTATUS,600000,3; },{},{}
Official: Status foods and halohalo cant stack together if you used it.


Is it only on halohalo?

changed status to: Fixed