Jump to content

jayrick213

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by jayrick213

  1. Hello im using this 

    How can i set this script to 1 points only even 1 Player can only kill the mvp? and if in party all party members can get 1 only points..

     

    -    script    MonsterKillParty    -1,{
    OnNPCKillEvent:
    if( killedrid == 1038 || killedrid == 1039 || killedrid == 1046 || killedrid == 1059 || killedrid == 1086 || killedrid == 1087 || killedrid == 1112 || killedrid == 1115 || killedrid == 1147 || killedrid == 1150 || killedrid == 1157 || killedrid == 1159 || killedrid == 1190 || killedrid == 1251 || killedrid == 1252 || killedrid == 1272 || killedrid == 1373 || killedrid == 1389 || killedrid == 1418 || killedrid == 1492 || killedrid == 1511 || killedrid == 1583 || killedrid == 1623 || killedrid == 1630 || killedrid == 1646 || killedrid == 1647 || killedrid == 1648 || killedrid == 1649 || killedrid == 1650 || killedrid == 1651 || killedrid == 1658 || killedrid == 1685 || killedrid == 1688 || killedrid == 1708 || killedrid == 1719 || killedrid == 1734 || killedrid == 1751 || killedrid == 1768 || killedrid == 1779 || killedrid == 1785 || killedrid == 1832 || killedrid == 1871 || killedrid == 1874 ){
        if (getcharid(1)){
        getpartymember getcharid(1),1;
        getpartymember getcharid(1),2;
        .@acc_id = getcharid(3);
        for( .@i = 0; .@i < $@partymembercount; .@i++ )
            if( isloggedin( $@partymemberaid[.@i],$@partymembercid[.@i] ) )
                if( attachrid( $@partymemberaid[.@i] ) )
                    #MVPPoint += ( 100 / $@partymembercount );

        attachrid( .@acc_id );
        dispbottom "All ur partymember gained point.";
            announce "MVP Watcher: "+strcharinfo(0) +" and the "+strcharinfo(1) +" party have killed MVP for 1 MVP Point/s!",0,0x38ACEC;
        }
        else{
    set #MVPPoint, #MVPPoint + 1;
    dispbottom "You have gained 1 MVP Point point/s. Total is "+ #MVPPoint +" MVP Point points.";
    announce "MVP Watcher: " +strcharinfo(0) +" has just killed " +getmonsterinfo(killedrid,0) +" for 1 MVP Point point/s!",0,0x38ACEC;
    end;
    }
    }
    }

     

     

     

  2. On 5/3/2020 at 8:40 PM, iraciz said:

    Armor type is 12

    Location form costume armor slot is 65536

    You need to edit those structures in the item id in order to make them equip properly.

     

    Use this structure as example

    31056,C_Furious_Wave,Costume Furious Wave,12,0,,0,,,,0,0xFFFFFFFF,63,2,65536,,1,1,,{ hateffect(HAT_EF_DOUBLEGUMGANG,true); },{},{ hateffect(HAT_EF_DOUBLEGUMGANG,false); }

    best.png.0a6649f10664feb00909126e3c344923.png

     

    regards

    Thanks ?

  3. Hello Guys i just wanna request the script that can login your username and password ingame with other account and can reset equipment of an char or the whole account. this script can help me because some of my items is error.. I hope you can help me with this thanks

  4. Hello sirs,,

     

    first - May i ask for the script that can use in War event Just a simple script can start the npc and said "The Battle starts in 3..... 2...... 1...... gO!!!!.. theres a baricade that the party cant be move forward.. map is guild_vs4..

     

     

    second - Stats Manager that can save the stats build..

     

     

    Lot of thanks and thanks in advance :)

     

×
×
  • Create New...