well, you have your gameguard protections enabled.
go to your gameserver configs. open options.properties and change this lines to false so they will look like the lines below..
# Enforce gameguard for clients
# GameGuardEnforce - enforces gameguard query on character login
# GameGuardProhibitAction - dont allow player to perform trade, talk with npc
# and move until gameguard reply received
GameGuardEnforce = False
GameGuardProhibitAction = False