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

  • #008311

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (0)No (0)
Photo

Some SC_ bug

Posted by alohadoubt on 27 August 2014 - 01:55 AM

While working on my test server I tested one item which is

{
Id: 14526
AegisName: "Oriental_Pastry"
Name: "Oriental Pastry"
Type: 2
Buy: 0
Weight: 10
Upper: 63
Script: <" sc_start SC_PLUSMAGICPOWER,180000,10; ">
},

It says on description is 30 minutes and MATK will have additional +10, but after consuming the item, it didn't work, I got no MATK and only 3 minutes.

just like this one

{
Id: 14601
AegisName: "Tyr's_Blessing"
Name: "Tyr's Blessing"
Type: 2
Buy: 0
Weight: 10
Upper: 63
Trade: {
nodrop: true
noselltonpc: true
nogstorage: true
}
Script: <"
sc_start SC_INCFLEE,300000,30;
sc_start SC_INCHIT,300000,30;
sc_start SC_PLUSATTACKPOWER,300000,20;
sc_start SC_PLUSMAGICPOWER,300000,20;
">
},


only FLEE+30 works.

is this a bugged? or just because of my hexed?

server revision is confusing but I have updated this files since 08032014 with 20140205b hexed

Not Confirmed.

@EDIT:

Already test it but seem all of them are working fine. some of the effects not seen in your status but the effect is working.

Edited by Frost, 04 September 2014 - 09:30 AM.


changed status to: Fixed

Fixed in https://github.com/H...dfdd1d222e908d0
Matk and ATK status are not show in window status as official but it's working.