SpEcKs Posted August 26, 2008 Share Posted August 26, 2008 I need help with my battletent, because when i create NPC's and put them in the battletent he is the only one that goes in and you can't see the other NPC's in there. can anybody help me the screeny is below Quote Link to comment Share on other sites More sharing options...
radio_active Posted August 26, 2008 Share Posted August 26, 2008 Re: Battletent [V2] 1. This goes in the mccode/dbscode support section 2. Use the search feature in the support section and you will find the fix to this error! Quote Link to comment Share on other sites More sharing options...
SpEcKs Posted August 26, 2008 Author Share Posted August 26, 2008 Re: Battletent [V2] ok thanks m8 Quote Link to comment Share on other sites More sharing options...
danger boy Posted August 26, 2008 Share Posted August 26, 2008 Re: Battletent [V2] I think someone should delete this post or move it to the right section! Quote Link to comment Share on other sites More sharing options...
Tonka Posted August 27, 2008 Share Posted August 27, 2008 Re: Battletent [V2] I had the same problem here is the fix that i used, this is from Super-_-Mario FIND: $q2=$db->query("SELECT count(*) FROM challengesbeaten WHERE npcid=$v"); $times=$db->fetch_single($q2); REPLACE: $q2=$db->query("SELECT count(*) FROM challengesbeaten WHERE npcid=$userid"); $times=$db->fetch_single($q2); That Should work Quote Link to comment Share on other sites More sharing options...
benlakaz Posted August 15, 2009 Share Posted August 15, 2009 Re: Battletent [V2] works perfectly Quote Link to comment Share on other sites More sharing options...
Danny696 Posted August 15, 2009 Share Posted August 15, 2009 Re: Battletent [V2] Why give him the answer thers about 50 posts of this Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.