Jump to content

designer132

Inactive Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

About designer132

  • Birthday 02/17/1994

designer132's Achievements

Rookie

Rookie (2/16)

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

Recent Badges

6

Reputation

  1. you can fix this in quest or diff easier way - create quest
  2. i tried your makefile and i have the same error. I think, maybe i don't install some package... like -lsql. close enough to re-compile libsql
  3. Hi, i have problem with compiling DB. Everything is ok, but after creating output (linking) i have error: /usr/bin/ld: cannot find -lsql gmake: *** [../db_r44444] Error 1 and after that compiling ends without output file. Thanks for any help... PS. Sorry for my bad english.
  4. Hi, i have problem with compiling DB. Everything is ok, but after creating output (linking) i have error: /usr/bin/ld: cannot find -lsql gmake: *** [../db_r44444] Error 1 and after that compiling ends without output file. Thanks for any help... PS. Sorry for my bad english.
  5. gratulations for this very long sentence, but it is really unreadable..
  6. You have little mistake in the code, should be: char query[1024]; snprintf(query, sizeof(query),"SELECT ip FROM player.ban_ip WHERE ip = '%s'", inet_ntoa(d->GetAddr().sin_addr)); std::auto_ptr<SQLMsg> execquery(DBManager::instance().DirectQuery(query)); if (execquery->Get()->uiNumRows >= 1) { LoginFailure(d, "BAN_IP"); return; } PS. It's work
  7. Like! Thanks for this. This is really work, i don't know about this bug, but now i removed it. You must block removing stones when eq are equipped, better in game then binary (someone can use other binary). Do you know about other bugs in source? Sorry for my bad english ;/
  8. [Hidden Content] <- here you have a source code
  9. great mob ;p Can you upload map too? It's really great. GJ.
  10. can anyone know how i can compile the novaline binary? Off topic. I compile mainline_released binary without any problems, but it dont't work on my client. Now i work on novaline binary, but I can't compile it myself. Sorry for my english.
  11. create diff is no easy.. becouse there are no empty byte for write thisfunction or change type of string. Sorry for my bad 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.