Jump to content
  • 0

Dungeon Party System by chris script problem


zeikheim

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   0
  • Joined:  09/14/15
  • Last Seen:  

Im using his script but theres a bug i think . the npc keep saying 

Quote

 

    // Current selected Character ID is not the same as the one attached
    // wouldn't make sense, since it was called by the attached player :P
    if(getcharid(0) != .@c_cid) {

        // Member logged in? 
        if(isloggedin(.@c_aid,.@c_cid) == 0) continue;
    
        // Member is alive
        if(readparam(5,strcharinfo(0,.@c_cid)) < 1) continue;
        
        // Member is on the same Map as the one who killed something
        if(strcharinfo(3,.@c_cid) != strcharinfo(3)) continue;
        
        // Counting Members, which have passed these checks
        set .@p_ct,.@p_ct + 1;
    }
    if(.@p_ct < 2) {
        dispbottom .n$+": It seems like that you are the only one, which is left online in your party, so you won't get any bonus or make any quest progress.";
        end;
    }

 

 

can you help me pls?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

because the script keep checking for your party member that currently online... and your current party member that online are currently less than 2 ... so it show you that message.

 

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   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...