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

chuchoide

Members
  • Posts

    706
  • Joined

  • Last visited

    Never

Everything posted by chuchoide

  1. Are you kidding, Quess? They are awesome. But nothing beats mine >: D
  2. Thanks ;D I did pixel by pixel because I didn't know there was a filling tool. NEW: Cliffs and sprite :D
  3. OMG they are awesome This is my new game nao.
  4. Make it a super official MMO and make users to be wizardz and knightz also add some grazz.
  5. Or you can make Retarded Online 2.
  6. Cool. This is just a base… you can change to whatever.
  7. Thanks everyone. @Aaron, I'm planning on doing it like Ertzel, doing the tags with different color than name. I will also be adding in the chat soon.
  8. I'm doing a simple tutorial for adding [MOD] and [GM] tags, and whatever. Client side: Go to modText and go to Sub DrawPlayerName. Search for: ``` Name = Trim$(Player(Index).Name) ``` Replace with: ``` If GetPlayerAccess(Index) = 0 Then Name = Trim$(Player(Index).Name) ElseIf GetPlayerAccess(Index) = 1 Then Name = "[MOD] " & Trim$(Player(Index).Name) ElseIf GetPlayerAccess(Index) = 2 Then Name = "[MPR] " & Trim$(Player(Index).Name) ElseIf GetPlayerAccess(Index) = 3 Then Name = "[ADM] " & Trim$(Player(Index).Name) ElseIf GetPlayerAccess(Index) = 4 Then Name = "[DEV] " & Trim$(Player(Index).Name) End If ``` Replace the tags and edit it at your liking. **Tested and works.**
  9. I think it's too light, I honestly liked the other one.
  10. Oooh, nice, so you're like making the battle system using only X and Y coordinates? And displaying images on it?
  11. Glad to help. Good luck!
  12. They look nice, but the cliffs need some shading. Remember how the RMXP ones look, they have shading. But overall, they really look nice. For the grass, you can add a similar texture to the one of your dirt. EDIT: Is this for DoL?
  13. Thanks a lot guys, and yeah, I know VB6, but VB.Net mostly. Btw, that video series look helpful, thanks a lot!
  14. Well, seeing as Admiral Refuge is releasing a new Eclipse engine coded in C, I just thought I should get myself to get familiar with C. I know it would be better to get a book, but for now I only want free, good tutorials. Even if Eclipse C won't be released, I am still willing to learn C, I just know VB.Net… and I know C is way better, so that's why. I just want to know, to the ones who know C or C++ here, what tutorial(s) did you use?
  15. Ah, so it will just work as a non-visual IDE? Like only plain code, not like VB?
  16. If this was coded in DevC++, it would also open in VC++ then?
  17. @RyokuHasu: > Iz wanaz buyz allz thez WIPz madez withz eclipsez soz iz canz makez themz allz betterz. iz willz payz upz toz fivez dollarsz forz eachz ofz themz. > > Thankz Youz i will sell mine then! were we meet? i liv in neu zeland, we meet at burger king so i can hand you the clint and svr in a .rar there?
  18. There's a Java version in the works by Fabio… if you read the forums I guess you'll find it ;)
  19. can some1 halp me with my eclipse CSS version plizz???
×
×
  • Create New...