Issue information

Issue ID
#8311
Status
Fixed
Severity
None
Started
alohadoubt
Aug 27, 2014 1:55
Last Post
Michi
Sep 4, 2014 11:41
Confirmation
N/A

alohadoubt - Aug 27, 2014 1:55

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?

This post has been edited by alohadoubt on Aug 27, 2014 1:58

alohadoubt - Aug 27, 2014 1:56

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

Frost - Aug 30, 2014 11:33

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.

This post has been edited by Frost on Sep 4, 2014 9:30

Michi - Sep 4, 2014 11:41

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/a2764073a724a094ac1c63d7adfdd1d222e908d0"]https://github.com/HerculesWS/Hercules/commit/a2764073a724a094ac1c63d7adfdd1d222e908d0[/url]
Matk and ATK status are not show in window status as official but it's working.