Jump to content
Eternal Lands Official Forums

Arthur_Dent

Members
  • Content count

    84
  • Joined

  • Last visited

About Arthur_Dent

  • Rank
    Beaver
  • Birthday 05/09/1979

Contact Methods

  • Website URL
    http://

Profile Information

  • Location
    Canada eh!
  • Interests
    <censored> hehe
  1. Problem with eye candy

    Had the same problem, changing Max eye candy framerate to the current showing FPS and above fixed this and still showed the effects on the glowy sword ( Thanks agneum )
  2. Method of redistributing some attributes and nexuses

    I like the idea, definately voted Yes. Like everything else in the game if it turns out to give an unfair advantage, it is usually tweaked until it is fair.
  3. Store All button

    yes that does look alot better Labrat, I'm not sure why I didn't see that way in the first place, but yes I was borrowing from some of my test server client functions for that example. I'm still in the process of getting to know the in's and out's of the EL client code but I hope to tackle some of the //TODO: list once I get a better handle on it and as well some code to go with the ideas I have for the client to make it easier to implement if the devs like the ideas. Thanks for the feedback
  4. Store All button

    I would like to see a store all button on the inventory window, deposits all items that can be deposited if you are in range and have storage open. If you do not have storage open you get the message "You cannot access the storage from here!" Ya I know still needs the code for the wine,mead,ale but you get the idea... /****************************************in display_items_menu()*********************************************/ deposit_button_id = button_add_extended (items_win, deposit_button_id, NULL, items_menu_x_len - (strlen(deposit_all_str)*11+18), 6*(video_mode>4?69:51)+2, 0, 0, 0, 0.8f, 0.77f, 0.57f, 0.39f, deposit_all_str); widget_set_OnClick (items_win, deposit_button_id, deposit_all_handler); /****************************************in display_items_menu()*********************************************/ /*******************************in int show_items_handler(window_info * win)*********************************/ char buffer[80]; w=widget_find(items_win, deposit_button_id); if(w){ w->pos_y=(int)((video_mode>4?5:6)*items_grid_size-w->len_y-35); w->pos_x=win->len_x - (strlen(deposit_all_str)*11+18); } strncpy(buffer,items_string,sizeof(items_string)); put_small_text_in_box((unsigned char *)buffer,strlen(buffer),win->len_x-10,items_string); /*******************************in int show_items_handler(window_info * win)*********************************/ int drop_button_id = 0; int deposit_all_handler (widget_list *w, int mx, int my, Uint32 flags) { int i; for(i = 3; i < 400; i++) { if (HaveItem(i)) { StoreItem(i,99999); } } } void DepositAll() { int i; for(i = 3; i < 400; i++) { if (HaveItem(i)) { StoreItem(i,99999); } } } int HaveItem(int item_id) { int i; for(i=0; i<36; i++) { if ((item_list[i].image_id == item_id) && item_list[i].quantity) return (i+1); } return 0; } void StoreItem (int stor_item,int quantity) { stor_loc = HaveItem(stor_item); Uint8 str[6]; str[0]=45; str[1]=(stor_loc-1); *((Uint32*)(str+2))=SDL_SwapLE32(quantity); my_tcp_send(my_socket, str, 6); }
  5. trouble getting linux client running

    not sure what the command are in Suse but with fedora core 5 I had the same problem as far as the cal3d files went. The solution for me was to uninstall all cal3d and then reinstall it #yum remove *cal3d* #yum install *cal3d* hope this helps
  6. Test server

    Hi there, I got the message that this version is no longer supported when logging in to the test server. So I downloaded the latest CVS cvs -d:pserver:anonymous@cvs.elc.berlios.de:/cvsroot/elc login cvs -z3 -d:pserver:anonymous@cvs.elc.berlios.de:/cvsroot/elc co elc edit make.defaults EXTRA_LIBS=-lalut EXTRA_STATICLIBS=libs/libalut.a compile with make -f Makefile.linux chmod all the necessary files and try to run it, still gives me version not supported please update message. errors_log.txt only has [14:00:17] Downloading http://www.eternal-lands.com/updates132/files.lst from www.eternal-lands.com [14:00:17] Error: Can't open file "commands.lst" [14:00:24] Client closed I have set permissions for commands.lst to be accessable but the one from CVS looks like it is still missing some of the new commands, although I don't see how this should effect the login unless it looks at this files information specifically. Right now I am downloading the windows version to see if it has a newer commands.lst although I'm not hopeful in this solving the problem. Any help would be appreciated. GeForce FX 5600 Ultra Fedora Core 5 AMD Athalon XP 2800 Download from CVS on Wed Dec 20, 2006 13:40(ish) PST edit: nevermind I'm an idiot
  7. Still gettin disconnected

    If it works fine on port 2001 and not 2000 and you have a router or switches installed try directly connecting to the modem. Some routers have firewalls in them and may need some settings changed in the router as well. If a direct connection fixes the problem you can start looking at the hardware you have on the way to the computer.
  8. Best Death Message

    LMAO
  9. Squirreles

    For those that don't know, this is me, I stopped playing the char Arthur_Dent long ago and squirreles became my main. As some people might be up in arms saying 'What? why?' let me just take this space to tell you that the Mod that locked me was completely justified in doing so. I won't go into any of the details, but I am just writing this to let those that knew Squirreles know that he will no longer be around. I am grateful that it wasn't an IP ban and I am able to play still with a 0 lvl char started anew. I am still undecided if anyone will find out who I am now (besides Mod's) but for the Mod team they can rest assured that they won't have any more problems from this player. Regards to all Squirreles
  10. For the "omfg branchers!11!" people

    what color? red?
  11. Update changes

    Perfect compromise imo
  12. server down?

    Most likely yes, and Learner too. It happened around 4:30am ents time, 3:30am learner's time and it's only 7am/6am now their times right now. Hmm, making coffee, think if I add some extra scoops they will smell it and wake up? ps. link to pirate emo arrg
  13. server down?

    Anyone (mod maybe) have some official word on what's going on?
  14. server down?

    Well traceroute works, so at least it's not the servers in france this time
  15. server down?

    me too...
×