-
Notifications
You must be signed in to change notification settings - Fork 774
Closed
Labels
status:confirmedIssue is valid and can be reproducedIssue is valid and can be reproducedtype:bugIssue is a bug or describes an incorrect behavior that should be fixedIssue is a bug or describes an incorrect behavior that should be fixed
Milestone
Description
Describe the bug
As title says. Unless you specify the coordinates, getunits(BL_MOB, ....) will return 0.
To Reproduce
Returns 0 even if mobs on the map.
.@count = getunits(BL_MOB, .@md, false, .@map$);
Returns expected count.
.@count = getunits(BL_MOB, .@md, false, .@map$, 0, 0, 100, 100);
Expected behavior
Screenshots
System specs (please complete the following information):
- OS: [CentOS7]
- Hercules Version [latest as of post]
- Mode: [pre-renewal]
- Packet version: [20160113]
- Client type: [main]
Plugins used or source modifications
Additional context
Metadata
Metadata
Assignees
Labels
status:confirmedIssue is valid and can be reproducedIssue is valid and can be reproducedtype:bugIssue is a bug or describes an incorrect behavior that should be fixedIssue is a bug or describes an incorrect behavior that should be fixed