Ok so I added Wucas' Wicked Willy quest and managed to now get them to move and to get them to attack, and I used the same code in npc.xml as the goblins, meaning that when they attack they should do the same damage. However no matter what I change they always attack me like they are using god mode or something:
http://i.imgur.com/WA3OdOi.jpg
Heres my npc.xml:
Code:<NPC id="132"
name="ww231"
desc="Robot Goblins Latest Invention"
meshname="ww231"
scale="1.0 1.0 1.0"
grade="regular"
max_hp="30"
max_ap="50"
int="4"
agility="4"
view_angle="15"
dc="5"
offensetype="1"
dyingtime="5">
<COLLISION radius="30" height="110" />
<ATTACK type="melee" range="150" weaponitem_id="300011" />
<SPEED default="300" />
<DROP table="G11" />
</NPC>

