Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

or3o

Members
  • Posts

    685
  • Joined

  • Last visited

    Never

Everything posted by or3o

  1. cant we get rid of a few longs in mod globals? and i was wondering if i get rid of some longs server side do you think that would help any?
  2. google image splitter, they are 32x32 pixels
  3. or3o

    [EA] MiniMap

    find this``` ' Render the minimap DrawMiniMap ```and replace it with something like this``` if chkmap.value = false then drawminimap end if ```that was the mini map is on by deafult. you gotta make a checkbox called chk map to use it tho.
  4. im sorry i dont really know what to tell ya, im pretty sure the only way to fix that is with vb6, either you can get yousefl a copy or ask someone to edit your code for ya :/ sorry
  5. http://www.touchofdeathforums.com/community/index.php?/topic/125444-eostart-spells-fix/ try that if you have visual basic go to you client open you spell editor and in the list box add a none option for the classreq
  6. or3o

    Multiple drops

    there is a tutorial for it, just look in the tutorials section :/ [http://www.touchofde…le +item +drops](http://www.touchofdeathforums.com/community/index.php?/topic/121640-eo-20fixed-multiple-item-drops-and-percentile-chances/page__hl__%2Bmultiple+%2Bitem+%2Bdrops) k try to search before askin, ppl get mad if they feel like you arent even trying.
  7. you actually mean frm main right? and can ya tll us what version your using and such?
  8. or3o

    Music

    turn on your speakers? or go into the options and turn the music on :/
  9. try putting the dx7 dlls in the client folder.
  10. better yet lets start a church so they cant tax us for our weed and booze money!
  11. plus if you ever wanna have more than like 20 people on your server you might have issues. i played Prospkt (deathbeams game) and it actually used more memory than minecraft, seriously a 2d game should never use that much memory or processing power. no problem its still a work in progress but its worth keeping up on. here is the original git if you wanna see all the updates from the begining https://github.com/AwakenedSorrow/Eclopti/commits/master
  12. you might wanna look into this. someone actually has been working on optimizing 3.0 for a little while tho. and no one really bashes new features, its just most custom versions are just a blank eo stuffed to the gills with tutorials and every one i have ever tried was buggy as hell. Its just seems smarter to actually fix the bugs as you add the features, also some of the tutorials are written in a highly inefficient way that just makes the game run slower and crash more often ya know? here is a link to the optimization project tho http://www.touchofdeathforums.com/community/index.php?/topic/129782-eclopti-rekindled/
  13. eo 3.0 is bugged as hell in case you haven't noticed. the reason people want it optimized is because its terribly inefficient, seriously fmod crashes at random? just doing some simple optimizations ive cuz my memory usage in half on my game. it just makes way more sense to have a stable base to work on than a buggy feature packed code. And adding tons of features to the source is pointless when not all games are going to use all the features. and unused features are a waste of space and actually slow your game down. and its been 11 years? hmm that sounds like plenty of time to learn how to code.
  14. people know how to optimize it they just dont generally relaease it to the public, and its not because we have shitty computers, its because we want people who play our game to be able to regardless of how old the pc they own is. Obviously you know nothing about this. And stop being such a noob and add the features you want yourself. you really must not get the point of all this anyway.
  15. Hey when you spawn an item does it show up in the wrong place now? also when i drop an item it errors, mabye somewhere in a drop item sub we need to add a render texture call or something?
  16. or3o

    [EA] MiniMap

    This tutorial works perfectly with 3.0 by the way.
  17. lol its better than internet explorer for sure.
  18. whack that cracked me up. and good work bringing this prject back from the grave iris ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  19. So i have no idea how to render something to a backbuffer :/ if anyone could provide a little guidance i would be very thankful. i know its a pretty general question but i have no idea and im trying to figure it out.
  20. hey i have an account ill give ya for the prize, its got 99 defence and 99 magic i just have to remember the password. alright found it, its a lvl 104 ![](http://onlineorigins.zapto.org/rs.png) it has no money but pm me if ya need it as a prize.
  21. or3o

    [EA] MiniMap

    Just make a checkbox just like all the other options in pic options ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) and i added a new tiletyp thats exactly the same as a blocked tile except its called water and shows up blue on the minimap, looks pretty cool lol. thx for the tut
  22. if you where doing it right it would have worked. Im not trying to sound like a jerk but i have used this tutorial and it worked perfectly. Try setting a different keto to open the minimap. or add a cmd button and use that to open the map. just to check if the maps actually working.
×
×
  • Create New...