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. This might be out of your scope to be honest :/ ive been coding a while and im not even sure how i would go about it. you might download robins amazing package and finding a source that has what your looking for and see if you cant take it from there.
  2. or3o

    Equip and Unequip

    Mod Graphics sub draw equipment. Client side of course.``` With rec_pos .top = EqTop .Bottom = .top + PIC_Y .Left = EqLeft + ((EqOffsetX + 32) * (((i - 1) Mod EqColumns))) .Right = .Left + PIC_X End With ```
  3. have you noticed no other eclipse versions resources lag when everythings not filled out? And yea Prospekt lagged for me constantly, thats why I stopped playing it :/ Im glad you figured out a fix for your issue tho.
  4. Hey Canada gave us Canadian bacon and Neil Peart! but other than that yea… Avril lavigne and Justin Beiber... God Damn Canadians.
  5. > Hey for everyone, i am using EA .13 in Prospekt and it is fast like other engines, maybe you ducked something clark ![](http://i3.kym-cdn.com/photos/images/newsfeed/000/312/563/05d.jpg)
  6. or3o

    Best engine

    You can make a fully working rpg with all the features you need as long as you willing to do a bit of coding, these arent really supposed to be a premade rpg maker. They are more of a base that you should work off. If they came with everything already on em all the rpgs made with them would be basically the same.
  7. or3o

    Best engine

    3.0 hands down, or Robs engine once it becomes opensource. At least as far as stability goes. if you just want features then i guess one of the other ones will work (or you can just do what they did and add the tutorials yourself.)
  8. I can literally feel my brain cells committing suicide.
  9. or3o

    Best engine

    Sorry man but I have no idea what your saying. Are you sure its the dx8 your having a problem with and not just the gui people happen to add to custom versions?
  10. Nah you in the right section, that imagine is a png? you just have to put the picture into your client side data/graphics/resources folder. If you have any questions or issues feel free to ask.
  11. Well brandon looks like you where right ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) sorry man mine always said a different error when the library files wherent installed.
  12. or3o

    Best engine

    2.3 event system isnt dx8.
  13. Brandon that automation error isnt due to an old computer of the library folders being extracted wrong,This source is most likely buggy because all the tutorials and crap added to it.
  14. > Do you think they will try and make their game unique if there's a single player engine? I think it'd just end up with a shit ton of games saying that they are unique because they have mining, or because they have a cool storyline, or because they have different graphics. i would play a game with a cool storyline, in fact most online games are lacking in that aspect because they focus so heavily on the multiplayer part of it, like comparing final fantasy to world of warcraft its almost a seperate playerbase you would be tapping into.
  15. I would like to be able to attack with the left click, When i tried out your system i found myself clicking trying to attack without thinking about it, im still new to the whole mouse movement part tho lol.
  16. or3o

    New Developer

    > I think a plan of action for eclipse should be this; > > We provide three different builds of the base engine, remember how Ubuntu has official flavors? Like that. We provide; > > **Basic -** An engine that provides everything a standard Eclipse game would need, a base for anyone to work off of. > > **Optimal -**Same as basic minus some features that have bugs and nothing is added until deemed bug-free. Like Eclopti Rekindled basically. > > **Powerhouse -** Engine specifically meant to hop in with the good stuff added right in, so people can jump into Eclipse without a need for programming knowledge. > > Anything else should be covered to custom versions but we need a set of official choices. > > Just my two cents. i kinda like this way of thinking, but i kinda consider Eclopti to be more of a base version, just a solid fast no frills start.
  17. Sweet! i like that little target window and the new gui.
  18. or3o

    DrawInventory :{

    ask Growlith1223 lol i know for a fact he has done it
  19. you need to edit this part``` If Spell(spellnum).WepReq 0 Then If Item(Spell(spellnum).WepReq).Type = ITEM_TYPE_WEAPON Then If Not Spell(spellnum).WepReq = Player(index).Equipment(1) Then PlayerMsg index, "You dont have the right Equipment! (" + Trim$(Item(Spell(spellnum).WepReq).Name) + ")", BrightRed Exit Sub End If End If End If ```i dont know what type of item your using but lets say you wanna make your shield be required to cast a spell first your would need to change the ``` if item(spell(spellnum).wepreq).type = item_type_shield then ```next you would need to go to the next line of code and change``` if notspell(spellnum).wepreq = player(index).equipment(4) then ```
  20. or3o

    DrawInventory :{

    I bet someone will do this for probibly a few dollars. Also when you do figure this out your gonna notice a slight drop in fps.
  21. or3o

    Seventeen.

    > Fuggdaboutit it's new york how do you already have almost as many posts as me but Ive been a member for like a year longer than you!?
  22. or3o

    DrawInventory :{

    CSDE has the feature you want already! First its not a script its a code snippet and no im sorry man but it wont. I seriously cannot believe im saying this but you might as well download Eclipse advanced and use that for your engine….
  23. eo is just an updated version of mirage and csde is almost exactly the same aseo3.0 in fact eclipse advanced uses CSDE's gui and its not that alot of people still use those systems its just alot of people rip features from em because they are soo similar to newer versions.
  24. ![](http://onlineorigins.zapto.org/wtf.jpg)
  25. or3o

    DrawInventory :{

    Dude already explained it to you. Its not a matter of ideas, you have to change the way your inventory is renderd. its not about changing setting some alpha channel or something. the best i can say is either pay someone to do it for you or **Download CsDe or EA and look at how they do it.**
×
×
  • Create New...