To make this tuto, i am using a program called Playerworlds.
-Download it in www.playerworlds.com
-After it, extract, and open the server folder.
-Open The Motd.ini and change the things. E.g:
Change msg=hi
To
Msg=Welcome to MyGame (Change the “Welcome to mygame for anything)
For those who don’t now what it motd, it’s the welcome message of the game.
Now, open the file Classes.ini
You will see:
[INIT]
MaxClasses = 2
[CLASS0]
Name=Warrior
Sprite= 94
STR= 8
DEF= 6
SPEED= 11
MAGI= 0
[CLASS1]
Name=Mage
Sprite= 160
STR= 2
DEF= 5
SPEED= 30
MAGI= 28
[CLASS2]
Name=Cleric
Sprite= 95
STR= 7
DEF= 3
SPEED= 15
MAGI= 4
The Max Classes is the INITIALS Classes of the game, the player will only chose one of those three classes (Yes, it is three, you start from 0, if you want 4 classes to the player chose on game start, you put 3, it’s Total Classes Number – 1). You can do many classes and put a certain number to player chose, the another’s classes, the player will only take in game. That’s all you need to know about classes.ini, oh, and about the sprites, you open the sprites.bmp, and start counting the each line for one number, first line is 0, second line is 1 and etc, you need to configure the classes.ini to:
[INIT]
MaxClasses = 2
[CLASS0]
Name=Warrior
Sprite= 0
STR= 8
DEF= 6
SPEED= 11
MAGI= 0
[CLASS1]
Name=Mage
Sprite= 1
STR= 2
DEF= 5
SPEED= 30
MAGI= 28
[CLASS2]
Name=Cleric
Sprite= 2
STR= 7
DEF= 3
SPEED= 15
MAGI= 4
PS: You can change the things, attributes, names and etc.
After it, save and close the classes.ini
Now open the StartAreas.ini and change the right things after name=,map=, x= and y=
E.g:
[AREA0] --- First Option
Name=Inn --- Name of Place
Map=1 --- Map Of Place
X=7 – X
Y=8 – Y
PS: You can discover X and Y by typing /loc on the game.
After it, save and close the classes.ini
Now, go to scripts folder and open the main.as using the wordpad or similar, and look for:
Call SetServerName("Generic PW Server")
Change “Generic PW Server” for your game name e.g:
Call SetServerName("Raijenki Online")
Now look for:
Call SetMaxMaps(50)
50 will be the max number of maps that you game will have, you can change it for any number.
Look for:
Call SetMaxMaps(50)
50 will be the max player number playing in your game, change it for any number, e.g: 70
And finally look for:
Call SetMOTD("This is a sample MOTD")
Change the “This is a simple MOTD” to “WELCOME” or similar (Don’t take the “” out)
Salve and close the main.as.
Now go to client folder and open using the wordpad or similar the msg.pw, you change it, e.g:
You can change:
Message = Sorry, The server seems to be down. Please try again in a few minutes, or visit http://www.playerworlds.com .
To:
Message = Sorry, Our Server is down. Wait a few minutes and try again, or visit http://www.MYGAMEWEBSITE.com
You can change those things in the msg.pw
Ok, finally you done the configurations of PlayerWorlds, go to server folder and open the server.exe, and wait it load. Now go to http://www.whatismyip.com and take your IP number, after it, go to client folder and the client.exe (Or similar), and go to “Change IP”, then put your IP, and confirm it, create your account in “NEW” and Login, then create your character and login with that created char, after it, close the client and the server…
Now, let’s make your GM account !!!
Go to server/accounts folder, and look for the YOURACCOUTNAME.ini , then open it. Look for:
Access= 0
Change it to:
Access= 7
Save and close it. Done, you are a GM. Just open the server, and the client, then start map your game.
I will show a few commands of PlayerWorlds:
/mapeditor
The most important command on PW, with it, you can map the map (lol), and put the npcs and etc (Go to Propierties to set the maps configurations and Atributes to set maps special things, e.g: Block (The player isn’t pass on the block”)).
/loc
It shows X and Y
/editnpc
You can create NPCs with it.
/edititem
You can create Itens with it..
/editspell
You can create spells with it.
There are funs commands to:
/warpto X
X = Map number
/warptome PLAYERNAME
It warp a player to you (Change PLAYERNAME to the PLAYER NAME…. Lol)
/warpmeto PLAYERNAME
It warps you to a player (Change PLAYERNAME to the Player Name)
F1:
Admin Panel, it has all commands of PW.
-Download it in www.playerworlds.com
-After it, extract, and open the server folder.
-Open The Motd.ini and change the things. E.g:
Change msg=hi
To
Msg=Welcome to MyGame (Change the “Welcome to mygame for anything)
For those who don’t now what it motd, it’s the welcome message of the game.
Now, open the file Classes.ini
You will see:
[INIT]
MaxClasses = 2
[CLASS0]
Name=Warrior
Sprite= 94
STR= 8
DEF= 6
SPEED= 11
MAGI= 0
[CLASS1]
Name=Mage
Sprite= 160
STR= 2
DEF= 5
SPEED= 30
MAGI= 28
[CLASS2]
Name=Cleric
Sprite= 95
STR= 7
DEF= 3
SPEED= 15
MAGI= 4
The Max Classes is the INITIALS Classes of the game, the player will only chose one of those three classes (Yes, it is three, you start from 0, if you want 4 classes to the player chose on game start, you put 3, it’s Total Classes Number – 1). You can do many classes and put a certain number to player chose, the another’s classes, the player will only take in game. That’s all you need to know about classes.ini, oh, and about the sprites, you open the sprites.bmp, and start counting the each line for one number, first line is 0, second line is 1 and etc, you need to configure the classes.ini to:
[INIT]
MaxClasses = 2
[CLASS0]
Name=Warrior
Sprite= 0
STR= 8
DEF= 6
SPEED= 11
MAGI= 0
[CLASS1]
Name=Mage
Sprite= 1
STR= 2
DEF= 5
SPEED= 30
MAGI= 28
[CLASS2]
Name=Cleric
Sprite= 2
STR= 7
DEF= 3
SPEED= 15
MAGI= 4
PS: You can change the things, attributes, names and etc.
After it, save and close the classes.ini
Now open the StartAreas.ini and change the right things after name=,map=, x= and y=
E.g:
[AREA0] --- First Option
Name=Inn --- Name of Place
Map=1 --- Map Of Place
X=7 – X
Y=8 – Y
PS: You can discover X and Y by typing /loc on the game.
After it, save and close the classes.ini
Now, go to scripts folder and open the main.as using the wordpad or similar, and look for:
Call SetServerName("Generic PW Server")
Change “Generic PW Server” for your game name e.g:
Call SetServerName("Raijenki Online")
Now look for:
Call SetMaxMaps(50)
50 will be the max number of maps that you game will have, you can change it for any number.
Look for:
Call SetMaxMaps(50)
50 will be the max player number playing in your game, change it for any number, e.g: 70
And finally look for:
Call SetMOTD("This is a sample MOTD")
Change the “This is a simple MOTD” to “WELCOME” or similar (Don’t take the “” out)
Salve and close the main.as.
Now go to client folder and open using the wordpad or similar the msg.pw, you change it, e.g:
You can change:
Message = Sorry, The server seems to be down. Please try again in a few minutes, or visit http://www.playerworlds.com .
To:
Message = Sorry, Our Server is down. Wait a few minutes and try again, or visit http://www.MYGAMEWEBSITE.com
You can change those things in the msg.pw
Ok, finally you done the configurations of PlayerWorlds, go to server folder and open the server.exe, and wait it load. Now go to http://www.whatismyip.com and take your IP number, after it, go to client folder and the client.exe (Or similar), and go to “Change IP”, then put your IP, and confirm it, create your account in “NEW” and Login, then create your character and login with that created char, after it, close the client and the server…
Now, let’s make your GM account !!!
Go to server/accounts folder, and look for the YOURACCOUTNAME.ini , then open it. Look for:
Access= 0
Change it to:
Access= 7
Save and close it. Done, you are a GM. Just open the server, and the client, then start map your game.
I will show a few commands of PlayerWorlds:
/mapeditor
The most important command on PW, with it, you can map the map (lol), and put the npcs and etc (Go to Propierties to set the maps configurations and Atributes to set maps special things, e.g: Block (The player isn’t pass on the block”)).
/loc
It shows X and Y
/editnpc
You can create NPCs with it.
/edititem
You can create Itens with it..
/editspell
You can create spells with it.
There are funs commands to:
/warpto X
X = Map number
/warptome PLAYERNAME
It warp a player to you (Change PLAYERNAME to the PLAYER NAME…. Lol)
/warpmeto PLAYERNAME
It warps you to a player (Change PLAYERNAME to the Player Name)
F1:
Admin Panel, it has all commands of PW.
