Jump to content

matheus00123

Members
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by matheus00123

  1. On 12/6/2018 at 11:17 AM, Pixel said:

    Acho que você não entendeu kkkk, eu fiz o painel para o meu aprendizado, não para competir com fluxcp ou algo do tipo, se uma pessoa ou mil utilizar eu não me importo, é apenas para eu melhorar o meu conhecimento e aprendizado, até por que quando você tem algo em mente é muito mais fácil para você aprender, e vou disponibilizar para a comunidade, quem quiser utilizar fique a vontade, vote points já está integrado, eu fiz apenas algo mais limpo e de uma modificação mais fácil do que um flux por exemplo, eu estou vendo a possibilidade de integrar com pagseguro e paypal.

    Atualizado

    - Registrar Conta OK
    - Visualizar Conta OK
    - Visualizar Personagens OK
    - Resetar Posição de Personagens OK
    - Resetar Estilo de Personagens OK
    - Logs da Conta OK
    - Alterar Email OK
    - Alterar Senha OK
    - Rankings de Zeny OK
    - Rankings de Eventos OK
    - Rankings da Campal OK
    - Ranking do PVP OK
    - Ranking de Tempo Online OK
    - Ranking de MVP's OK

    Ainda estou finalizando a parte da segurança.

    Opa, quase pronto, terá uma data prevista para download?

  2. On 10/12/2018 at 4:30 PM, fictionx said:

    Thank you matheus00123, but i'm having problem when i try to open the skill tree, the client close instantly without errors. Btw, do you have 2018-05-30bRagexeRE unpacked?

    Yes I had the same problem, with the date of ROEnglishRE, so my date I set up personally, 
    does the following that will work, copy the luafiles from inside the folder date of Asheraf 
    and be happy: D.
    
    https://github.com/Asheraf/Translation
    

     

  3. 39 minutes ago, australia said:

    what is the packet version ? thank you 

     

    It would be good if you create a support topic for you, this can generate punishment, plus the xml you will have to use
    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    	<desc>Ragnarok Online Client Information</desc>
    	<servicetype>korea</servicetype>
    	<servertype>primary</servertype>
    	<connection>
    		<display>Local</display>
    		<address>127.0.0.1</address>
    		<port>6900</port>
    		<version>46</version> or <version>55</version>
    		<langtype>0</langtype>
    		<registrationweb>www.ragnarok.com</registrationweb>
    	</connection>
    </clientinfo>

     

  4. Hello,
    
    I'm coming back now, and as always has changed a lot in ragnarok, I've been looking at the 2018 clients and found it 
    interesting, but I saw that it was discontinued.
    But I wanted to know, which client do I use, what date should I use RoZero (data.grf + data0.grf) 
    or kRO (rdata.grf + data.grf)?
    
    Thanks in advance.
    
    Sorry for my English, I'm Brazilian and I'm using google translator.
  5. Hello!

     

     

    I wanted help to convert this modification into src, soon or around the world, and no emulator worked perfectly with the script below.

     

    Src used in brAthena, I wanted to convert this to rAthena.

    /**
     * King of Emperium Hill
     **/
    int battle_check_target_post( int retVal, struct block_list *src, struct block_list *target, int *flag ) {
    	if ( retVal == 1 ) {
    		struct block_list *s_bl = src;
    		if( (s_bl = battle->get_master(src)) == NULL )
    			s_bl = src;
    		if ( s_bl->type == BL_PC && target->type == BL_MOB ) {
    			TBL_PC *sd = BL_CAST( BL_PC, s_bl );
    			TBL_MOB *md = BL_CAST( BL_MOB, target );
    			if ( ( md->class_ == MOBID_EMPELIUM && !strcmp( mapindex_id2name(sd->mapindex), "guild_vs1" ) ) &&
    				( sd->status.guild_id == mapreg->readreg( script->add_str("$koegid") ) || battle->get_current_skill(src) > 0 ) )
    				return 0;
    		}
    	}
    	return retVal;
    }

     

  6. Hello everyone,
    
    I'm having a hard time putting chargen to show the robes, the rest are nromal, look under my settings.

     

    the image presented by rochargen.

    char.png.61359d5cf462c770c1ec57e5461771fc.png

    look at my game-playing game.

    screenrAthena000.jpg.d99fbdc97abae00c7b3462eb1e913379.jpg

     

    look at the robe.php file in the rochargen db folder

    robe.png.a40cb1f0e6228ecfa68b9a374d8eb105.png

     

     

    If anyone can help me thank you. Thank you in advance and sorry for my spelling mistakes because I am using the translator.

     

     

  7. 18 minutes ago, Haikenz said:

    Sem problemas, também sou brasileiro rsrs justamente eu iria colocar os nomes em português depois... por isso pedi pra deixar em PSD hehe

    No caso iria usar: Novos / Visuais / Aluguel / Asas / Elmos / Chapéu / Equipamento / Especiais / Buscar

    Vou terminar ate a noite, por que estou no serviço ai disponibilizo pra você

    • Like 1
  8. Hello

    I am trying to put ROChargenPHP to work, I use easyPHP 14.1 VC9, but when I enter the page I do not get results, I have already put the grf in the data folder and configured it in the data.ini and without success.

    3H9M8QQ.png

    Someone would have a tutorial or video teaching to make it work, thank you.

  9. Hello, first of all I'm sorry, I'm using google translator, because I'm Brazilian.

    I'm trying to find the clients that contain the icons from the menu below, I tested 2015, 2016 and 2017 and I saw that they are not customers.

    I wanted to add the icons to the menu below, because in ROenglishRE I can not find them and nowhere.

     

    bT75Ild.jpg

  10. Se seu servidor estiver configurado para o level máximo 175, o player quando alcançar o level máximo a barra irá sumir.

    Ja a segunda imagem o servidor deve ter o level configurado acima de 175 por isso a barra de exp ainda não sumiu.

×
×
  • Create New...