Jump to content

Slicer

Members
  • Content Count

    174
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Slicer


  1. Hello to all and all ... I'm using client 05/13/2015, but ran into a big problem, whenever I open a store, it does not display the items I put to sell, and worse when I put more than 5 items, it appears an apple with the name: unknown item.

    See the print of an example using only one item.

     

     

     

     

    8Y5vd2A.jpg

     

     


  2.  

    Hello, I was doing some tests with the new client in 2015, unfortunately I could not make him read grf's encrypted at SecureGRF, someone could help me with that? I'm not very good with customer ...

    Any error or warning?

    It would be easy to give solution if you could show some screenshot of error/warning.

     

     

    He simply ignores the grf folder that is encrypted, or can not read ...


  3. Hello, I was doing some tests with the new client in 2015, unfortunately I could not make him read grf's encrypted at SecureGRF, someone could help me with that? I'm not very good with customer ...


  4. Hello good people later ... I wonder if someone could help me with a problem, the homunculus Eleanor is not changing style, so it does not invoa spiritual spheres necessary for your skills ...


    I've tried to make some changes but to no avail ... could someone please help me, I tried to do the following:

     

     

    battle.c

    if (sc->data[SC_STYLE_CHANGE] && rnd()%2) {			TBL_HOM *hd = BL_CAST(BL_HOM,bl);			if (hd) homun->addspiritball(hd, 10); //add a sphere		} 

     

    to:

    if (sc->data[SC_STYLE_CHANGE] && sc->data[SC_STYLE_CHANGE]->val1 == MH_MD_FIGHTING || MH_MD_GRAPPLING) {			TBL_HOM *hd = BL_CAST(BL_HOM,src); //when attacking			if ( hd && rnd()%2 )				homun->addspiritball(hd, 10); // According to WarpPortal, this is a flat 50% chance		} 

     

     

    status.c

    f ( opt&SCO_FIRST ) {		hd->battle_status.hp = hom->hp;		hd->battle_status.sp = hom->sp;	} 

     

     

    to:

    f ( opt&SCO_FIRST ) {		hd->battle_status.hp = hom->hp;		hd->battle_status.sp = hom->sp;		if(hom->class_ == 6052) // Eleanor			sc_start(&hd->bl,&hd->bl, SC_STYLE_CHANGE, 100, MH_MD_FIGHTING, -1);	} 

     

     

    But unfortunately keeps appearing in map_server the error message Exchange style, and it does not invoke walks in map_server appears: unknown skill 8027.

     

     

    I apologize for bad English.


    I thank you.

     

     

     


  5. Hello good night person,

    We would like to know if anyone can please help me with a little problem ... the following picture is self-explanatory.

     

    Lmgtd8J.png

     

     

    I've broken the head and yet still persists in this business does not work ... can someone please help me? follows the line of the script error:

     

     

    if(((EC_Lasttime + $EC_Cooldown > gettimetick(2) && EC_Lasttime < gettimetick(2)) || (EC_Lasttime > gettimetick(2) && EC_Lastinstid != instance_id(1))) && getgmlevel() < $EC_GM){ 

     

    I thank you too who can help me.


  6. Hello good night people, I downloaded the latest version of Hercules, compiled, configured, so far all very well, but when I started the application appeared some errors on the console and do not know how to solve them .. could someone please help me?

     

     

     

    vuM92wm.jpg


  7. i have a problem with your hshield patch on my client so i went and tested it through your patcher and i get this

    --------------------------------------------------------------------------------------------------

    Client Name : 2013-12-23cRagexe.exe

    --------------------------------------------------------------------------------------------------

    Disable 1rag1 type parameters : SUCCESS

    Disable Ragexe Filename Check : SUCCESS

    Disable Hallucination Wavy Screen : SUCCESS

    Disable HShield : PATCH PARSE ERROR - TypeError: Result of expression 'exe.getActivePatches' [undefined] is not a function.

    Fix Camera Angles : SUCCESS

    Always Call SelectKoreaClientInfo() : SUCCESS

    Enable /showname : SUCCESS

    Read msgstringtable.txt : SUCCESS

    Read questid2display.txt : SUCCESS

    Remove Gravity Ads : SUCCESS

    Remove Gravity Logo : SUCCESS

    Restore Login Window : SUCCESS

    Disable Nagle Algorithm : SUCCESS

    Translate Client : SUCCESS

    Use Plain Text Descriptions : SUCCESS

    Enable Multiple GRFs : SUCCESS

    Use Ascii on All Langtypes : SUCCESS

    Disable Packet Encryption : SUCCESS

    @ Bug Fix : SUCCESS

    Remove Hourly Announce : SUCCESS

    Remove Serial Display : SUCCESS

    Enable DNS Support : SUCCESS

    Cancel to Login Window : SUCCESS

     

    i also tried another client but it succeded on the hshield disable patch but it still crashes so whats happening?

     

     

    Help!!!

     

    Click "Select Recomended" Button it to error

     

    "Cancel to Login Window (Recommended)" >> Not selectable

    attachicon.gifEr1.jpg

     

    "Remove Gravity Ads (Recommended)"  >>  Not selectable

    attachicon.gifEr2.jpg

     

     

    I'm having several problems for diff hexed 2014-10-22, are occurring errors similar to this one.


  8. Hello good night, I have a very strange problem, I can not do hexed recognize palettes Kagerou class, use some downloaded pallets on the net, that work well with all classes, but the Kagerou class and the Oboro not work at all ... could someone please help me? follow the attached image


     


     


    rnEV9u0.jpg


     


     


     


     


     


     


    details:

    Hexed: 02/10/2014
    Emulator Version: Last available.

    The colors work perfectly with all other classes, but do not work with the ninja classes, already downloaded several pallets and nothing works ...


  9. @all

     

    we however lack information on how it should be implemented (e.g. official data on how clans are used)

     

     

     

    We know how to read not need to put so no one here is blind.

     

     

    The point is that already has more than a year he posted this, but in this period of time no one mentioned anything about it, including the Ind own.


  10. por isso o Brasil não vai pra frente...nem usando o Hercules que é o emulador mais fácil de criar um item com random os caras sabem fazer nada, faz assim inteligência:

     

    Vai na pasta 'db' sabe onde fica? ok vamos em frente...

     

    vamos criar um item random renewal, vai em: emulador/db/ abre e edita o arquivo item_db2.conf, e coloca teu item lá:

     

     

    {    Id: 21424    AegisName: "Forma_de_Armas"    Name: "Forma_de_Armas"    Type: 2    Buy: 100    Sell: 10    Weight: 100    EquipLv: 1    Script: <" packageitem(); ">}, 

     

    Depois disso você vai em: emulador/db/re < vamos supor que você esteja usando o emulador em renewal, pelo menos a diferença nisso você deve saber.

     

     

    Procura e edita o arquivo: item_group.conf acredito que encontrar esse arquivo você consiga fazer.

     

    Adiciona teu item lá assim:

     

     

    Forma_de_Armas: (    "ID DO ITEM 1",    "ID DO ITEM 2",    "ID DO ITEM 3",    "ID DO ITEM 4",) 

     

     

    Pronto, você acaba de criar um item custom que da itens de forma random.


  11.  

    E lá vem os Brasileiros desocupados querendo tudo fácil, tenho uma novidade para você, se uma não era como você quer, vai a procura de outra, pega várias e faz a limpeza manualmente você mesmo. Tem várias pastas aqui no Hercules para este fim, basta saber ter consciência e começar a procurar.

    Procura PIKAchu e senta emcima

     

    Alguem ja deve ter mandado vc se foder ai e ta nessa, se nao quer ajudar nao ajuda.

    Ajuda quem quiser, e se eu soubesse o que pode e nao pode fazer faria eu memso. 

    Aqui e mais desorganizado q wc nao da pra saber onde ta as coisas, e nao responda meus topicos se fora pra postar ignorancia sua, pq ninguem e obrigado.

    Area destinada portugues, pare de usar tradutor e fique no ingles

     

     

    Quer um conselho? vai estudar, esquece ragnarok e vai estudar, você está precisando mesmo estudar...crianças com 12 anos como você não devem estar brincando de admin de ragnarok, vai estudar e tenta ser alguém na vida, ou pelo mesmo aprende a digitar direito.

×
×
  • Create New...

Important Information

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