Jump to content

pelimpolem

Inactive Member
  • Posts

    12
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by pelimpolem

  1. someone could make this top be for time played

    quest ranking begin
    state start begin
      when 9003.chat."Ranking" begin
       local rangliste = mysql_query("SELECT player.name, player.level FROM player.player WHERE player.name NOT LIKE '[%]%' ORDER BY player.level DESC, player.exp DESC","root","passnavicat","player","ipnavicat")
       say_title("Top 10")
       say("#:   Nombre     Nivel ")
       say_reward("Top 1: "..rangliste.name[1].." "..rangliste.level[1].." ")
       say_title("Top 2: "..rangliste.name[2].." "..rangliste.level[2].." ")
       say("Top 3: "..rangliste.name[3].." "..rangliste.level[3].." ")
       say("Top 4: "..rangliste.name[4].." "..rangliste.level[4].." ")
       say("Top 5: "..rangliste.name[5].." "..rangliste.level[5].." ")
       say("Top 6: "..rangliste.name[6].." "..rangliste.level[6].." ")
       say("Top 7: "..rangliste.name[7].." "..rangliste.level[7].." ")
       say("Top 8: "..rangliste.name[8].." "..rangliste.level[8].." ")
       say("Top 9: "..rangliste.name[9].." "..rangliste.level[9].." ")
       say("Top 10: "..rangliste.name[10].." "..rangliste.level[10].." ")
       local s = select("Salir")
       if s == 1 then
        return
       end
      end
    end
    end

     

     

    plis help

  2. En 13/11/2017 a las 22:31, Vanilla dijo:

    This is the hidden content, please

    4 inventarios, el pase sigue siendo vainilla

    Tenga en cuenta que no debe usar el dbcache provisto en este paquete ya que es el mismo que en el inventario 2 que está roto. Todavía lo incluí, no me preguntes por qué. Tan pronto como la nueva compilación esté lista, subiré ambas trabajando.

    many thanks
    you save me

     

    • Metin2 Dev 7
    • Confused 1
    • Love 2
  3. someone has the game r71480 with 4 inventories?
    is that I do not edit the code and my client is 4 inventories
     
    in the r67 if he had the 4 inventories

    En 11/11/2017 a las 19:08, pelimpolem dijo:

    /usr/lib32/libc.so.7: version FBSD_1.5 required by /usr/lib32/libmysqlclient.so.18 not found

     

    problem :/

     

    problem resolved

  4. Now solve that problem by doing the same as with the other lib

    the problem is that now I miss this error

    /usr/lib32/libc.so.7: version FBSD_1.5 required by /usr/lib32/libmysqlclient.so.18 not found


    Could it be the frebsd version? use 10.3 what version does the game use?

  5. En 5/10/2017 a las 23:49, Vanilla dijo:

    Perdón por el retraso. La nueva construcción está lista. Estoy buscando voluntarios que quieran probar el nuevo núcleo. Solo déjenme una PM, solo necesito que alguien pruebe algunas cosas y estamos listos para la siguiente revisión.

    Shared object "libssl.so.8" not found, required by "gamefile"
     

    error plis solution?

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.