Jump to content

PapaZola

Members
  • Posts

    925
  • Joined

  • Last visited

Posts posted by PapaZola

  1. I want to make this script so that players can only enter this game only 5 times a day (this script is made by sir Emistry), and when it reached the limit it will tell to come back tomorrow
     
    anyone can help me?
     
    /stagegame.txt
    script error on npc/papa/event/stagegame.txt line 27
    parse_simpleexpr: unmatch ')'
    22 :
    23 : for( set .@mf,0; .@mf < getarraysize( .MapFlags ); set .@mf,.@mf + 1 ){
    24 : setmapflag strcharinfo(3),.MapFlags[.@mf];
    25 : }
    26 :
    * 27 : if( getmapmobs'(' strcharinfo(3) ) > 0 || .Level > 0){
    28 : dispbottom "Just Kill All the Monster to Win the Game...";
    29 : end;
    30 : }
    31 : set .Level,0;
    32 : announce "[Level "+( (.Level/2)+1 )+"] : [ "+.
     
     
    here the script
  2. hello rA can i request NPC be like this:
    20 Poring Coins = 1 Random Group Item example now im use groupranditem( IG_Custom ),1;
    40 Poring Coins = 2 Random Group Item example now im use groupranditem( IG_Custom ),1;
    50 Poring Coins = 3 Random Group Item example now im use groupranditem( IG_Custom ),1;
    150 Poring Coins = 10 Random Group Item example now im use groupranditem( IG_Custom ),1;
    200 Poring Coins = 12 Random Group Item example now im use groupranditem( IG_Custom ),1;
     
     
     
     

    bump

  3. hello this sample for

    // AB_ADORAMUS,1,6,50,0,10,15 // In PVP and GVG, players deal +50% damage to other players, +0% to mobs, +10% to bosses, and +15% to other with Adoramus.
     
    its posibble to remove gvg map only?
    so i want make pvp,normal map,mob,boss and other with adoramus
     
×
×
  • Create New...