Jump to content

kangfredy

Members
  • Posts

    388
  • Joined

  • Last visited

Posts posted by kangfredy

  1. .can i request npc stalker copy skill

    Try this Stalk

     

     

     

    >(no sc_ExpBosst)

    There isn't other possibility to double exp/drop for 1 player by npc script than sc_expboost

     

     

    but capuche how about this?

    -    script    #exp_ratio    -1,{
     
    OnInit: // configurations
    set .BaseRatio, 200; // gives more 100% of BaseExp
    set .JobRatio, 200; // gives more 100% of JobExp
    end;
     
    OnNPCKillEvent:
    if (getgmlevel() >= 1)
    {
        set BaseExp, BaseExp + .BaseRatio * getmonsterinfo (killedrid, 3) / 100;
        set JobExp, JobExp + .JobRatio * getmonsterinfo (killedrid, 4) / 100;
    }
    end;
     
    

     

    i want to edit this with drop rate?

  2. excusme..can i request npc stalker copy skill??(for 1 request)and then..can i request vip premium serivice if player group 1(supper player) player can earn exp double,drop double..??(no sc_ExpBosst)

  3. guys i want to ask..how to make @afk cannot use if player die??

    this is my afk function

     

    /*==========================================
    * @afk
    *------------------------------------------*/
    ACMD_FUNC(afk) {
     
            nullpo_retr(-1, sd);
            
            if(map[sd->bl.m].flag.pvp || map [sd->bl.m].flag.gvg){
            clif_displaymessage(fd, "kamu tidak di perbolehkan menggunakan di area pvp");
            return -1;}
            
            sd->state.autotrade = 1;
            sd->state.monster_ignore = 1;
            pc_setsit(sd);
            skill_sit(sd,1);
            clif_sitting(&sd->bl);
            clif_specialeffect(&sd->bl, 234,AREA);
            clif_authfail_fd(fd, 15);
        }
     

     

  4. guys i will ask why some character cannot connect to server after selection character..if im using diferent character..in one account with my error characther i can connect to server..and i was check in sql..no error map..no error equip..why it's still not connect to server..?(i don't know about this support server or script or etc)

  5. hello guys :) im using latest rathena.and i've been compiling..i found like this...can you slove it??(im using manual patch)

     

     

     
    >atcommand.obj : error LNK2001: unresolved external symbol _ATCOMMAND_CONF_FILENAME
    1>map.obj : error LNK2001: unresolved external symbol _ATCOMMAND_CONF_FILENAME
    1>atcommand.obj : error LNK2001: unresolved external symbol _BATTLE_CONF_FILENAME
    1>map.obj : error LNK2001: unresolved external symbol _BATTLE_CONF_FILENAME
    1>map.obj : error LNK2019: unresolved external symbol _cli_get_options referenced in function _do_init
    1>map.obj : error LNK2001: unresolved external symbol _GRF_PATH_FILENAME
    1>map.obj : error LNK2001: unresolved external symbol _MSG_CONF_NAME
    1>map.obj : error LNK2001: unresolved external symbol _SCRIPT_CONF_NAME
    1>map.obj : error LNK2001: unresolved external symbol _MAP_CONF_NAME
    1>map.obj : error LNK2001: unresolved external symbol _LOG_CONF_NAME
    1>map.obj : error LNK2001: unresolved external symbol _INTER_CONF_NAME
    1>map.obj : error LNK2019: unresolved external symbol __msg_config_read referenced in function _map_msg_config_read
    1>map.obj : error LNK2019: unresolved external symbol __msg_txt referenced in function _map_msg_txt
    1>map.obj : error LNK2019: unresolved external symbol __do_final_msg referenced in function _map_do_final_msg

     

×
×
  • Create New...