Jump to content
Eternal Lands Official Forums

frak

Members
  • Content count

    176
  • Joined

  • Last visited

Everything posted by frak

  1. halberds

    i want halberds. they should have stats like staffs, just more defense and damage.
  2. halberds

    a halberd is a defensive weapon. You can keep sword fighters on distance. And you can defend against mounted knights. @Alsrir yes a halberd is slow, but ur implication is wrong. compared to staff it should have same attack, higher defense and much higher damage. question is, will it look good with the animation for staff weapons?
  3. announcing elm2blend

    importing 3dobjects and the tilemap works correct now. its still a little buggy though. it takes textures for 3dobjects from ./bmp so copy all bmp files from the objects folders there. bmps for tilemap are loaded from ./tiles requirements: Blender 236 python just copy http://www.mhome.de/EL_map_import.py in your blender scripts folder and update the script menus (restart blender?). then its available from the import menu as ELmap importing the 2dobjects is next.
  4. announcing elm2blend

    the importer is hardly working! only 3d objects atm and the rotation is wrong. (as u can see in the screenshot) the elm format stores degrees i guess?!? cause glRotatef takes degrees? blender takes radians or euler rotation. any suggestion? (gotta love math to make games ) about exporting... to be able to export a complete map from blender i have to represent all map data in a blender scene somehow. U would have to be some blender guru to build a scene that a script could export correctly to elm. even importin elm for editing is hard... importing the floor should be no problem. lights should be doable too. but how should i represent the heights in blender? also, blender is not really easy to use compared to mapeditor. i think the mapeditor of el does its job better than blender could.
  5. who is the best guild

    then dont post here =P -EF- pawns y00 all!
  6. Run Bot Program From A Webserver

    i have php and mysql for 3€ / month. So thats no problem. The problem is that most hosters configure timeouts on network connections and script runtimes. So ur php bot could only stay online for 2 to 5 minutes <_<
  7. Pop-up Window

    encrypt the text and let the server send the key. that will keep the players from reading the stories at least until they found the book or w/e the first time.
  8. Custom Clients

    theres no documentation. get the sources from CVS. hint for python: use module struct to build data packets to send to server and extract the data u receive. for testing better use the test server on port 2001.
  9. 2 Things Still Quite Wrong With The Game

    tankel shouldnt take money for things he cant repair. the low chance for success is ok i think.
  10. Eureka!

    very nice! try making a waterfall =D (make it walkable or hide cave entry)
  11. Wanna Be A Prgrammer

    before u can get experience u need to learn some basic theory too. algorithms and datastructures, formal language theory, logic, computation theory, complexity theory. oh well. maybe algorithms and datastructures are enough =D
  12. New Map Editor

    if u accelerate a car its velocity increases. got it? =D
  13. New Map Editor

    making particles is not as easy as making maps. but still, someone should dig out the documentation for particles and make it a sticky thread somewhere. some is in this thread http://www.eternal-lands.com/forum/index.php?showtopic=7947
  14. Zoom In

    yea. camera code as it is now sux. If u remove the limits and move it down to 0 degrees u will see objects that would be behind the camera on the screen. having world coordinates of the camera and using gluLookat would be fun. i played around with that but it broke the frustum culling. :/ with world coordinates of the camera we could let it collide with objects. would be great for the autocamera.
  15. Programming Ideeas

    better make the NPCs dynamic loadable plugins, so no network stuff is inbetween. or at least use pipes. for scaleabilty u can split the world. IMHO
  16. Ways To "stop" The Macro Harvesting

    "my friend wrote a program and now i can hack your game", how does that help us phuzion? u r teh n00b!
  17. Ways To "stop" The Macro Harvesting

    Wouldnt help :-/ that would just make macro'ing more simple. its a lot easier to program the macro to click once than 10000 times. if u only have to click once, what would u need a macro for then? u said urself u dont know programming. This is the programming forum
  18. Ways To "stop" The Macro Harvesting

    what i wanted to say was, if u start detecting macroers then they will rewrite their macros to look like human players (random stuff). ofcourse such a program cant be calld macro. its a bot.
  19. Ways To "stop" The Macro Harvesting

    that will just increase the number of online players =P (2 char harvesting = double output per hour)
  20. Ways To "stop" The Macro Harvesting

    the server sees only ur commands u send to the server. He cant see if u use a mouse recorder or whatever. If u start searching for patterns in client/server communication to identify macroers, then only those that use mouse recorders can be found. Those who modify the client can use random breaks/timers and automagically react on events like a human player would do too. the game should be changed in a way that makes macroing unecessary. Like for harvesting u send 1 "start harvesting" command. And then ur char harvests until the player or some other event stops the harvesting (like being hungry or another command from the client). And add a max volume that 1 can carry (also to help the economy), so when harvesting e.g. sunflowers ull be full after 100 suns even if u can carry 400 emu.
  21. theres not enough drain. _ALL_ things should be manuable and breakable. I have like 10 pickaxes in storage. that is inflation =D
  22. Encyclopedia Work

    jamesvm could u please make the .zip with subfolders, so if extracted to el folder the files go in the right place.
  23. Native Language Support

    hour = minutes / 60; minutes = minutes % 60;
  24. Map Editor

    it includes ../elc/particles.h And it works. I already placed a fire in my copy of IP map
  25. "el Movie" Making

    if there is something like common sense about how to use computers than u lack it.
×