Issue information

Issue ID
#8145
Status
Unable to Reproduce
Severity
None
Started
Emistry
Apr 12, 2014 5:06
Last Post
Ind
Sep 20, 2014 23:37
Confirmation
N/A

Emistry - Apr 12, 2014 5:06

[code=:0] instance_check_party( getcharid(1),1,1,99 ); <--- WORK [/code][code=:0] .@min_level = 1; .@max_level = 99; instance_check_party( getcharid(1),1,.@min_level,.@max_level ); <--- FAILED [/code]
this script command didnt work properly if passing the value of parameter using a variable .....

Ind - Sep 20, 2014 23:37

Any more info there? I was unable to reproduce, used:[code=auto:0] prontera,150,150,6 script TestA 952,{ dispbottom "Hi1:"+instance_check_party( getcharid(1),1,1,99 ); end; } prontera,150,151,6 script tESTb 952,{ .@min_level = 1; .@max_level = 99; dispbottom "Hi2:"+instance_check_party( getcharid(1),1,.@min_level,.@max_level ); end; }[/code]