MMORPG is a Massively Multiplayer Online Role-playing Game.

learn more… | top users | synonyms

0
votes
1answer
34 views

Game project updating database using ajax

Im trying to make a realtime game with no page refresh. The problem is that i dont know what to do next or how to configure ajax script to update the mysql database when the player is movine over the ...
4
votes
3answers
119 views

MMORPG development and server side logic, update all Game Objects?

I have designed Multiplayers Games before, but now I wanted to create an MMORPG Architecture for learning/challenge purpose. I want to go as far as simulate hundreds(or a couple thousands) of ...
-2
votes
1answer
120 views

Scaling MMORPG on a social network using p2p overlay [closed]

I'm looking for some MMORPG problems to work on. What are some challenges faced in extending the multiplayer games on a social network like Facebook using a collaborative P2P overlay? What are some of ...
2
votes
0answers
79 views

Which is a good MMORPG model? [closed]

I am designing a low-scale mmorpg. I have designed multiplayer games before but now I decided to create a low-scale mmo as an R&D project. I have couple of models that I have in mind, if there is ...
0
votes
1answer
88 views

Using PHP - MySQL for MMORPG [closed]

If I were to store video game data from flash to a MySQL database using PHP commands that I loaded by visiting arbitrary web-pages in an iFrame on my site and I was triggering loading those pages from ...
0
votes
3answers
242 views

C# Server for MMORPG, thread-safety with async

If I have 1 thread for my MMORPG server running a async socket and async packet handler, and in that 1 thread I have a static World that contains all entities in the game. Would there be any ...
0
votes
1answer
129 views

Client/Server Communication Between GWT Client and a Desktop-run Server

I'm attempting to write a browser based MMO using libGDX and it's HTML5/GWT port and I have no idea how to do the client/server interactions. I have already written the application for desktop as a ...
1
vote
1answer
138 views

C++ Troubles with bot (MY private server)

I am making a server for a mmorpg somewhat soon, and i want to release a bot to go with it, since i dont want people having the ability to level to the maximum within a week or less but i don't want ...
0
votes
1answer
48 views

OOP implementation of BUFFS and Stats. Suggestion

I am developing an MMORPG server using NodeJS. I am not sure how to implement Buffs, i mean, equipped objects or used skills have effects on the Player() which has many Stats(), some of them have a ...
1
vote
1answer
98 views

C# rpg read stats from file help please

So I have a text file with a few lines formatted like this: Name=Fighter, Strength = 10,Cunning = 4, Willpower = 2, Magic = 5, Constitution = 10, Health Formula = 250, Stamina Formula = 200, Magic ...
0
votes
1answer
172 views

Why I can't use selenium to test on mmorpg games?

I am a starter in software testing. Just watched a video on youtube. I recorded few steps for gmail in selenium IDE and replayed it. all worked fine. Then I tried on runescape and suddenly selenium ...
-3
votes
1answer
164 views

PHP battle system integrity [closed]

I'm trying to write a php battle system for an online game I've been designing. In short, it's going to be an MMORPG, and the players' stats will be saved across a couple of MySQL tables, as will the ...
-3
votes
1answer
48 views

what's do you call the magic defense in most mmorpg? [closed]

i just couldn't remember the word, In a typical mmorpg ,the hero usually has magic attack and defense value,magic attack value you call it intelligence ,magic defense->? magic resistance? it's too ...
0
votes
0answers
56 views

I need A Running sample code for chatroom in NODEJS

I am working on a turn baced game like Tic Tac Toe in which two players can asynchrounously compete each other . I m looking for the best framework to use with it for online multiplayer handling . i ...
1
vote
1answer
200 views

Suggest Framework for multiplayer game like Zynga poker [closed]

I am working on an app that deal with multiplayers in which both players have to share some data to each other real time. I am exploring frameworks like gamooga, node.js, smartfoxserver. Can anyone ...
-1
votes
1answer
258 views

Can a Java MMORPG converted into HTML5 be reverse engineered to be used in a client that interacts with items, objects, & NPCs using source code? [closed]

Currently the MMORPG in question is coded in Java, and most people use Java Injection (BCEL or ASM) to read source code while the game is running and uses the information it finds to identify ...
0
votes
0answers
246 views

