设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 9581|回复: 13
打印 上一主题 下一主题

[转载] RPG VX网络版服务端`

 关闭 [复制链接]

Lv1.梦旅人

梦石
0
星屑
94
在线时间
306 小时
注册时间
2008-3-2
帖子
164
跳转到指定楼层
1
发表于 2009-9-19 14:35:23 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
本帖最后由 I爱幻想 于 2009-9-19 14:42 编辑

从国外网站转的``我不会用服务端``说什么不能连接到SQL
* Server uses SQL Compact Edition;
* Server can generate a list of Accounts, characters, Guilds, etc in Microsoft Excel;
* Switches and Variables save in Database;
* Guild System (Creation is based on Mu guild system)
* Trade system;
* Warehouse system;
* IP blocker;
* Admin can talk with players using the server window;
* Visual Equipment with online suport (shows your and others online players equipment on body);
* Block and Suspense system (Block is undefined days, Suspense is one week);
* Font color of chat and display name of GM and Admin is diferent of the others players;
* GM and Admin chat commands:
* 5 characters per account creation;
* Logon with each character;
* Chat with case insensitive filter;

Step by step installation guide:
Server side:
1.        Install SqlCE 3.5 (Download HERE if you don’t have it)
2.        Open the server
3.        Go to tab Sql and click on button Select DB
4.        Navigate until the server's folder and select the Database.sdf
5.        Click on button Sql Connect
6.        Go to tab Server and click on button Start Server
Client side:
1.        Go to script Configuration and edit the server IP and Port
Site:
1.        Download and install some Apache server;
2.        Extract the content of PHP Register to www folder;
3.        Go to Config.php and edit:
$database = "PUT ENTIRE PATH OF DATABASE HERE"
$password = "PUT PASSWORD OF DATABASE (IF HAVE)"
$md5_encryption = true or false for md5 password encryption of accounts
Shops:
1.        Go to folder Data/Shops on server side
2.        Notice, there is a file name Shop1.ini, open it.
3.        Notice the body of this file is like so:
items = [1,2,3]
weapons = [1,2,3]
armors = [1,2,3]
4.        If you want to make another shop with different items, copy this file and rename for Shop2.ini, Shop3.ini, Shop4.ini, etc. Change the numbers of items separated by commas, those numbers are IDs of items in the database. Example: Shop2.ini
items = [5,6,7,8,9,10]
weapons = [1,2,3,4,5]
armors = [7,8,9]
Euipments:
To set other kinds of equipments to equip, go to notes of armors and put command:
Kind = 4, 5, 6 or 7 where 4 = Gloves, 5 = Boots, 6 = Necklace, 7 = Cape
To set graphics of equipments when equip, put the sprites on folder Graphics/Equipments and put on notes of armors: Graphic = X, where X is the name of sprite.
Additional Informations:
1.        If you have a dynamic IP, you can use NO-IP, it is a Free DNS service that allows you choose a DNS that redirects to your IP. You can download the program and register HERE. After download and install DUC, enter with your username and password, and select your DNS on the window, if your IP change, NO-IP will detect and update to it automatically
2.        You can also use HAMACHI to create your custom network. You can download it HERE
3.        To put site online, I use Appserv, you can download it HERE. On the installation unmark the 2º and 4º options (it is to install mysql and we will not use it)
以上说明



谁知道怎么使用服务端``请告诉我```

下载地址 :http://cid-928c1ca35718a838.skyd ... %20Net%20Gaming.zip

Lv1.梦旅人

梦石
0
星屑
70
在线时间
17 小时
注册时间
2009-7-3
帖子
64
2
发表于 2009-9-19 15:36:21 | 只看该作者
如果能实现大家能联机玩。。
回复 支持 反对

使用道具 举报

Lv1.梦旅人


梦石
0
星屑
89
在线时间
24 小时
注册时间
2006-5-27
帖子
11425

贵宾

3
发表于 2009-9-19 15:44:32 | 只看该作者
如果能实现大家能联机玩。。
yy461530593 发表于 2009-9-19 15:36

早就实现了,但是没兴趣……
回复 支持 反对

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
94
在线时间
306 小时
注册时间
2008-3-2
帖子
164
4
 楼主| 发表于 2009-9-19 15:49:24 | 只看该作者
早就实现了,但是没兴趣……
凌辰 发表于 2009-9-19 15:44


知道怎么用么`?
回复 支持 反对

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
50
在线时间
244 小时
注册时间
2008-1-25
帖子
312
5
发表于 2009-9-19 16:12:07 | 只看该作者
这个的网站是什么?
回复 支持 反对

使用道具 举报

Lv3.寻梦者 (暗夜天使)

名侦探小柯

梦石
0
星屑
3263
在线时间
3616 小时
注册时间
2006-9-6
帖子
37399

开拓者贵宾第3届短篇游戏大赛主流游戏组亚军第5届短篇游戏比赛亚军

6
发表于 2009-9-19 23:44:46 | 只看该作者

很明显这里填服务器IP、端口什么的。
回复 支持 反对

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
94
在线时间
306 小时
注册时间
2008-3-2
帖子
164
7
 楼主| 发表于 2009-9-20 08:59:12 | 只看该作者
那个是服务器嘛``主要怎么连接到SQL
回复 支持 反对

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
55
在线时间
869 小时
注册时间
2009-3-13
帖子
782
8
发表于 2009-9-20 17:38:11 | 只看该作者
貌似要下载WORD里面的什么东西,我下载之后居然发现不行,还要有什么SQL SERVER2005或者2008的什么组件......
回复 支持 反对

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
94
在线时间
306 小时
注册时间
2008-3-2
帖子
164
9
 楼主| 发表于 2009-10-4 15:31:27 | 只看该作者
0.0还是没人会吗`?
回复 支持 反对

使用道具 举报

头像被屏蔽

Lv1.梦旅人 (禁止发言)

梦石
0
星屑
50
在线时间
0 小时
注册时间
2009-10-9
帖子
89
10
发表于 2009-10-11 16:43:51 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-5-6 23:52

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表