polserver/testsuite/pol/testpkgs/attack/cleanup.src
Kevin Eady fa70dbd1d3
Attack when character unhides honoring swing timer (#658)
* implementation

* tests

* core changes

* add debugging for tests

* Revert "add debugging for tests"

This reverts commit 3b9f4a6d2b.

* adjust test scope
2024-07-11 18:14:18 +02:00

9 lines
225 B
Text

use uo;
foreach mob in ( listmobilesinbox( 0, 0, -200, 10000, 10000, 2000 ) )
mob.kill();
endforeach
foreach item in ( listitemsinboxofobjtype( 0x2006, 0, 0, -200, 10000, 10000, 2000 ) )
destroyitem( item );
endforeach