Jump to content

Karbust

Management
  • Posts

    1161
  • Joined

  • Days Won

    10
  • Feedback

    100%

Everything posted by Karbust

  1. The tables have all 777 rights, and I saw that isn't jus the level that isn't being update, is the last play date, ip, coordinates, everything, the server is just reading and not editing anything... And, when the server is iniciated I receive a lot of warnings I guess both things are connected...
  2. Hello, I have a problem on my serverfiles, the problem is that when I gain level, that level isn't update on the database, is just valid for the session or until I reboot the server, but if I edit the level on the database this is changed, so, I guess that the server isn't updating the level... I guess this problem started after I applied this changes: [Hidden Content] I set the max level 300 Thanks Kind regards, charparodar
  3. Hello, How can I solve this problema? Thanks Kind regards, charparodar
  4. Problem Solved, I just change common/lenght.h -> PLAYER_EXP_TABLE_MAX = 120 to PLAYER_EXP_TABLE_MAX = 255 and now is all working. Thanks to both of you...
  5. But I'm trying to increase the level max to 255, on another source I already did that, but is full of bugs made by me that I can't resolve, so I decided to start from scratch, I already compared both tables and I can't find anything diferent... The lvl 0 counts to with 0 experience, then are 121 levels, 120 normal levels and the 0 level...
  6. compile constants.cpp constants.cpp:446: error: too many initializers for 'DWORD [121]' Makefile:120: recipe for target 'OBJDIR/constants.o' failed
  7. Hello, I'm developing my own game, but i'm with a little complicantion when I try to add lines on the exp table in order to increase the max level. The original table has just 121 (120 levels) lines of levels, the one I'm trying to add has 256 lines (255 levels). I get a error when I try to add the new exp table ([Hidden Content]): compile constants.cpp constants.cpp:447: error: too many initializers for 'DWORD [121]' Makefile:120: recipe for target 'OBJDIR/constants.o' failed How can I solve this problem? Thanks Kind regards, charparodar
  8. Hello, When I buy something from a shop, I just have packs 50, but when I click to buy the client blocks and or close or goes back to the login part, when I login in again 1074 itens on my inventory... How do I resolve this? Thanks Kind regards, charparodar EDIT: #RemoveThisPost #ProblemSolved I was missing just 1 part <.<
  9. I don't have resources to pay a enigma license, I use this one:
  10. I don't use themida, I use The Enigma Protector to the protections (Protections from Nirvana Server posted by Rumor) and to compile the files I use Enigma Virtual Box
  11. How can I do that? There isn't another way to remove the false alerts? Someone said that the launcher was creating this files: <system folder> \booyaka.exe %ProgramFiles% \Microsoft\desktoplayer.exe There isn't a way to remove them from the launcher? Thanks
  12. My revision is 2089M, and I don't now if I'm capable to upgrade to 40k without reseting the server...
  13. Hello, I use, on my server the surakopf launcher, and many players complaint about the virus and false alerts on their antivirus... Someone nows how to remove this virus from the surakopf launcher? Thanks Kind regards, charparodar
  14. Hi Seems a good solution, just now I saw your answer I will try Thanks
  15. Hello, Today I found a problem on my server when rebooting on virtual box: [Hidden Content] Don't go more than that... Someone knows what is going on and how to solve? Thanks, King Regards
  16. Not working :S Not working too... syserr of the first option: SYSERR: Jul 12 22:40:32 :: RunState: LUA_ERROR: [string "testsv"]:1: attempt to index field `?' (a nil value) SYSERR: Jul 12 22:40:32 :: WriteRunningStateToSyserr: LUA_ERROR: quest testsv.start click syserr of the second option: SYSERR: Jul 12 22:54:49 :: operator(): QUEST NOT END RUNNING on Login/Logout - testsv SYSERR: Jul 12 22:54:51 :: Input: no quest running for pc, cannot process input : 57711
  17. I already tried this sometime ago: local query = mysql_query("SELECT key_testsv FROM account.account WHERE login = '"..pc.get_account().."' LIMIT 1") But isn't working...
  18. Hello, I would like to open my test server just to some selected persons, but they need a key that they receive when registered... I did a quest like this: quest testsv begin state start begin when login with is_test_server() and pc.getqf("testsv") == 0 begin local query = "SELECT key_testsv FROM account.account_teste WHERE login = '"..pc.get_account().."' LIMIT 1" say("Insere a senha:") local key = tonumber(input()) if tostring(key) == tostring(query) then pc.setqf("testsv", 1) else say("Senha incorreta...") end end end end But doesn't work, someone could give me a hand? Thanks, King Regards
  19. I used that some time ago and I needed the surakopf... Now I use the router, and the surakopf, and I can login...
  20. CTRL + F -> The key on search for -> Datatype: Hex-values Eg: CTRL + F -> B99EB0026F69810563989B2879181A00 -> Datatype: Hex-values
  21. Why do tou use loopback if its possible to connect the virtual box machine directly to the router?
  22. Hello again, I realised that the patcher doesn't download bigger files, like 35MB +, but the download, checks them as complete... Is the Lister that is doing wrong the crc code? Or is the patcher that have a size limit to download? Thanks...
  23. I tried to use EterNexus, what tool did you use? Thanks
×
×
  • 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.