Jump to content
Eternal Lands Official Forums

krlc

Members
  • Content count

    34
  • Joined

  • Last visited

Everything posted by krlc

  1. EL checker

    Cool idea, thanks Here is modified version to add to conky wget -q http://elmirror.el-fd.org/online_players.txt -O source.txt; #wget -q http://game.eternal-lands.com/online_players.htm -O source.txt; rm -f players_online.txt ; touch players_online.txt ; for player in `cat playerlist.txt` do if [ `cat source.txt | grep -i -c $player` -eq 1 ]; then echo "$player " >> players_online.txt; fi done cat players_online.txt; Put ${execi 30 bash $HOME/elcheckerv0.3.sh} at the end of your .conkyrc and voila! Screenie
  2. Good suggestions, though I don't know if reducing mana cost is so necessary. I mean, summoner should have a lot of mana, it's magic, not a skill for a fighter with pro physique and coordination, and low will and vitality... But I haven't been to an instance so I might be wrong One thing I would love changed is the cost of summoning most of the creatures. Like gobs, skellies and orcs - way to costly and so weak... or cyclops - 20k gc to summon one when i can summon 4x fluffy rabbits for the same price, stronger, and 12 instead of one Or armed male orc - 2 formulas, one is summoning stone, ings ~400 gc and other instant summoning - costs 5k gc...
  3. summon stones

    Why? It's the best skill
  4. User menu's

    I have those files in "$HOME/.elc/main" and it works fine.
  5. PK Event

    Iron set is allowed or not? Because it's not mentioned in KoDdy's post...
  6. Item list

    Yes it works. Are you sure you launch it with ./el.x86.linux.bin command? Because now you have two versions of el, old and new one.
  7. Item list

    To make item list work, you need to update your version from cvs repository: http://developer.berlios.de/cvs/?group_id=1256 cvs -d:pserver:anonymous@cvs.elc.berlios.de:/cvsroot/elc login cvs -z3 -d:pserver:anonymous@cvs.elc.berlios.de:/cvsroot/elc co elc then compile it and run cd elc make -f Makefile.linux ./el.x86.linux.bin
  8. **Generation X**Harvesting** - the 3rd Degree

    krlc - 10k Silver Ore (25k) please
  9. I started playing not so long time ago and i must say that tutorial was great. But I miss one or two things, or maybe I had just a bad luck and couldn't find out about this earlier Bots - thought these are players, just afk Later I didn't knew how to buy from them. Maybe Tradebot should inform you how to buy from him? Channel 3 - lots of spam (bots), i was always mad when someone told me to try and sell something there, somehow i missed the #ignore_bots command :/ Can't it be set on by default? I mean who turns it off anyway... Rraisa or pages like this - i was so happy when i found about this But again it was after like 1 or 2 weeks of playing, before i had such a problem selling/buying, i was just walking from bot to bot and reading their inv/wanted list... I think there is no need adding exclamation mark about tutorial_npc, or anything like that, its easy to find his quest... you start game next to him and I realy have no idea how can you start playing game without reading a tutorial... anyone did it?
×