Jump to content

lordakiuss

Miembro
  • Contador contenido

    20
  • Ingreso

  • Última visita

Mensajes publicados por lordakiuss

  1. Hola, syser no marca error, ni en los CH ni en la db, cliente tampoco marca error en el syser.

                                                                   Sin-t-tulo.png

    Al cambiar de CH, el minimapa no cambia por lo que doy a entender que sigo en el mismo CH.

    Esta funcion es la que hace el cambio de CH. 

    Sin-t-tulo.png

    Los files traen por defecto el proxy_ip instalado, he estado intentado de insertar este codigo con el proxy_ip y no he sido capaz. Solicito ayuda 🙂

     

    //Find
    	p.lAddr = lAddr;
    	p.wPort = wPort;
    
    ///Change
    #if defined(__BL_MOVE_CHANNEL__)
    	p.lAddr	= lCustomAddr ? lCustomAddr : lAddr;
    	p.wPort	= wCustomPort ? wCustomPort : wPort;
    #else
    	p.lAddr = lAddr;
    	p.wPort = wPort;
    #endif

     

    	p.bHeader	= HEADER_GC_WARP;
    	p.lX	= x;
    	p.lY	= y;
    
    	p.lAddr = lAddr;
    
    
    
    #ifdef ENABLE_PROXY_IP
    	if (!g_stProxyIP.empty())
    		p.lAddr = inet_addr(g_stProxyIP.c_str());
    #endif
    
    	p.wPort = wPort;
    
    
    
    	GetDesc()->Packet(&p, sizeof(TPacketGCWarp));

     

     

    Alguno puede decirme como se inserta correctamente. Gracias!!

  2. Ya me estoy cansado hasta yo de postear jajaj. Chicos nueva mision !

     

    ITEM_LIST (Solo 1 arma las demas estan igual)

     

     

    96040 WEAPON icon/item/96040.tga d:/ymir work/item/weapon/passi_zweihand.gr2

    96041 WEAPON icon/item/96040.tga d:/ymir work/item/weapon/passi_zweihand.gr2
    96042 WEAPON icon/item/96040.tga d:/ymir work/item/weapon/passi_zweihand.gr2
    96043 WEAPON icon/item/96040.tga d:/ymir work/item/weapon/passi_zweihand.gr2
    96044 WEAPON icon/item/96040.tga d:/ymir work/item/weapon/passi_zweihand.gr2
    96045 WEAPON icon/item/96040.tga d:/ymir work/item/weapon/passi_zweihand.gr2
    96046 WEAPON icon/item/96040.tga d:/ymir work/item/weapon/passi_zweihand.gr2
    96047 WEAPON icon/item/96040.tga d:/ymir work/item/weapon/passi_zweihand.gr2
    96048 WEAPON icon/item/96040.tga d:/ymir work/item/weapon/passi_zweihand.gr2
    96049 WEAPON icon/item/96040.tga d:/ymir work/item/weapon/passi_zweihand.gr2
     
    Obviamente con sus respectivos TAB. 
     
    Foto.
    Imagen enviada
     
    ITEM_PROTO SERVER perfectamente implementado y del cliente igual . Iconos como pueden apreciar se ven a la perfeccion. Pero al ponermela no se ve nada
  3. Todo arreglado lo dejo aqui la solucion por si alguna vez le pasa a alguien!

    No me dejaba editar el rc.conf asin que buscando por google!
    Puse esto

    fsck -y
    mount -u /
    mount -a -t ufs
    swapon -a

    Ya con esto dejara editarlo y poneis. 
    cd /etc/rc.conf
    ee rc.conf y al abrirlo ya encontre el error y soluciones.

    Gracias por vuestra ayuda! BENDITO GOOGLE

  4. Pues buenas queria saber porque esta quest que es la del anillo telentransportador cuando la uso desde una city funciona bien pero al usarla desde otro mapa solo salen letras chinas y solo da la opcion de ir a jinno 1. Queria saber si me la podrian corregir o darme una buen. Gracias

     

    say_title ( "Teleport by Rasero" )
    say ( "Hola pequeño guerrero," )
    say ( "¿A donde desea viajar?" )
    local opzioni =select ("Campo Serpiente","Torre del Demonio","Cueva2","Bosque Rojo","Atlantida","Atlantida2","Mas")
    if opzioni == 1 then
    pc . warp ( 1059000 , 726200 )
    elseif opzioni == 2 then
    pc . warp ( 590500 , 110500)
    elseif opzioni == 3 then
    pc . warp ( 665600 , 435200 )
    elseif opzioni == 4 then
    pc . warp ( 1049600 , 0 )
    elseif opzioni == 5 then
    pc . warp ( 0 , 1203200 )
    elseif opzioni == 6 then
    pc . warp ( 241300 , 1275500 )
    elseif opzioni == 7 then
    local opzioni2 =select ("Imhsan","Trigrammi","Desierto","Carta Di Doyum","Valle","Monte","Cueva1","Mas")
    if opzioni2 == 1 then
    pc . warp ( 22000 , 11000 )
    elseif opzioni2 == 2 then
    pc . warp ( 38600 , 84900 )
    elseif opzioni2 == 3 then
    pc . warp ( 344000 , 502500 )
    elseif opzioni2 == 4 then
    pc . warp ( 600940 , 687117 )
    elseif opzioni2 == 5 then
    pc . warp ( 333949 , 752560 )
    elseif opzioni2 == 6 then
    pc . warp ( 436210 , 215744 )
    elseif opzioni2 == 7 then
    pc . warp ( 60000 , 496000 )
    elseif opzioni2 == 8 then
    local opzioni3 =select ("City 1 Jinno","City 2 Jinno","City 1 Chunjo","City 2 Chunjo","City 1 Shinsoo","City 2 Shinsoo","Cerrar")
    if opzioni3 == 1 then
    pc . warp ( 969600 , 278400 )
    elseif opzioni3 == 2 then
    pc . warp ( 873100 , 242600 )
    elseif opzioni3 == 3 then
    pc . warp ( 55700 , 157900 )
    elseif opzioni3 == 4 then
    pc . warp ( 138500 , 234900 )
    elseif opzioni3 == 5 then
    pc . warp ( 469300 , 964200 )
    elseif opzioni3 == 6 then
    pc . warp ( 360800 , 877600 )
    elseif opzioni3 == 7 then
    return
    end
    end
    end

     

     
×
×
  • Crear nuevo...