Issue information

Issue ID
#8064
Status
Working as Intended
Severity
None
Started
AnnieRuru
Mar 2, 2014 5:33
Last Post
AnnieRuru
Mar 11, 2014 20:34
Confirmation
N/A

AnnieRuru - Mar 2, 2014 5:33

[code=auto:0]prontera,156,189,5 script kjdshfkjsf 100,{ setoption Option_Xmas, 1; sleep2 5000; setoption Option_Xmas, 0; end; }[/code]in rathena, the moment you click this npc, you'll change into xmas suit, and it'll eventually turn back

but in hercules, [b]you have to do @refresh[/b] to actually see the xmas suit,
and it doesn't turn back either ... until another @refresh

Ind - Mar 11, 2014 18:43

its due to the official behavior for costumes.
[url="http://herc.ws/board/topic/485-hanbok-costumes-update/"]http://herc.ws/board/topic/485-hanbok-costumes-update/[/url][quote]
Applying costumes can no longer be done with setoption (update your item/scripts!), it must be done via status change (check item #2776 change on the commit)[/quote]

AnnieRuru - Mar 11, 2014 20:34

woah ! that's another things that difference with rathena[code=auto:0]prontera,156,189,5 script kjdshfkjsf 100,{ sc_end SC_XMAS; sc_start SC_XMAS, 5000, 0; end; }[/code]