Jump to content

Aerrow

Member
  • Posts

    168
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Aerrow

  1. It's not bug. Is the same as the assassins 6th skill..
  2. I didn't do anything with the virtualbox and with the vdi. I think it all works.
  3. Because if you don't know this, think you can't help.. When I start my virtualbox freebsd server show this message. I did not do anything. I tryed to install an older version of virtualbox, but it didn't help.
  4. I always try to search on google first. But i didn't find any usefull solution, so I need to open this topic...
  5. Hi guys! Anyone know how to resolve this? Thanks in advance!
  6. You can set the skybox in the map's settings file.
  7. Right, but it's a bug, and we need to fix it.
  8. So do these items exist or not? If not, what are these / what is this exactly?
  9. Hmm.. I see. But for coding this is not so pretty. Maybe if the coord was first, then the characters name. I think about this: (%ld,%ld) %-16s
  10. Only I see the mistake? Bad: int len = snprintf(str + str_len, sizeof(str) - str_len, "%s (%ld,%ld)%-16s", d->GetCharacter()->GetName(),(d->GetCharacter()->GetX() - map_setting.iBaseX)/100,(d->GetCharacter()->GetY() - map_setting.iBaseY)/100,""); Correct: int len = snprintf(str + str_len, sizeof(str) - str_len, "%-16s (%ld,%ld)", d->GetCharacter()->GetName(),(d->GetCharacter()->GetX() - map_setting.iBaseX)/100,(d->GetCharacter()->GetY() - map_setting.iBaseY)/100); Btw thanks for the idea.
  11. Thanks.. Then can you make more logo? TGM, GM, etc?
  12. Very nice! Can you give the .psd file?
  13. No, you need normal stats on mobs and weapons/other items...
×
×
  • 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.