User Tag List

Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 34

Thread: MMORPG Indie Proyect

  1. #21

  2. #22
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Ah. I'd imagine that it's still there, since Lacewing hasn't been updated in a while, but it is only so much of an issue...

  3. #23
    No Products Registered

    Join Date
    Oct 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you very much!

  4. #24
    Clicker Fusion 2.5 DeveloperAndroid Export Module
    Master_Maker's Avatar
    Join Date
    Nov 2006
    Location
    Rio de Janeiro, Brasil
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Lightbulb Help to u

    Good,
    Can be done by parts, Inventory, Equipment, GUI, Enemies ...

    Well you're using the pathfinding for the move? all characters and enemies?

    It would be good not to use to much error, so I did a system online.

    Also made ​​equal to TIBIA, the issue of movement of items on the ground.

  5. #25
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    AlanRuno's Avatar
    Join Date
    May 2013
    Posts
    344
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Thanks , yeah character and monster movement are controlled by pathfinding, and what do you mean by "not to use to much error"? ,
    Anyway everything is kinda already set up, inventory, gears, skills, attacks, weapons, armors, nps, monsters, and i even added a Player Home system where you can actually own a home and decorate it yourself, you can either find a good home in the wild or buy a home in the city.
    so yeah the system is almost set up , however content is the most time consuming part of this project. (new weapons, armors, monsters, places, etc.).
    maybe ill try to find some help, but finding free help is hard as i have no capital at all :\

  6. #26
    Clicker Fusion 2.5 DeveloperAndroid Export Module
    Master_Maker's Avatar
    Join Date
    Nov 2006
    Location
    Rio de Janeiro, Brasil
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All that you've done already synchronized with the server?

    Do not have much time, but what little I have is quite productive.

    Send a screenshot of the project

  7. #27
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    AlanRuno's Avatar
    Join Date
    May 2013
    Posts
    344
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Yeah , everything is already in synch , here is the pic:
    PROY.jpg

  8. #28
    Clicker Fusion 2.5Fusion 2.5+ DLC

    Join Date
    Jun 2006
    Posts
    903
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    As someone who did first "big" MMORPG in MMF2 that players were/are even willing to pay for (you can check youtube for "Chmatakov" for fan video), I really want to mention (sorry if you know that) the following:
    -pathfinding of monsters, etc, must be calculated by the server, otherwise players will exploit that. Never ever do this on the client side.
    -picking up items, shooting, even making steps, everything must be done by server. E.g. check coordinations between the item picked and player when the "pick up" is received, check coordinates for each step player takes - I had players modified X,Y coordinates and jumping on the map.
    -always send just ID and let the server does the rest. E.g. player equips a gun - client only sends an item's ID to the server, the server retrieves the gun details and send it back to all players. The same goes for item management, believe me that a small mistake here and players will find a way how to dupe items (e.g. resending packets twice, that is why timers needs to be implemented)
    -MooClick has some very nasty bugs, e.g. you can crash it with simply sending certain ASCII sign, there is no authorization when joining the channels (so you have to do it on your own, like when user joins the session, you must check whether he has been authorized before) and also, MooClick server broadcasts players IP addresses to all other players, which is quite bad. If you use packet sniffer and enter a MooClick game, you will see that you receive data about players including their IP etc..

    At the end,I had to write a server in C# as MMF2 server (being single threaded) is not fast enough to handle pathfinding of many monters (e.g. a list with 50 monsters, for each calculate their movement and behaviour every 20-50 msec). But even with MMF2 server, it was playable up to 50 players at the same time.
    I wish you luck!

  9. #29
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    AlanRuno's Avatar
    Join Date
    May 2013
    Posts
    344
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this information Blizna!
    Yeah about all , i am aware that the slightest of controllable information that you give out to be client-side is gonna be exploited somehow , so i try to have everything controlled server-side, and of course do checks on all requests (position , availability and timer checks) , i had a hard time figuring out how to make the game secure as hacking would destroy the project entirely.
    About MooClick, I dont use that anymore , got a good feedback saying that was no good anymore so switched to lacewing.
    I thought about doing a server not mmf based, however i found a way to make mmf support alot of requests per second ( more than 5k) , so its ok so far.
    Thank you n_n

  10. #30
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export Module
    Windybeard's Avatar
    Join Date
    Nov 2006
    Location
    London
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good luck with this, i would be very interested to see how you get on with this game!

Page 3 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. mmorpg
    By Martin in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 24th June 2008, 11:18 AM
  2. I need help with making MMORPG
    By pointblank in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 31st March 2007, 08:20 AM
  3. MMORPG
    By grayhuskie53 in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 5th February 2007, 01:19 AM
  4. MMORPG
    By grayhuskie53 in forum File Archive
    Replies: 0
    Last Post: 28th January 2007, 11:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •