Issue information

Issue ID
#1775
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 26, 2008 6:58
Last Post
Hercules Elf Bot
Feb 21, 2012 14:37
Confirmation
N/A

Hercules Elf Bot - Jun 26, 2008 6:58

Originally posted by [b]Dzugaru[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1775

//Give ring to Bride, and change to wedding sprite.
sc_start SC_Wedding,3600000000,1;
getitem 2635,1; //Bride_Ring
//Give ring to Groom, and change to wedding sprite.
attachrid(getcharid(3,$wed_groom$));
sc_start SC_Wedding,3600000000,1;

> sc_start SC_Wedding,3600000000,1;
> 3600000000

too much, resulting in zeroing the value by some eathena checking code (over int32.MaxValue lol) - no dress, sad marriage, pain&disaster etc.

> sc_start SC_Wedding,3600000,1;

fxd

And "setlook 7,0" would be nice, since many servers use custom palettes.