Jump to content
  • 0

Dungeon Party System by chris script problem


Question

Posted

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?

1 answer to this question

Recommended Posts

  • 0
Posted

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.

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...