Jump to content

kangfredy

Members
  • Posts

    388
  • Joined

  • Last visited

Posts posted by kangfredy

  1. guys i have some script like this (from euphys guarentees refine)

     function    script    GuaranteeRefine    {
     
        set .@CleanEquip,1;    // Only refine +0 equipment? (1:yes / 0:no)
     
        if (!getarg(1)) {
            message strcharinfo(0)," ~~ Guarantee Refine Ticket +"+getarg(0)+" ~~ ";
            for(set .@i,1; .@i<=10; set .@i,.@i+1) {
                if (getequipisequiped(.@i) && !getiteminfo(getequipid(.@i),13)) set .@menu$, .@menu$+getequipname(.@i);
                set .@menu$, .@menu$+":"; }
            set .@s, select(.@menu$); }
        else set .@s, getarg(1);
        if (!getequipisequiped(.@s)) {
            dispbottom "Nothing is equipped!"; close; }
        if (!getequipisenableref(.@s)) {
            dispbottom getequipname(.@s)+" cannot be refined."; close; }
        if (getequiprefinerycnt(.@s) >= 20 || (.@CleanEquip && getequiprefinerycnt(.@s))) {
            dispbottom "+"+getequiprefinerycnt(.@s)+" "+getequipname(.@s)+" cannot be refined any further."; close; }
        if (getarg(1)) message strcharinfo(0)," ~~ Guarantee Refine Ticket +"+getarg(0)+" ~~ ";
        if(select("^0055FFRefine +"+getequiprefinerycnt(.@s)+" "+getequipname(.@s)+":^777777Cancel^000000")==2) close;
        pcblockmove getcharid(3),1;
        specialeffect2 348;
        progressbar "",2;
        if (!countitem(getarg(2))) {
            dispbottom "Refine failed. Ticket not found."; close; }
        for(set .@i,0; .@i<getarg(0); set .@i,.@i+1) {
            if (getequiprefinerycnt(.@s) >= 20) break;
            successrefitem .@s; }
        delitem getarg(2),1;
        pcblockmove getcharid(3),0;
        close;
    }

     can u help me to make this script can set minimun refine and maximum refine. if i hava refine ticket weapon +8 and i must have +7 weapon.and etc.

  2. Your picklog SQL table name is incorrectly configured.

    trunk/conf/log_athena.conf

    log_gm_db: atcommandlog
    log_branch_db: branchlog
    log_chat_db: chatlog
    log_mvpdrop_db: mvplog
    log_npc_db: npclog
    log_pick_db: picklog
    log_zeny_db: zenylog
    log_cash_db: cashlog
    Make sure this line is correct:
    log_pick_db: picklog

     

    but brian how to disable pick log?i want to dissabel picklog..i just add // in log_pick_db: picklog

  3. Turn every headgear you wear (TOP,MID,LOWER) into costume headgear.

    Removing the refine, stats and cards.

     

    Also you can revert back your Costume Headgear to its original state. :D

    But not the refine, stats and cards.

    Working with the Revision 17306

    Feel free to use  :D Hahaha! ENJOY!

     

    Credits to Rebel, Zephyrus

     

     

    hy zephyruz :) i found error in your patch error when i will compiling in latest Rathena

     

    atcommand.c(5575): error C2065: 'costume' : undeclared identifier

     

    just this but i has been check in this atcomand c i see declare.because

     

    int number = 0, item_id, flag = 0, bound = 0, costume = 0;

     

    it must declare..hm...how to fix this?

  4. guys i've been made some exe from 2012-05-15 RagexeRE.and i want to ask how to make 1 client can redirect 2 server?ive been added in clientinfo.xml and uncheck for (skip service select)..but i can't see select server after clicking my exe??how to make this?.

    and i want to ask.

    2012-05-15RagexeRE doesn't support for cashshop NPC??and how to fix this?

     

    use ragexe client. RagexeRE doesn't support cash shop

     

    it's not cashshop button i just need cashshop npc.because i has been found error in ragexe.it can't support 30 item every category

×
×
  • Create New...