Uses of Class
marauroa.common.game.CharacterResult
Package
Description
This package contains the client framework that you need to extend to
implement a real client.
This package provides a helper implementation for a Python RP Rules Manager and
a Python World storage.
This is possibly the most complex part of all the middleware that makes up Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
-
Uses of CharacterResult in games.stendhal.server.core.account
-
Uses of CharacterResult in games.stendhal.server.core.engine
Modifier and TypeMethodDescriptionStendhalRPRuleProcessor.createCharacter(String username, String character, RPObject template)
-
Uses of CharacterResult in marauroa.client
Modifier and TypeMethodDescriptionClientFramework.createCharacter(String character, RPObject template)
Request server to create a character on server. -
Uses of CharacterResult in marauroa.server.game.python
Modifier and TypeMethodDescriptionPythonRP.createCharacter(String username, String character, RPObject template)
Creates an new character for an account already logged into the gamePythonRPRuleProcessor.createCharacter(String username, String character, RPObject template)
-
Uses of CharacterResult in marauroa.server.game.rp
Modifier and TypeMethodDescriptionIRPRuleProcessor.createCharacter(String username, String character, RPObject template)
Creates an new character for an account already logged into the gameRPRuleProcessorImpl.createCharacter(String username, String character, RPObject template)
Creates an new character for an account already logged into the gameRPServerManager.createCharacter(String username, String character, RPObject template, String address)
Creates a character for a account of a player