Java rpg collision detection

So im working on a java RPG and I am stuck on the collision detecting. This is my map so far Im trying to get it so that he cant walk on the blue but can on the white ones. The way I am doing the ...
3
votes
2answers
2k views

Node.js for MMORPG is a good approach? Alternatives? [closed]

I'm doing a MMORPG-like for browser, that shows the player in the map and allows them to move around, but I'm doing it in Django. And now I'm thinking that this was not a good idea, since some one ...
1
vote
0answers
366 views

php framework for rapid development of a browser based strategic game [closed]

I am considering to write a browser based mmorpg with php/mysql since I am familiar with php/mysql. I have the knowledge of OOP. I am wondering, if anyone can suggest me a framework such as Zend, ...
3
votes
2answers
455 views

Implement well scalable MMORPG with Scala?

Is Scala a good choice to implement a well scalable MMORPG? I read about people suggesting Erlang, because better concurrency handling. But Scala has actors/message driven concurrency and functional ...
0
votes
1answer
4k views

MMORPG Game Engines [closed]

I'm planning to develop a MMOG (Massively Multi-player Online Game). First, I know the challenges, both financial and technical to get such a game rolling. I'm looking for a Game Engine to develop ...
0
votes
0answers
28 views

Data / infrastructure opinions needed for my site OacDb.com

When I created the site oacdb.com, I used MySQL and a Rails-inspired framework. I originally made this site because of my interest in relating these types of data together and learning how to do it ...
1
vote
1answer
138 views

SSL Usage for Popular MMORPGs

Does Runescape, World of Warcraft... use SSL(TLS) for ingame play traffic or just for the login information (password, username...)
0
votes
1answer
235 views

c++ graphics and mmorpg?

i have been planning on making a 2d mmorpg game for a long time. I have learned java and android programming for a few years, and also i learned some c++. I know all of the basic of c++ because it is ...
2
votes
3answers
160 views

How to handle experience/money in DB for RPG type game?

My friend and I are trying to create a simple RPG style game, in which you have money and levels. I'm in charge of handling the database, and I have some experience in designing databases, but only ...
1
vote
0answers
130 views

How do RPGs store/retrieve maps?

I'm making a very basic online RPG game and I'm trying to figure out how to store the map. Until now I used a text file that's stored in my server that the player loads when he enters the game, but I ...
0
votes
0answers
101 views

Splitting hairs on language? Creating a Simple World Server [closed]

For the last few years I've been doing mostly Web (PHP) and Mobile (Android/iPhone) development and - to be honest - have gotten a bit bored with it. I'm looking to expand my resume and get back into ...
0
votes
0answers
306 views

Realtime PHP,Javascript,MySQL MMORPG Optimization Tips [closed]

Hi i want to create a realtime mmorpg where i can see other players moving and things like that, using javascript (AJAX/JSON), php and mysql. i already made an engine like that a while ago, but when ...
1
vote
1answer
258 views

App Engine: Memcache design to ensure fast read and high write throughput

I'm currently using App Engine with Python. My application looks like a massive multiplayer game. I would like to improve the time necessary to fetch the latest actions published in a "room". I ...
5
votes
2answers
1k views

Need suggestion about MMORPG data model design, database access and stackless python

I'm engaged in developing a turn-based casual MMORPG game server. The low level engine(NOT written by us) which handle networking, multi-threading, timer, inter-server communication, main game loop ...
1
vote
0answers
145 views

MMORPG game balancing [closed]

I've seen a couple of examples of some game balancing techniques in books yet they are not comprehensive and not particularly aimed at MMORPGs but I'm looking for practical examples of game balancing ...
2
votes
0answers
222 views

Client / server message rates in MMORPG

I've created a client/server based game in which the server collects requests through TCP sockets and sends back the movement information and such through UDP without any ack (I really have no ...
1
vote
3answers
279 views

Message rate between clients/server in MMORPG [closed]

How often should the clients send requests to the server? And how often should the server send updates to the clients? Are there any recommendations?
1
vote
2answers
683 views

Java SSLSocket for mmorpg game server

