mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* implementation
* tests
* core changes
* add debugging for tests
* Revert "add debugging for tests"
This reverts commit 3b9f4a6d2b.
* adjust test scope
9 lines
225 B
Text
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
|