Jump to content

pelimpolem

Inactive Member
  • Posts

    12
  • Joined

  • Last visited

  • Feedback

    0%

About pelimpolem

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pelimpolem's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

9

Reputation

  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. 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 problem resolved
  3. /usr/lib32/libc.so.7: version FBSD_1.5 required by /usr/lib32/libmysqlclient.so.18 not found problem :/
  4. Same here. Do you solved this problem ?
  5. /usr/lib32/libc.so.7: version FBSD_1.5 required by /usr/lib32/libmysqlclient.so.18 not found error version solution?
  6. 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?
  7. Shared object "libcrypto.so.8" not found, required by "libmysqlclient.so.18" now he tells me he needs another lib
  8. I try to look for that lib but I do not find it in any place Does anyone know where I could find it?
  9. Shared object "libssl.so.8" not found, required by "gamefile" error plis solution? game vanilla r71
  10. 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.