Jump to content

martysama0134

Honorable Member
  • Posts

    613
  • Joined

  • Last visited

  • Days Won

    96
  • Feedback

    100%

Community Answers

  1. martysama0134's post in Weird Commands was marked as the answer   
    Check my docs for those commands: https://martysama0134.github.io/m2-docs/cmd.html
     
     
  2. martysama0134's post in How to read game.core under BSD 9.2 64bit was marked as the answer   
    # gdb (gdb) set gnutarget i386-marcel-freebsd (gdb) file game (gdb) core game.core (gdb) bt full (gdb) quit #
  3. martysama0134's post in [Bug]Delete character was marked as the answer   
    player_deleted must be the same as player:

    CREATE TABLE player_deleted LIKE player;
  4. martysama0134's post in Structure of new mob_proto (GBR_eng) was marked as the answer   
    +MOB_RESIST_BLEEDING
  5. martysama0134's post in Problem with World Editor was marked as the answer   
    You could have one of these two problems:
    The map has more than 7 textures per area (32x32 px) [in the WorldEditor ReMIX you just need to press LeftShift+0] The folder "d:/ymir work/special" is missing [take it from the official client]
  6. martysama0134's post in Problem with minimap - WE. was marked as the answer   
    Set the daylight position differently.
  7. martysama0134's post in No fog in background was marked as the answer   
    You should have such problem only on maps with the skybox loaded, because the skybox itself replaces the normal environment.


  8. martysama0134's post in How to get command log / shout log / trade log was marked as the answer   
    Re-add the log database again.
    You will probably find a log.sql somewhere online.
  9. martysama0134's post in install gcc49 was marked as the answer   
    Otherwise:
    # pkg search gcc49
    gcc49-4.9.2.s20140917
    # pkg install gcc49-4.9.2.s20140917
×
×
  • 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.