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

Rithy58

Members
  • Posts

    1630
  • Joined

  • Last visited

    Never

Everything posted by Rithy58

  1. If you see anything like Stat or Stat_Req As Byte, change the As Byte to As Long I found some in: Private Type PlayerRec Private Type ClassRec Private Type ItemRec Private Type NpcRec And don't forget to delete your old account data after. If you don't want to delete all your NPC, don't edit NPCRec. Same with Item. Sincerely, Rithy
  2. Rithy58

    First Map

    This was done in less than 10 minutes just to test out the tilesets, my mapping ability and the auto-tile-selection system. The tilesets are surprisingly difficult to map with, however, they give me a lot of options. For example, the buildings are broken down into many very small pieces so it take a while to make one building but I can have thousands of combinations of different buildings. I am open to all suggestions because after about 10 minutes, I don't know what else to do. This is pretty much the best I can do but I know I still have a lot of room for improvements. >! ![](http://i39.tinypic.com/a1k01w.jpg) Sincerely, Rithy
  3. How do you spend all night making those? These are far from good. I'm horrible at graphic and I can still make better one in less than an hour. Here's an example of a decent one: http://www.touchofdeathforums.com/smf/index.php/topic,73863.0.html Sincerely, Rithy
  4. Go to your account folder in your data folder in the server, and delete everything inside. The binary file doesn't match the UDT anymore so you have to make new one. Sincerely, Rithy
  5. I've already wish you a happy birthday early this morning but, Happy Birthday, Robin! Sincerely, Rithy
  6. Hmm… sounds like you're trying to rip a graphic from a game. What is the game name? Need more info on the files you're trying to open. Sincerely, Rithy
  7. I am much aware of this engine. In fact, I'm using it to make a game :D But yes, the progress is also very nice. I can't wait to see that Event System, even though I won't be using it. 0.8 is good enough for me. Sincerely, Rithy
  8. You should use Visual Basic 6 IDE. http://www.touchofdeathforums.com/smf/index.php/topic,68399.0.html Sincerely, Rithy
  9. Thank you, guys :D Oh and happy birthday, Robin. I think it's your birthday, else I'll feel like an idiot. Thanks for everything you've done for the community and the stuff you've taught me. Sincerely, Rithy
  10. So yeah, my gymnastics season ended. Here are some pictures. >! [![](http://www.freemmorpgmaker.com/files/imagehost/pics/0f87924ce197a21161b7d382039ad2d7.jpg)](http://www.freemmorpgmaker.com/files/imagehost/#0f87924ce197a21161b7d382039ad2d7.jpg) >! [![](http://www.freemmorpgmaker.com/files/imagehost/pics/e3fd3d53c4b3fa86dae981b18a5de343.jpg)](http://www.freemmorpgmaker.com/files/imagehost/#e3fd3d53c4b3fa86dae981b18a5de343.jpg) >! [![](http://www.freemmorpgmaker.com/files/imagehost/pics/7d12fc95440ba171009cea4c30a87d13.jpg)](http://www.freemmorpgmaker.com/files/imagehost/#7d12fc95440ba171009cea4c30a87d13.jpg) >! [![](http://www.freemmorpgmaker.com/files/imagehost/pics/96a949e67b6c48e10d0c1c571dc365e6.jpg)](http://www.freemmorpgmaker.com/files/imagehost/#96a949e67b6c48e10d0c1c571dc365e6.jpg) >! [![](http://www.freemmorpgmaker.com/files/imagehost/pics/7a20d48b6613ba29b841cb18e3337d59.jpg)](http://www.freemmorpgmaker.com/files/imagehost/#7a20d48b6613ba29b841cb18e3337d59.jpg) Sincerely, Rithy
  11. Extension might not mean anything. Stephan can go on hours explaining it. My graphics files are .dat, .gfx and even .dwo at one point. Sincerely, Rithy
  12. @DarkSpartan4: > I'm also having trouble unzipping Robin's pants. Tips? Make sure he's asleep or knocked out first. If you want, you could also do it while he's drunk. Sincerely, Rithy
  13. @Pete: > It's amazing that you managed to switch keyboard layout when it _wasn't even labelled_. My thought exactly. I read some more about the layout and I want to switch but it's gonna be a problem when I go to school. Unless I carry around my keyboard and changes Layout every time I use the computer, it's not gonna work. My school doesn't allow electronic so laptop is out of question, not to mention, what do I do with laptop? Is it possible to be able to type with both layout and switches whenever I need to? Sincerely, Rithy
  14. You can still buy it but look at the price: http://www.amazon.com/Microsoft-Visual-Enterprise-Development-System/dp/B00002S7HV Not sure if it's the right legal term but I pretty much think VB6 is an abandon ware. And here's a guide to torrent. Torrent is P2P, which is perfectly legal. What you download, is a different story. Sometime it's just good to learn how something work. You don't have to tell us what you're going to do with this. Don't ask again how to get VB6\. I can't be any more specific. http://lifehacker.com/285489/a-beginners-guide-to-bittorrent Sincerely, Rithy
  15. Other than the data type limitation, probably none. I think all those stuff are actually calculated based on level so…it goes as high as your level can go. Until it hit max level or data type limit. Sincerely, Rithy
  16. Because my lack of Assembly Knowledge, I have a question. Will this work for any CPU? I mean, isn't assembly different for different type of CPU? Sincerely, Rithy
  17. Rithy58

    Vb problem

    I'm confused myself. You opened the project file, right? As in client.vbp or server.vbp. Sincerely, Rithy
  18. Isn't it just drag and drop? Find the Option Frame in frmMain(yeah, it's messy), right click -> Bring to front, Drag the Button and Draw it in the frame. Sincerely, Rithy
  19. Then you can still use my code above. Just edit it to make it work. So like, instead of having isOnline = True, change it to lblStatus.Caption = "Online" And make sure the name of the winsock is Socket. If it's not, change Socket.State to NameHere.State. I'm not sure what Robin named it. Sincerely, Rithy
  20. I'm not exactly sure what you're asking. Do you mean making your own graphic? If so, it's pixel art. Google it. Do you mean putting your own graphic in the game? If so, http://www.touchofdeathforums.com/smf/index.php/topic,68363.0.html. The link also kinda apply to the above. Sincerely, Rithy
  21. I hadn't seen EO code for months so my memory of the code is fussy but you can check if the socket is connected by doing this: ``` If Socket.State = sckConnected Then isOnline = True Else isOnline = False End If ``` Or if you mean check the server status via the website: http://www.freemmorpgmaker.com/status/index.php Sincerely, Rithy
  22. In EO, yes it's possible. I compress and encrypt my graphics(idk why I do since it's not even custom) and use a different extension. So, basically: The engine load the graphic file, convert/decrypt it, then load it to memory. It's not easy to do this though. But now I'm thinking if you simply change the extension of the bitmap file and also in the client, will it work? So like, you have sprite/1.cxt, which is basically a bitmap file but you changed the extension(rename) then in the client, you tell the engine to load the 1.cxt file instead of 1.bmp. You should try it out but don't forget to make a back up of your project. Sincerely, Rithy
  23. Rithy58

    Char Select

    If you have some knowledge of VB6 and how Mirage engine work, it shouldn't be hard. @DJMaxus: > Check out how Mirage Realms does it, the source is available in Robin's bundle. Sincerely, Rithy
  24. If you try to remove "transparency" as in Alpha Channel, that is not supported in BMP. This is how EO(DirectDraw) work. It take the top left pixel(so the 1,1) of the BMP and that is the transparency of all the tiles in that BMP. For example: My top left pixel is colored white so in that whole sheet, if I want it to be transparency, I color it white. If you would like extra help, please post your tilesheet. Sincerely, Rithy
  25. @[rose: > link=topic=78082.msg837723#msg837723 date=1328994408] > +((1*9)/3)-2 It's either I'm terrible at math or that came out to be -1 EDIT: Turns out, I really am terrible at math. Not sure what I was thinking. Sincerely, Rithy
×
×
  • Create New...