Jump to content

Hik

Member
  • Posts

    276
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Hik

  1. Hi guys. I followed a guide on a turkish forum on how to implement the sash system. However, when I compile the game I get errors . How can i fix?
  2. Work! Thanks! I replace : notice_all(kill[1].p_kill) with notice_all(""..kill[1].p_kill.."") . Could you explain what the error was due?
  3. Sorry, my error. I tried so (i have mysql.query | mysql.direct_query | mysql.update | mysql.real_escape_string | mysql.get_table_postfix in quest_function): local kill = mysql.query("SELECT p_kill FROM account.account WHERE id = '"..pc.get_account_id().."'") but I get: attempt to concatenate local 'kill' (a table value)
  4. Write: ee /etc/rc.conf and checks to see whether mysql_enable="YES", If you do not enter this and reboot. Now, if at the start you see the written Starting mysql are almost at the end. If not, repeat the step above. Enter your login data and type: mysqld_safe start then rehash
  5. warning: incorrect datetime value '2016%' for collum 'safebox_expire' at row 1
  6. Hello. I'm no expert, but this query will set the date in 2050 on all accounts: UPDATE account.account SET safebox_expire = '2050-01-24 00:00:00';
  7. attempt to call global 'mysql_query'(a nil value)
  8. Hi guys. I have this script : local kill = mysql.query("SELECT p_kill FROM account.account WHERE id = (SELECT account_id FROM player.player WHERE name='"..pc.get_name().."');")[1][1] notice_all("Punti ottenuti: "..kill.."") When I run the script I get this error : attempt to concatenate global 'kill' (a nil value) . I created the table p_kill and I can run with success the query: mysql.query("UPDATE account.account SET p_kill = p_kill + 1 WHERE id = (SELECT account_id FROM player.player WHERE name='"..pc.get_name().."');") What's the matter? Sorry for my bad english.
  9. @nanoia thank you very much, you're great! Sorry for bad english.
  10. Backdoor allow to overcome the security system and access the machine. I read on a forum turkish, that in the Maxmifiles there are various backdoor. But I do not know which files, GAME or DB.
  11. It possible by changes to the sources? If so, what needs to change? Sorry for english.
  12. I'm a total newbie xD I read that these files also have the backdoor. Be careful.
  13. no I'm sorry. I'm not good in C ++ and I never imagined there were so many bugs. These resources can not be taken from the official client?
  14. Hello! I also use the file maxmi! What are the bug you encountered? I only noticed that the wolfman. When using his skill to buff, statistics change for a second and then return to normal. Sorry for my english.
  15. Hi guys, I have some questions for you. I would like to create a private server and I'm using the fileserver Maxmi 4.1. I read around that many bugs. What are, in your opinion, best fileserver? There is a way to let other people to log using the fileserver 40k? Sorry for my English... Thanks in advance: D
  16. With these DIF my friends can login into my server hamachi 40k? When I insert "-I 123.123.123.123 -P 13000" into start.sh, receive this error :tcp_socket: Can't assign requested address" Sorry for my english.
×
×
  • 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.