Jump to content
Eternal Lands Official Forums

krlc

Members
  • Content count

    34
  • Joined

  • Last visited

Posts posted by krlc


  1. Cool idea, thanks :) Here is modified version to add to conky :D

    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 :P

    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 :wacko: Or armed male orc - 2 formulas, one is summoning stone, ings ~400 gc and other instant summoning - costs 5k gc...


  3. No iron, steel, titanium, bronze, dragon armors, or mage robes. Summoning, including stones, and all magic and pots are allowed.

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


  4. 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 :P

    Bots - thought these are players, just afk :P 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 :D 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?

×