Jump to content

Ravena

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Ravena

  1. Hi, guys I put the follow at pet.c

     

    Quote
    Quote
    Q: I un-commented the MVPs/Mini-Bosses, but I still can't capture any! How come?
    A: Servers by default do not support capturing Boss Mosters, if you wish to enable this, go to src/map/pet.c and search for "// catch_target_class == 0 is used for universal lures (except bosses for now). [skotlex]" and change the lines below into:
        if (sd->catch_target_class == 0)
            sd->catch_target_class = md->class_;
        if(i < 0 || sd->catch_target_class != md->class_) {
            clif_emotion(&md->bl, 7);    //mob will do /ag if wrong lure is used on them.
            clif_pet_roulette(sd,0);
            sd->catch_target_class = -1;
            return 1;
        } // (Don't forget to re-compile after)

     

    But when compile i got the error class_ não é um membro de mob_data(is not a member of mob_data)

    any ideia how to fix it?

  2. Hi guys, I make a kafra but I want to take out all services/options, besides: save and storage, where I need to change?

    prontera,162,192,4    script    Kafra Employee::kaf_pronteracenter    112,{
        cutin "kafra_06",2;
        callfunc "F_KafSet";
        mes "Welcome to our services.";
        callfunc "F_Kafra",5,0,0,40,800;
        savepoint "prontera",156,182;
        callfunc "F_KafEnd",0,1,"in the city of Prontera";
    }

     

     

  3. 20 hours ago, Ravena said:

    Hi guys I try to use this client but after I change the 

    
    #define PACKETVER 20170517

    I recompile and get all sort of error even affect my login-char server connection O.o

    Do I have to change anything on the server side beside that line?

    Ty

    My problem resolve it self...no ideia how...ty anyway ^^'

  4. Hi guys I try to use this client but after I change the 

    #define PACKETVER 20170517

    I recompile and get all sort of error even affect my login-char server connection O.o

    Do I have to change anything on the server side beside that line?

    Ty

  5. Hi, I try to found someone with the same problem, but I can't see what I am doing wrong...

    My char server don't talk with the login server...I think is something with mysql worken part of the basic configuration

    I follow that guide:

    If anyone have a guide to trouble shooting please let me know

     

    Ty

     

    socorro.jpg

    PS: It's a offilne server, I am using windows 10.

  6. 7 hours ago, Technoken said:

    What git hash are you currently using?

    Idk if that issue is related here(LINK) or maybe 1800 max storage is too much. /hmm

    Incase you are not using a version higher than ade1b17. Try to update your trunk and test the max storage again.

    i just update(and recompile with 1800) my rathena still got the error, but its okay is a custom thing so ty for the help guys =)

     

  7. Hi I make zeny from monster a option in my server but when in na party every one get a part of the zeny(even if the option of share item off), anyone know how to make for the person who kill the mob only who get the zeny? instead of share if everyone.

    anyway ty in advanced

×
×
  • Create New...