Jump to content
Eternal Lands Official Forums

Vegar

Members
  • Content count

    382
  • Joined

  • Last visited

About Vegar

  • Rank
    Imp

Contact Methods

  • Website URL
    http://
  • ICQ
    107005813
  1. 143 % 8 = 7

    Hehe, yes, thanks.
  2. 143 % 8 = 7

    Why don't you just use modf() from math.h? double modf(double x, double *iptr);
  3. Intrepid Ibex EL CVS install guide

    Ubuntu doesn't have root set as default or a root password, so you use sudo instead of su. Again, my question still stands, why would you use sudo to execute a command that does not require superuser privileges?
  4. Intrepid Ibex EL CVS install guide

    Why do you use sudo on the chmod commands?
  5. bot killed

    The latter.
  6. Trouble logging IN

    length_of_Msg should be a 16 bit integer (two bytes). You can try this, it should work as long as your message is shorter than 255 bytes. Msg$= CHR$(140) + CHR$(length_of_Msg) + CHR$(0) + MyName$ + “ “ + Mypassword$ + CHR$ (0)
  7. Video tutorial

    Can't you compress it after recording it?
  8. EL 170 Pre RC

    The completion system was completely broken a few months ago, and what you're reporting here is caused by some major fixups I did. I was hoping nobody would notice. I'll have a look and see if it can be fixed.
  9. I was talking about the camera rotation and zoom, but it looks like clamp_camera() takes care of that. (the values are read/written by the *_bin_cfg() functions in init.c)
  10. EL 170 Pre RC

    Fixed. As a side note, I really recommend the sit lock if you don't want to move while mixing.
  11. EL 170 Pre RC

    Works perfectly fine here. I don't remember that code even being touched this release. Can anyone else can confirm this? Confirmed and fixed. It was a problem with the keypress handler. I would guess this breakage is a result of endless bugfixes to the text input widget a while ago.
  12. Mapwalk continues through combat

    No, please, no more options, the options window is already crowded as it is. My fix will only stop the pathfinder when the fight begins. If you want to use the mapwalker to flee during the fight, my suggestion won't make a difference. Edit: Looks like what I suggested is what the code labrat posted in that thread does. As a side note, Puntif, you should disable the "Extend the range of the walk cursor" option when hunting things. That will make the problem you described in the first post go away.
  13. Mapwalk continues through combat

    I couldn't agree more. Unless anyone objects, I'll add make the pathfinder stop whenever an enter_combat actor command is received for the player's actor.
  14. The best way to fix this would be to put the camera back in a sane position if the data loaded from the .cfg is somehow invalid. I was planning to do this for the new map editor, but if you want to have a go at it, I'm not gonna stop you.
  15. Rotating minimap

    The patch works here, but I noticed what seems to be a small copy-paste error: The Fog of War doesn't seem to be drawn anymore. Is that a bug of a feature?
×