Issue information

Issue ID
#6459
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 12, 2012 15:58
Last Post
Hercules Elf Bot
Aug 12, 2012 16:31
Confirmation
N/A

Hercules Elf Bot - Aug 12, 2012 15:58

Originally posted by [b]Ind[/b]
[code]
prontera,150,150,6 script asdfy 952,{
.@i = 1;
dispbottom ""+.@i;
.@i += 1;
dispbottom ""+.@i;
end;
}
[/code]
[code]
[Warning]: Unexpected type for argument 1. Expected variable, got C_INT.
[Debug]: Data: number value=2
[Debug]: Function: set
[Debug]: Source (NPC): asdfy at prontera (150,150)
[Error]: script:set: not a variable
[Debug]: Data: number value=2
[Debug]: Source (NPC): asdfy at prontera (150,150)
[/code]

Hercules Elf Bot - Aug 12, 2012 16:31

Originally posted by [b]Ind[/b]
Fixed in [rev=16625]