Jump to content

ocelote

Members
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. ocelote's post in Request NPC recovery PVP was marked as the answer   
    -    script    pvprecovery    -1,{
    OnPCKillEvent:
        if (strcharinfo(3) == "guild_vs3") {
            dispbottom "Acabas de matar a strcharinfo(0) Recovery Automatico.";
            percentheal 100,100;
        }
        end;
    }
  2. ocelote's post in bindatcmd HELP! was marked as the answer   
    - script weaponmastcmdc -1,{
    OnInit:
    bindatcmd "train",strnpcinfo(0)+"::OnTrainweap";
    end;
    OnTrainweap:
    if (countitem(30722) < 1) {
    dispbottom "Sorry, but you need a TRAINING PASS to enter the training room.";
    dispbottom "You can purchase it from the TCG exchanger NPC.";
    end;
    }
    warp "pvp_y_1-1",0,0;
    dispbottom "[ Weapon Training Guard ]";
    dispbottom "Welcome back.";
    end;
    }

  3. ocelote's post in Question need some answer was marked as the answer   
    1) mysql table `guild`
    2) db/re-(pre-re)/item_trade.txt
×
×
  • Create New...