Jump to content
Eternal Lands Official Forums

Tanyia

Members
  • Content count

    1745
  • Joined

  • Last visited

Everything posted by Tanyia

  1. This has been reported, and they know what's wrong, iirc.
  2. You know yoy play EL too much when...

    This thread again? Well... When you start referring to IMs and email as "PMs." Seriously. I keep calling them PMs.' Oh...and when you're getting a massage and you want the person to massage a little higher, you say "Scroll up please." Again...no t kidding :-/ You keep hitting Esc in your IM windows and closing them
  3. cross links

    Well, I'd certainly want this. It would be awesome IMO if everything was cross-linked.
  4. Restoration spell change

    I like the idea of raising the required level for restore, and having a level-dependent spell in between. Yes, I will REALLY miss my restore...but I figure it might be for the good of the game. But I don't like the option given in the poll, so I voted no.
  5. toadstool posion competition

    Is this motivated by my tendency to stack 9-10 poisons at once? This could be fun!
  6. Ubuntu compiling help [CLOSED]

    I hope you don't mind me asking this on this thread. If so, no worries, I'll make a general thread about it. I just say this because I'm using Ubuntu Dapper Drake. I was able to get EL to compile before (months ago), but not now. So, I followed your directions exactly, and came up with the following issues. 1.) The apt-get step--here's my output. afonger@afonger-desktop:~$ sudo apt-get -y install cvs libbz2-dev zlib1g-dev libgdbm-dev libxml2-dev libsdl1.2-dev libsdl-ttf2.0-dev xlibmesa-gl-dev freeglut3-dev vorbis-tools libopenal-dev libsdl-image1.2-dev libsdl-net1.2-dev libxml-dev libalut-dev libvorbis-dev libcal3d11-dev libalut-dev g++ Reading package lists... Done Building dependency tree... Done cvs is already the newest version. zlib1g-dev is already the newest version. libxml2-dev is already the newest version. libsdl1.2-dev is already the newest version. Package xlibmesa-gl-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: x11proto-gl-dev E: Package xlibmesa-gl-dev has no installation candidate Am I missing a library? If so, any way to get it without upgrading to FF? Or someway to get around this? 2.) Here's what happened when I tried to compile, ignoring the issue above (if it is indeed an issue): afonger@afonger-desktop:~/elcvs/elc$ make -f Makefile.linux~ gcc -march=i686 -Wall -O -ggdb -pipe -DLINUX -DELC -DPNG_SCREENSHOT -DUSE_FRAMEBUFFER -DNEW_FRUSTUM -DBUG_FIX_3D_OBJECTS_MIN_MAX -DNEW_TEX -DOPTIONS_I18N -DATI_9200_FIX -DNEW_ACTOR_ANIMATION -DAUTO_UPDATE -DCOUNTERS -DFONTS_FIX -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/libxml2 -c -o 2d_objects.o 2d_objects.c In file included from 2d_objects.c:7: global.h:74:21: error: SDL_net.h: No such file or directory In file included from global.h:114, from 2d_objects.c:7: multiplayer.h:20: error: syntax error before ‘my_socket’ multiplayer.h:20: warning: type defaults to ‘int’ in declaration of ‘my_socket’ multiplayer.h:20: warning: data definition has no type or storage class multiplayer.h:67: error: syntax error before ‘my_socket’ multiplayer.h:69: error: syntax error before ‘my_socket’ 2d_objects.c: In function ‘display_2d_objects’: 2d_objects.c:669: warning: unused variable ‘dist’ make: *** [2d_objects.o] Error 1 Compiling with Makefile.linux did not work at all. The error was afonger@afonger-desktop:~/elcvs/elc$ make -f Makefile.linux Makefile.linux:7: *** missing separator. Stop. Any help would be greatly appreciated. Thanks for making a guide for us!
  7. insufficient server delay on player actions?

    Maybe this is related, but you can also start harvesting things while you are still walking to them. You even receive exp notifications before you reach your final destination. Normally, walking makes you stop harvesting.
  8. --==++Generation X Harvesting Kingdom--==++

    Um, did you finish another one already for me? I picked one up yesterday from Eurik. Well, if there's one that needs to be picked up, just PM me please. I'm almost always logged on Edit: Never mind, I was confused because you were using "claimed" to mean two different things.
  9. --==++Generation X Harvesting Kingdom--==++

    1k iron/coal/sulfur again please.
  10. Ubuntu compiling help [CLOSED]

    Ok...improvement...maybe... So, Placid's suggestion didn't work either (it was still pointing to /usr/local/include/SDL), so I removed the /usr/local/include/SDL folder (which was empty anyway) and made a symbolic link to /usr/include/SDL. Now it is missing this file: afonger@afonger-desktop:~/elcvs/elc$ make make: *** No rule to make target `/usr/local/include/SDL/SDL_stdinc.h', needed by `2d_objects.o'. Stop. So at least it's looking in the right place now (because it found SDL.h).
  11. I need help with a couple definitions...

    Bag sitting: Watching someone's bag of stuff, usually while they run to storage. Bag mixing: Just what it sounds like...you mix the ingredients for something from a bag. For example, if you wanted to bag mix FE, you would haul food and red snaps to a place with sulfur and red roses close by. Then you make a huge bag of ingredients, and mix while sitting on it. NOTE: This is not a recommended use of bags, but it is popular nonetheless. Another reason people have bags at their feet while mining is that they mine a big ol' bag of stuff and have friends help them carry it to storage. Or if they are doing a guild project, they have friends haul stuff TO them at the mines, and they mix it on site.
  12. How old are you?

    Wow, I would have guessed 25-30 for you. You're a youngun at heart
  13. Ubuntu compiling help [CLOSED]

    afonger@afonger-desktop:~/elcvs/elc$ sdl-config --cflags -I/usr/include/SDL -D_REENTRANT Makefile.linux and Makefile.linux~ give the same error.
  14. Ubuntu compiling help [CLOSED]

    Did all of the above, and got this when I tried to compile: afonger@afonger-desktop:~/elcvs/elc$ make make: *** No rule to make target `/usr/local/include/SDL/SDL.h', needed by `2d_objects.o'. Stop. I guess that means it did not restore it? Just to clarify, I removed the -dev version and reinstalled it, then I marked both the -dev and non dev versions for reinstallation.
  15. Ubuntu compiling help [CLOSED]

    Ahh yes, you're right, I did a little while ago, and I totally forgot about it. How do I fix it to point to the right location? cvs diff -u Makefile.linux yields: Index: Makefile.linux =================================================================== RCS file: /cvsroot/elc/elc/Makefile.linux,v retrieving revision 1.180 diff -u -u -r1.180 Makefile.linux --- Makefile.linux 5 Apr 2007 07:46:24 -0000 1.180 +++ Makefile.linux 30 Apr 2007 15:50:38 -0000 @@ -4,6 +4,18 @@ # basic compiling and linking - rarely changed OPTIONS = -DLINUX -DELC $(foreach FEATURE, $(FEATURES), -D$(FEATURE)) +<<<<<<< Makefile.linux +CFLAGS=$(PLATFORM) $(CWARN) -O0 -ggdb -pipe $(OPTIONS) $(shell sdl-config --cflags) $(shell xml2-config --cflags) +_CFLAGS=$(PLATFORM) -O2 -fomit-frame-pointer -ffast-math -pipe $(OPTIONS) $(shell sdl-config --cflags) $(shell xml2-config --cflags) +CXXFLAGS=$(PLATFORM) $(CXXWARN) -O0 -ggdb -pipe $(OPTIONS) +_CXXFLAGS=$(PLATFORM) -O2 -fomit-frame-pointer -ffast-math -pipe $(OPTIONS) + +<<<<<<< Makefile.linux +LDFLAGS=$(shell sdl-config --libs) $(shell xml2-config --libs) -lSDL_net -lopenal $(XDIR) -lGL -lGLU -lvorbis -lvorbisfile -lcal3d -lm -lpng -lalut +======= +LDFLAGS=$(shell sdl-config --libs) $(shell xml2-config --libs) -lSDL_net -lopenal $(XDIR) -lGL -lGLU -lvorbis -lvorbisfile -lcal3d -lm -lpng $(EXTRA_LIBS) +>>>>>>> 1.159 +======= CFLAGS=$(PLATFORM) $(CWARN) -O0 -ggdb -pipe $(OPTIONS) $(shell sdl-config --cflags) $(shell xml2-config --cflags) -fno-strict-aliasing $(EXTRA_INCLUDES) _CFLAGS=$(PLATFORM) -O2 -fomit-frame-pointer -ffast-math -pipe $(OPTIONS) $(shell sdl-config --cflags) $(shell xml2-config --cflags) -fno-strict-aliasing $(EXTRA_INCLUDES) CXXFLAGS=$(PLATFORM) $(CXXWARN) -O0 -ggdb -pipe $(OPTIONS) $(shell sdl-config --cflags) $(shell xml2-config --cflags) -fno-strict-aliasing $(EXTRA_INCLUDES) @@ -14,6 +26,7 @@ PNG_SCREENSHOT_LIBS = -lpng LDFLAGS=$(shell sdl-config --libs) $(shell xml2-config --libs) -lSDL_net -lopenal $(XDIR) -lGL -lGLU -lvorbis -lvorbisfile -lcal3d -lm $(EXTRA_LIBS) -lalut \ $(foreach FEATURE, $(FEATURES), $($(FEATURE)_LIBS)) +>>>>>>> 1.180 _LDFLAGS=$(XDIR) -lGL -lpthread -lz STATICLIBS=libs/libSDL_net.a libs/libSDL.a libs/libSDL_image.a libs/libopenal.a libs/libvorbisfile.a libs/libvorbis.a libs/libogg.a libs/libxml2.a libs/libcal3d.a libs/libpng.a libs/libasound.a $(EXTRA_STATICLIBS)
  16. Ubuntu compiling help [CLOSED]

    Ok, got x11proto-gl-dev, thanks. I was assuming it installed in instead. As for libsdl-net1.2-dev, according to Synaptic I already have it. Do I need to link something in?
  17. How old are you?

    loglog used to, and he was 3 at the time (he'd be 4 now).
  18. How old are you?

    I think you just did
  19. Invisible

    On the lowest level of the manu temple in Nordcarn, I become invisible. Eifi was also invisible to me, but he could see me and himself (he is using latest official client). Molime teleported to me, and was visible to me. She could see herself, but not me. She left the temple and came back, and was still visible. Molime and I are using CVS from about 3-4 days ago. Exact coords of disappearance: [93,74] -> [93,75] (if you step off the lowest step, you become invisible) [86,104] -> [87,104] (if you step off the second-lowest step, you become invisible) Does not happen with official client. Edit: Not sure if it's relevant, but Eifi and I are gnome, and molime is human.
  20. --==++Generation X Harvesting Kingdom--==++

    1k iron, coal, sulfur please
  21. Acelon needs a new siggy/avvy ^_^

    hahahahaha, good one Rasere Ace, I think that suits you. Hmm, I've got an idea
  22. Alias

    I think what you are referring to are waypoints (I think that's the name). There was a client that had a "goto" function, where you could walk to your mapmarkers. However, this feature was deemed illegal and was required to be removed, iirc. So don't get your hopes up. This suggestion has come up before, and the answer was "no." http://www.eternal-lands.com/forum/index.p...410&hl=goto http://www.eternal-lands.com/forum/index.p...260&hl=goto http://www.eternal-lands.com/forum/index.p...st&p=155516 http://www.eternal-lands.com/forum/index.p...123&hl=goto There are more. Moral of the story: Search Or at least try asking around to see if someone knows if it's been suggested before.
  23. Problem with eye candy

    I have to say I agree. The campfire at beam is like a black column, same with the F9 fire. A little touch of smoke rising out of the flames would look superb--the flames already look fabulous.
  24. Kbuntu..

    I've run it before, so yes.
×