Jump to content
Eternal Lands Official Forums

Iron_Knight

Members
  • Content count

    12
  • Joined

  • Last visited

Everything posted by Iron_Knight

  1. my old acc wont log :(

    hi i tryed loging onto my char/acc iron_knight i typed password in but it wont log me in help me. it also says you dont excist then it said (after i tried it again second time same pass same name).it said wrong pass. but i never changed the pass. plz help me
  2. my old acc wont log :(

    well how much dose it cost and can u realy get my pass word back?
  3. my old acc wont log :(

    thx and is that $ fee real cuz i think i would like to use it
  4. Today's "Little" Invasion

    very good but needs more female orcs
  5. that would be cool i think we should have that
  6. Bulding under FreeBSD

    I'm trying to compile under FreeBSD 6.0 and 5.4 I'm using "make -f Makefile.bsd" but I'm getting Warning: Object directory not changed from original /usr/home/justin/elc cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -march=i686 -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c multiplayer.c multiplayer.c: In function `process_message_from_server': multiplayer.c:348: error: too few arguments to function `filter_or_ignore_text' *** Error code 1 Stop in /usr/home/justin/elc. i dont know what I'm doing wrong? Thanks justin
  7. Bulding under FreeBSD

    Ok this is what I get now. Whoever is updating the Makefile.bsd, keep up the good work you almost got it. This is the output from "make -DCAL3D -f Makefile.bsd" cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -march=i686 -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c trade.c cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -march=i686 -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c weather.c cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -march=i686 -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c widgets.c make: don't know how to make cal3dwrap.c. Stop This is the output from "make -f Makefile.bsd" cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -march=i686 -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c trade.c cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -march=i686 -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c weather.c cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -march=i686 -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c widgets.c `all' not remade because of errors. Looks like it all compiles ok just wont link?? Thanks for your help
  8. Bulding under FreeBSD

    and if you use make -DCAL3D -f Makefile.bsd cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c widgets.c `all' not remade because of errors. %make -DCAL3D -f Makefile.bsd "/usr/share/mk/bsd.compat.mk", line 36: warning: NOMAN is deprecated in favor of NO_MAN Warning: Object directory not changed from original /usr/home/justin/elc Graph cycles through framebuffer.o make: don't know how to make cal3dwrap.c. Stop That is what you get
  9. Bulding under FreeBSD

    Now i get this cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -march=i686 -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c trade.c cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -march=i686 -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c weather.c cc -Wdeclaration-after-statement -Wall -Werror -ggdb -pipe -march=i686 -DBSD -DELC -I/usr/X11R6/include `/usr/local/bin/sdl11-config --cflags` `/usr/local/bin/xml2-config --cflags` -I/usr/local/include -c widgets.c `all' not remade because of errors. that is strange, i get no errors.
  10. Bulding under FreeBSD

    No Help reflection.o(.text+0x1e5): In function `draw_actor_reflection': /home/justin/elc/reflection.c:73: undefined reference to `cal_render_actor' reflection.o(.text+0x373): In function `draw_enhanced_actor_reflection': /home/justin/elc/reflection.c:114: undefined reference to `cal_render_actor' shadows.o(.text+0xc92): In function `draw_enhanced_actor_shadow': /home/justin/elc/shadows.c:294: undefined reference to `cal_render_actor' shadows.o(.text+0xe0b): In function `draw_actor_shadow': /home/justin/elc/shadows.c:326: undefined reference to `cal_render_actor' tabs.o(.text+0x3a5): In function `display_tab_help': /home/justin/elc/tabs.c:77: undefined reference to `skills_win' tabs.o(.text+0x3aa):/home/justin/elc/tabs.c:78: undefined reference to `fill_skills_win' trade.o(.text+0xaa0): In function `click_trade_handler': /home/justin/elc/trade.c:207: undefined reference to `storage_item_dragged' trade.o(.text+0xb3b):/home/justin/elc/trade.c:218: undefined reference to `storage_item_dragged' trade.o(.text+0xb52):/home/justin/elc/trade.c:221: undefined reference to `storage_item_dragged' trade.o(.text+0xb61):/home/justin/elc/trade.c:221: undefined reference to `storage_items' *** Error code 1
  11. Flame_knight banned

    so even though it was r freinds that did it and we werent muleing characters all the knight have differnt users like iron is my dad fire is me and silver and crytal is my bros and all the other knight r freinds of r so we did mule character ask slothcommader or bartx7001 or any 1 they will say that we are differnt ppl and for scamming ppl that was r freinds and they arent playing any time soon, so can we play again ???
  12. Flame_knight banned

    we had some friends over and they wanted to have fun so they made accounts and we told them about the secret place and they want to scam ppl. there leaving tomorrow so they wont play any more
×