I'm writing a thread/connection mmorpg server in Java, and I was wondering, should I use the normal Socket class and add security to the connection by myself(exchanging keys with a certain handshake ...
1
vote
2answers
142 views

How can I add networking to the game I made in GridWorld?

(GridWorld as in Collegeboard's AP exam case study thing) So, I've been working on this game during my free time for a few years now, and it's coming along pretty nicely. I have a nice lil' stick ...
3
votes
4answers
516 views

Is this the right architecture for our MMORPG mobile game?

These days I am trying to design architecture of a new MMORPG mobile game for my company. This game is similar to Mafia Wars, iMobsters, or RISK. Basic idea is to prepare an army to battle your ...
1
vote
1answer
444 views

C++ Autopatcher GUI (With a unique skin)

Can you please take a look at this picture of a game launcher: How can I create something identical? (using my own art) Everything about the design I just love, I downloaded qt, wxWidgets, nuilib ...
2
votes
2answers
175 views

How to create a function like 'build building' like in Ikariam (MMORPGs), that keeps counting when the user isn't on the website

I've been developing games and websites for the past two years, and really love it. Some time ago I started playing Ikariam (and OGame). These are MMORPGs. You can create your own city by building ...
0
votes
3answers
986 views

Javascript browser MMORPG [closed]

How do you think - is it possible to make (in HTML5 canvas) MMORPG game ? If yes - what technologies on server-side whould you use? How would you manage high loads?
0
votes
1answer
262 views

I Have a PHP MMORPG running on an Xampp Server, and i`d like to benchmark it

Thats it I Have a PHP MMORPG running on an Xampp Server, and i`d like to benchmark it to know if its to Bandwidth consuming or if takes heavy load on server Can someone tell me how to do it? which ...
0
votes
2answers
576 views

Socket server for 2D MMORPG

I'm starting a 2D browser multiplayer game consisting of a city with many kinds of transports (metro, buses, tunnels), players using those transports and having some interaction between them. I have ...
4
votes
3answers
693 views

NoSql option for MMORPGs

I was wondering what sort of benefits a nosql option might have either in lieu of, or in conjunction with a rdbms for a typical MMORPG. In particular, I'm curious as to how data integrity is ...
6
votes
7answers
712 views

Should a MMORPG use encryption?

First of all, do those successful commercial MMORPGs use encryption for game data transmission? I got an impression that many developers tend to not use encryption, because it can not prevent reverse ...
2
votes
1answer
3k views

List of delegates and invoking

I am creating a smaller RPG game in ASP.NET. In this game I have an items architecture, where each item has some methods. For instance, all items should share a method like "Drop", "Examine" and ...
0
votes
1answer
747 views

C# AS3 MMO Socket Server/Client

I'm making a micro-mmorpg as a project. I'm making the server using c#, and the client is Flash AS3. How should I organize the client-server messaging system? I want a client to be able to send a ...
0
votes
2answers
184 views

ORPG Engine Development, structuring the code (C++, 2D)

I've been working on a game 2d ORPG Engine with a friend of mine, however we're having some troubles organizing and structuring the code. I could use some pointers, guides, tutorials, etc. on how to ...
14
votes
3answers
395 views

What are some best practices for making sure your .NET code will scale well?

Last week I interviewed for a position at a TripleA MMORPG game company here in NE. I didn't get the job but one of the areas that came up during the interview was the about the scalability of the ...
2
votes
5answers
300 views

Cross-platform game development: ease of development vs security

I'm a member and contributor of the Argentum Online (AO) community, the first MMORPG from Argentina, which is Free Software; which, although it's not 3D, it's really addictive and has some dozens of ...
6
votes
3answers
623 views

What technology should I use to write my game?

I have a great idea for a 3D network game, and I've concluded that it is possible to write it in Java as an applet which will live under the web browser, just like a full software in C++. And it will ...
0
votes
2answers
1k views

Code Own Socket Server or Use Red5/ElectroServer on Amazon EC2?

I've been thinking for a long time about working on a multiplayer game in Flash. I need updates frequently enough that ajax requests won't work so I need to use a socket server. The system will ...

1 2