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

Slasheree

Members
  • Posts

    588
  • Joined

  • Last visited

    Never

Everything posted by Slasheree

  1. Still need help with that ? PM me.
  2. packets don't match on both sides ? O.o
  3. If that engine uses Directx8 you need to add transparency to the image. (Change white with some color with 0 Opacity)
  4. been adding more features since then: Recording System: >! [http://www.youtube.com/watch?v=n7k2hwfldkw](http://www.youtube.com/watch?v=n7k2hwfldkw) Personal Shop System: >! [http://www.youtube.com/watch?v=ypvxEWVIiAM](http://www.youtube.com/watch?v=ypvxEWVIiAM) Parallax Login Screen: >! [http://www.youtube.com/watch?v=JW_Sw4hU6p8](http://www.youtube.com/watch?v=JW_Sw4hU6p8) Crafting System: >! [http://www.youtube.com/watch?v=7C9MKoZC-GI](http://www.youtube.com/watch?v=7C9MKoZC-GI)
  5. Which is best ? 1- Add items randomly to the workbench in hope to create something 2- Use a recipe item and it says if you have enough items to craft
  6. Some more systems I added to 'my modded version of eclipse' Personal shop system: [click me](http://www.youtube.com/watch?v=ypvxEWVIiAM) In-game recording system: [click me](http://www.youtube.com/watch?v=n7k2hwfldkw)
  7. So ? My Alter ego is male XD [Deal with it](http://operachic.typepad.com/.a/6a00d83451c83e69e2017d3cdfb82b970c-320wi)
  8. I just recolored it, but I liked it so much I use it has ingame character also XD ![](http://img577.imageshack.us/img577/14/0dh2.png) Credits: Enterbrain I guess
  9. Character customization like changing sprite and gender ? or changing clothes & hair ?
  10. will it be downloadable or buyed ? O.o
  11. change this: ``` Buffer.WriteString Trim$(Player(targetPlayer).Char(TempPlayer(index).CurChar).Name) ``` with this ?: ``` Buffer.WriteString Trim$(Player(index).Char(TempPlayer(index).CurChar).Name) ``` [Edit] if it still gives the error try this: ``` Buffer.WriteString Trim$(Player(targetPlayer).Char(TempPlayer(targetPlayer).CurChar).Name) ```
  12. looks good, but I kinda like to edit stuff while I play cause that way I can already interact with the stuff I just edited XP
  13. I mean't vbscript files lol. @Abhi2011 no one can edit .dll files I think, now imagine a sub written in a .txt fle with vbscript syntax (compatible with vb6 by what I saw) which is then executed when an event happens (OnPlayerAttack, OnPlayerOpenGUI, OnPlayerMouseDown, stuff like that)
  14. Is there any advantage in executing functions called from a text file ? (Similar to what MTA:SA does with it's lua files.)
  15. yeah, it's kinda like Darkeden, that's not too hard to make, maybe put a sign with some introduction text to the store xP [EDIT] Thx for the idea, maybe I'm gonna add that to my game lol
  16. I can't seem to find any video showing how player shops are in Ragnarok Online ._.
  17. it's just that Darkeden's style of player shop is somewhat easy to do
  18. have you even played darkeden ?
  19. so you want this to be activated by the server or the client ? o.o try using this: [http://www.eclipseorigins.com/community/index.php?/topic/133705-sending-a-string-to-a-label-server-client/#entry903465](http://www.eclipseorigins.com/community/index.php?/topic/133705-sending-a-string-to-a-label-server-client/#entry903465)
  20. it's mega… megaupload reborn xP
  21. like this [https://mega.co.nz/#!AVolWbQa!czOMJhEcOhuAm2qS944qv10P1xMXO3vn8rj-zarl4ak](https://mega.co.nz/#!AVolWbQa!czOMJhEcOhuAm2qS944qv10P1xMXO3vn8rj-zarl4ak) ?
  22. just so you know I added factions, pathfinding animation, showing item names on floor when a key is pressed, friendlist, new alertmsg (fullscreen users), volume in options, exit game in options, toggle fullscreen in options, invisible spell, job advancement, scripted npcs tiles and spells, new interface buttons, scrolling map name thing, some weird bug fixes (panorama was moving madly…[was in the normal loop… instead of a timed loop]), and I think that's all I did for now
  23. as I said, there's stuff I forgot to show, as for the "Oh God, please dont say that it was so hard to change positions" you didn't pay attention to the video it's what it seems, or maybe you think I used an engine and I used another
  24. that's why I said "My Version" with the quotation marks xP and the engine as it was given to me didn't have the buttons that way, I had to make that up… O.o
  25. tell me what you think of it: [http://www.youtube.com/watch?v=ihX3ZTMWd2A&feature=youtu.be](http://www.youtube.com/watch?v=ihX3ZTMWd2A&feature=youtu.be) PS: Dunno if you can see, but the cursor has an icon for each mouseup and mousedown state :b
×
×
  • Create New...