• TibiaFace

    Tibiaface | Una comunidad Open Tibia donde encontras : mapas, scripts, Otserver, npc y amigos etc ...

    .
    demo menumenu

    Afiliados



    Votar:

    Pokemon Ghost System

    Compartir:

    Ver el tema anterior Ver el tema siguiente Ir abajo  Mensaje (Página 1 de 1.)

    1Pokemon Ghost System Empty Pokemon Ghost System Lun Ene 05, 2015 7:17 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Hola usuarios de tibiaface

    Aquí les traigo una función para compilar en su ot, esa ta función trata de que algunos pokemon puedan traspasar las paredes como si fueran unos fantasmas suena muy interesante no, o también le servirá a gente que ocupa ot tibia normal con tan solo sumonear el moustro traspasara las paredes lo dejo aquí a su disposición.


    buscan en sus sources este archivo creature.cpp lo abren y buscan esta linea

    Código:
    void Creature::getPathSearchParams(const Creature* creature, FindPathParams& fpp) const
    {
        fpp.fullPathSearch = !hasFollowPath;

    debajo de aquella linea colocan esta otra:


    Código:
    if(creature->isPlayerSummon())
    {
        if(!creature->getMaster()->hasCondition(CONDITION_INFIGHT))
        {
            if(creature->getName() == "Gengar")
                fpp.clearSight = false;
            if(creature->getName() == "Haunter")
                fpp.clearSight = false;
            if(creature->getName() == "Gastly")
                fpp.clearSight = false;
        }
    }


    zona modificable

    if(creature->getName() == "Gengar") --------cambiar nombre del moustro que traspasara las paredes
    fpp.clearSight = false;
    if(creature->getName() == "Haunter") --------cambiar nombre del moustro que traspasara las paredes
    fpp.clearSight = false;
    if(creature->getName() == "Gastly") --------cambiar nombre del moustro que traspasara las paredes
    fpp.clearSight = false;

    y listo y luego compilam y ya tendran su moustro que al somonear traspasara las paredes

    Créditos:

    Tony Araújo (OrochiElf)



    Pokemon Ghost System YNU5B25
    2 participantes
    http://www.tibiaface.com

    2Pokemon Ghost System Empty Re: Pokemon Ghost System Lun Ene 02, 2017 10:33 am

    carlosp

    carlosp
    Nuevo Miembro
    Nuevo Miembro
    Gracias

    2 participantes
    http://www.google.com

    Ver el tema anterior Ver el tema siguiente Volver arriba  Mensaje (Página 1 de 1.)

    Permisos de este foro:
    No puedes responder a temas en este foro.

     

    BienvenidosTibiaFace es una comunidad de Open Tibia. Para participar debes estar registrado (click para Regístrate).