Jump to content

kevinsocha

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by kevinsocha

  1. 8Qqm3VG.png

     

    C4ZYI5K.png

     

    @EN -  1st error is when a try to log in a character on server 2nd erros appears when a i start server

     

    @Pt-BR  o 1º erro acontece quando eu abro o cliente e tento logar o char  e o 2º erro é quando inicio o servidor, como arrumo isso.

     

    ajudem pfv.

  2. i want the battleground give all of 3 types emblem like reward and i don't no how i fix this.

    need to add some line here ou what?

     

    // Team Rewards
    // =======================================================
    set .@Reward, 15 + .Score;
    set .@Won,2;
    
    if( .Score >= 6 )
    { // Emperium Taken
    set .@Reward, .@Reward + 9;
    set .@Won,0;
    }
    
    bg_reward .Atacker,7773,.@Reward,0,0,"BG_CON",1,6,.@Won;
    
    set .Score, 6 - .Score; // Switch for Defender
    
    set .@Reward, 15 + .Score;
    set .@Won,2;
    
    if( .Score >= 1 )
    { // Emperium Defended
    set .@Reward, .@Reward + 9;
    set .@Won,0;
    }
    
    bg_reward .Defender,7773,.@Reward,0,0,"BG_CON",1,6,.@Won;
    

     




    (sorry about my bad english)

×
×
  • Create New...