Jump to content
Eternal Lands Official Forums

jns

Members
  • Content count

    3
  • Joined

  • Last visited

About jns

  • Rank
    Newbie
  1. PATCH: new command (walkto)

    I was afraid of that too at first, but on the other hand, when I thought about it,.. I don't really see how keyboard input makes macroing any easier for people than macroing by auto-clicking the map...
  2. Hello, A while back I wrote a patch for a #walkto command. Syntax: #walkto x,y Given that many quests (such as the harvest dailies) require you to walk to specific coordinates, and finding exact coordinates on the map using the mouse can be a bit time consuming for keyboard addicts, I figured that this could be useful. It was posted on berlios a while back, but since development has moved to git, pjbroad suggested i post it here so Radu/Roja can approve or disapprove http://developer.berlios.de/patch/download.php?id=3277 It still patches fine against the latest git.
  3. zlib 1.2.5.1 problems with compiling EL (patch)

    I ran into the same issue here on gentoo using the latest git (made a similar patch before i ran into this thread): # git rev-parse --verify HEAD 252b008c681e59c940ec4c3b62e176dab2004a63 I just added the code below into io/ioapi.h to get it to compile #if PRE_ANSI_C89 #undef OF #define OF(args) () #else #undef OF #define OF(args) args #endif # uname -a Linux gold 3.1.6-gentoo #1 SMP Fri Jan 6 12:32:18 CST 2012 x86_64 AMD Athlon(tm) II X4 640 Processor AuthenticAMD GNU/Linux # > eix sys-libs/zlib [i] sys-libs/zlib Available versions: 1.2.3-r1 1.2.5-r2 ~1.2.5.1 ~1.2.5.1-r1 1.2.5.1-r2 ~1.2.6 ~1.2.7 {minizip static-libs} Installed versions: 1.2.5.1-r2(09:05:28 06/07/12)(minizip static-libs) Homepage: http://www.zlib.net/ Description: Standard (de)compression library Using GCC 4.5.3
×