Jump to content

aepa1940

Members
  • Posts

    50
  • Joined

  • Last visited

Posts posted by aepa1940

  1. si esa guia ya la utilice pero en el emulador con las cuarta clase no aparecen esos archivos ni el help.txt ni el atcommands.yml

    por eso estoy preguntando

    pido disculpas ya lo encontre gracias

  2. tardes mi pregunta es en q buenas archivo puedo agregar los go nuevos q estoy poniendo ya que la guia q estoy siguiendo no aparece el archivo help.txt en ninguna parte del emulador el emulador q estoy usando es de rathenea este modelo With 4CrAM (4th Class rAthena Mod) Support lo de compilar ya esta echo solo falta modificar el archivo para agregar los go y aparescan en el server si podría ayudarme se los agadeceria

  3. si ya q uso el emulador nuevo  la guia es exacta hasta larte de conf/help.txt q no esta en todo el emulador los go quedaron puesto pero el listado al dar @go no aparecen en ese listado al guna forma  para q aparescan ahi

  4. script error on npc/custom/aepa/DeathMatch.txt line 422
        parse_line: expected ';'
       417 :                                //build teams
       418 :                                set .teamCount, $maxDMMemberCount / 2;
       419 :                                //warp first char
       420 :                                announce "[Death Match] The fight begins!",bc_all,0xC3FF00;
       421 :                                set [email protected], 0;
    *  422 :                                set [email protected], bg_create_team'('$deathMatchMap$,$warpPointRed[0],$warpPointRed[1]);
       423 :                                set [email protected], bg_create_team($deathMatchMap$,$warpPointBlue[0],$warpPointBlue[1]);
       424 :                                for(set [email protected],0; [email protected]<getarraysize([email protected]); set [email protected],[email protected]+1)
       425 :                                {
       426 :                                        if (attachrid([email protected][[email protected]]) == 1)
       427 :                                        {

    lo revise pero sigue dando ese error espero q pudan ayudarme se lo agradecere

    DeathMatch.txt

  5. ahora se me  presento el siguiente problema es poner la emblem de los castillos q usamos en woe q son 4 castillos tres normales y uno 2.0

    esto va en la paguina principal del flux cp en el thema q tengo

    es decir cada bandera es un castillo la idea es q cada bandera valla al castillo y muestre el castillo nombre de la guild y la emblem

    en eso necesito ayuda.

    estube experimentando con una script en php q encontre en este foro

    pero me muestra todas las emblem

    y no una en espacifica

    si en eso me pudieran ayudar pongo la script

     

    woexx.png

    guildemblem.php

    tambien trato de modificar este script q encontre aca pero no logro hacer q me muestre el castillo definido y q tampoco muestre el nombre del castillo q corresponde ojalas q puedan ayudarme  gracias

    Spoiler

    <?php
    if (! defined('FLUX_ROOT')) exit;

    $guild_id = 1; // <- guild id

    $sql = "SELECT name, master FROM {$server->charMapDatabase}.guild WHERE guild_id = ?";
    $sth = $server->connection->getStatement($sql);
    $sth->execute(array($guild_id));
    $gtheme_gom = $sth->fetch(); // just use fetch since you only expect one result unless ..

    ?>

    <ul id="castle">
        <li>
            <img class="gom" src="<?php echo $this->emblem($guild_id); ?>" />
        </li>
        <li id="lbl" ><b>Castle: </b> <?php echo $gtheme_gom ? $gtheme_gom->castle : '???'; ?></li>
        <li id="lbl" ><b>Guild: </b> <?php echo $gtheme_gom ? $gtheme_gom->name : '???'; ?></li>
        <li id="lbl" ><b>GM: </b> <?php echo $gtheme_gom ? $gtheme_gom->master : '???'; ?></li>
    </ul>

     

  6. My query is how I can put a php for each flag show the emblem of guild which is occupying and be able to accommodate it in each flag as we have only four castle that will be occupied 4 emblem will put the image so that q is aware Is to put it in fluxcp
    I would appreciate your help from beforehand thanks

    woexx.png

  7. Good night my query is if there is any guide to put a hall of fame for the flux cp and q is not found anything on the subject and looking for how to implement in the flux so far nothing I have the halloffame.php and images But I do not know how to place it in the cp flux in both the css and the flux itself.
    I would appreciate your help in this dilemma and could give me a guide oh a video youtube to be able to see how it is installed.

  8. mi consulta es por q no puedo integrar este rank en el flux cp

    ya q puse el de hom (foto2) y me funciona perfectamente pero el de mvp (foto1) no

    siendo q tengo activado el mvp log (foto3) el cual registra en la base de datos sql puse el mvp rank en el flux

    el cual se muestra pero no registra el rank 

     estoy usando estos archivos ya lo eh revisado casi 2 dias y aun no logro hacerlo funcionar esperando q me orienten en la solucion y poder ver el rank funcionando

    dejo los archivos y fotos

     

    ingles

     

    my query is that I can not integrate this rank in the flux cp
    since I put that of hom (photo2) and it works perfectly but the mvp (photo 1) not
    being that I have activated the log mvp (photo3) which records in the database sql mvp put the rank in the flux
    which is displayed but does not record the rank
      I'm using these files already reviewed almost 2 days eh and still can not get it to work waiting for me in the solution guide and see the rank function
    leave the files and photos

    post-6053-0-96708300-1380223900_thumb.png

    post-6053-0-86008800-1380223919_thumb.png

    post-6053-0-87896000-1380223931_thumb.png

    MVP (rank en module).php

    MVP (rank en theme).php

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.