Jump to content
MakeWebGames

Recommended Posts

Posted

So I didn't need all the NPC's that are present by default so I delted about 10 of them, now when I try to edit the arena_wariors table I get errors, so I can't move NPC's to other arenas whats the deal?

Posted

The NPC are within arena_warriors and npc_warriors. As arena_warriors looks at the npc_warriors table, if you delete first the npc_warriors entry and then the arena_warriors you will get errors. So start deleting from arena_warriors and then the npc_warriors one.

BTW you can cleanup nearly all by doing:

 

delete from arena_warriors where warrior_id > 3;
delete from npc_warriors where id > 3;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...