作业帮 > 作文素材 > 教育资讯

冒险岛单机版

来源:学生作业帮助网 编辑:作业帮 时间:2024/09/24 21:29:31 作文素材
冒险岛单机版作文素材

篇一:冒险岛单机版教程

欢迎您阅读conglinmiao小店的教程,结合我(也就是店家conglinmiao)的半年使用经验,现在写一个人人都能马上变老手的游戏教程。

入门安装教程:如何安装冒险岛单机一键端(win7版本,中英互译)

第一步:点击计算机右键,然后请您点击管理,出现如下界面,如果您的管理打不开,请打开控制面板,点击管理工具,然后点击计算机管理

First step:click on “my computer”, and then click on the button”manage”,you will see such things(if you cannot open the manage page,please open the control panel,and click on manage tolls,then click the button “manage”).

第二步:点击一下设备管理器,之后再点击网络适配器,看看有没有loopback adapter这个适配器,没有的话,请您点击操作,然后添加过时硬件,之后看下一步的图片小心做哦,如下图:

第三步:按照下面的图选择

(选第二个手动安装哦亲)

(点击网络适配器哦,然后下一步)

(点击microsoft,之后点击右侧的loopback adapter,选择下一步)

(之后完成安装网络适配器,安装适配器就到这里啦!)

第四步:让我们回到桌面,重新打开控制面板,点击网络和共享中心!

第五步:进入之后,右上角有个按钮叫做更改适配器设置,点击进入

第六步:您找到下面有一行灰色的loopback adapter字样的本地连接,点击它右键属性,点击IPV4后点属性

第七步:之后再点击使用下面的IP地址,然后点击高级,按照图片里的设置来设置

第八步: 现在确认您开机后是否运行了其它的冒险岛单机端,比如062,如果有,请键入ctrl+alt+del打开任务管理器,关掉mysql-nt,或者mysqld这个进程

第九步:现在确认您是否安装了JAVA,如果安装,请打开控制面板,找到卸载程序,卸载JAVA

第十一步:打开服务端的一键启动

第十二步:将登录器.bat复制到冒险岛盛大相应游戏端文件夹下,请不要把其他的复制进去,谢谢,不然请重装盛大版游戏端,再操作一次

篇二:冒险岛单机版062教程

冒险岛单机版062 (使用说明)

安装方法:

①为了更好的完成安装,建议把360安全卫士和杀毒软件关闭。本人保证此游戏无病毒。另外关闭一些不必要的程序。

②关闭好后,安装“maoxiandao062.exe”这是冒险岛单机版安装文件。安装期间,请不要乱碰鼠标。以免安装过程中死机。

打开游戏方法:

③安装好后,看看桌面有没有快捷方式。如果没有,请打开冒险岛单机版的文件夹目录。文件夹的名字是“冒险岛单机062”(如图①)

④玩游戏前先打开“1.本地服务启动.bat”启动世界服务器。(如图②)

⑤等文件提示可以打开游戏后,(如图③)就双击“登陆单机版的登录器.bat”就可以运行冒险岛单机版了。(具体操作顺序看图④ 带有快捷方式的标志的,别点。)

⑥打开“登陆单机版的登录器.bat”后,冒险岛就好像网络版的那样打开了,出现登陆窗口。登陆帐号默认是“admin”密码同样是“admin”。(如图⑤)

⑦退出游戏后,注意要点击“退端”。(图④有操作)

图②

图④

图⑤

代码使用:

代码在游戏中的聊天窗口打下去,就可以使用了。

有些代码我要说明一下。例如:↓

!level [数字] - 提升指定等级.

好像我在聊天窗口要打上这代码,我想升到200级,在聊天窗口就打上 !level 200 (前面有一个感叹号,连接英文和数字之间有一个空格。)

下面这些也一样,但是冒险岛本身最大倍数是8倍,所以我们设置9倍或以上的话,会无效。

!exprate [倍数] - 设置游戏经验倍数.

!mesorate [倍数] - 设置游戏金钱倍数.

!droprate [倍数] - 设置游戏掉宝倍数.

!bossdroprate [倍数] - 设置游戏BOSS掉宝倍数.

!petexprate [倍数] - 设置游戏宠物经验倍数.

!shopmesorate [倍数] - 设置商店卖出物品获得金币的倍数.

游戏可以自己赚点卷,没打一个怪可以获得10点卷,商城东西就可以免费用了。

游戏有一个代码是“万能NPC”,个人觉得很好用。我发出来

“@wnnpc” → 万能npc

教程完毕。好好按照我的步骤开游戏,不然开不了就别怪我,我写的很详细了。

篇三:冒险岛单机版修改

一个不需要指定任何状态的NPC

function start() {

cm.sendOk("I am an NPC without a status.");

cm.dispose();

}

因为不需要状态 直接start 调用就可以

另外一个例子

function start() {

cm.sendOk("Here is another example of an NPC without status.");

}

function action(mode, type, selection) {

cm.warp(100000000, 0);

cm.gainItem(4001126, 1);

cm.sendOk("See? Here, I warped you and gave you an item without using status."); cm.dispose();

}

点了以后,传送,获得物品,再讲话,结束

属性文本

#b = Blue text. 蓝色文本,在这之后的字在没设置其他属性下为蓝色字

如 #b 蓝色字

#c[itemid]# Shows how many [itemid] the player has in their inventory.

显示玩家背包里的道具数量

如 #c1002357#

#d = Purple text. 紫色字体 颜色之间一起用以最后一个为准

#e = Bold text. 粗体

如 #b #e 蓝色粗体字

#f[imagelocation]# - Shows an image inside the .wz files.

显示wz文件中的图片指定路径 可以是物品 技能 地图等等

#g = Green text. 绿色字体

#h # - Shows the name of the player. 显示玩家名称

如 [#h#]你好

#i[itemid]# - Shows a picture of the item.

显示 物品 图片

#k = Black text. 黑色子图

#L[number]# Selection open.

#l - Selection close.

这两个连用

#L0#这是选项1#l

#m[mapid]# - Shows the name of the map.

显示地图名称

#n = Normal text (removes bold).

恢复正常字体

#o[mobid]# - Shows the name of the mob.

显示 怪物名称

#p[npcid]# - Shows the name of the NPC.

显示npc名称

#q[skillid]# - Shows the name of the skill.

显示技能名称

#r = Red text. 红色字体

#s[skillid]# - Shows the image of the skill.

显示技能图片

#t[itemid]# - Shows the name of the item.

显示物品名称

#v[itemid]# - Shows a picture of the item.

显示物品图片 和前面的i可能相同

#x - Returns "0%" (need more information on this).

#z[itemid]# - Shows the name of the item.

显示物品名称,和前面t同

#B[%]# - Shows a 'progress' bar.

显示进度条

#F[imagelocation]# - Shows an image inside the .wz files.

同前面f

\r\n - Moves down a line. 换行

\r = Return Carriage

\n = New Line

\t = Tab (4 spaces) 制表符 4个空格

\b = Backwards 回退

冒险岛单机版

这里又把前面说一次

dispose

结束对话允许再次对话

Ends the conversation with an NPC, allows you to talk to NPCs again.

How to use: cm.dispose();

sendNext

有下一个的窗口

Shows a conversation window with a 'Next' button.

How to use: cm.sendNext("[text]");

sendPrev

有上一个的窗口

Shows a conversation window with a 'Prev' (previous) button.

How to use: cm.sendPrev("[text]");

sendNextPrev

Shows a conversation window with a 'Next' and 'Prev' button (see above).

How to use: cm.sendNextPrev("[text]");

sendOk

Shows a conversation window with an 'Ok' button.

How to use: cm.sendOk("[text]");

sendYesNo

Shows a conversation window with a 'Yes' and 'No' button, 'No' ends the conversation unless otherwise stated.

How to use: cm.sendYesNo("[text]");

sendAcceptDecline

有确认取消的窗口

Shows a conversation window with an 'Accept' and 'Decline' button. 'Decline' ends the conversation unless otherwise stated.

How to use: cm.sendAcceptDecline("[text]");

sendSimple

没有东西的窗口,但是实际是有下一个的

有代码

if (!text.contains("#L")) {

sendNext(text);

return;

}

文本如果没有包括"#L"就是那个有选项的就有Next

Shows a conversation window with no buttons.

How to use: cm.sendSimple("[text]");

sendStyle

带风格的窗口,一般不常用有需要的风格变量

Shows a style-select window.

How to use: cm.sendStyle("[Text]", [variable]); // You'll need to declare the variable in a Var statement.

warp

传送 ,第二个参数 是0的话用默认的传送点

Warps the player to a map.

How to use: cm.warp([mapid], [portal]); // Set [portal] as 0 if you want default.

openShop

Opens a shop window.

How to use: cm.openShop([shopid]);

haveItem

Checks if the player has an item (in their inventories or equipped).

How to use: cm.haveItem([itemid]);

gainItem

Gives the player an item/takes an item from a player.

How to use: cm.gainItem([itemid],[ammount]); // Change [ammount] to -[ammount] to take an item.

changeJob

Changes the job of the player.

How to use: cm.changeJob([jobid]);

getJob

Finds out what job the player has.

How to use: cm.getJob();

startQuest

Starts a quest.

How to use: cm.startQuest([questid]);

completeQuest

Finishes a quest.

How to use: cm.completeQuest([questid]);

forfeitQuest

Forfeits a quest.

How to use: cm.forfeitQuest([questid]);

getMeso

Finds out how many mesos a player has.

How to use: cm.getMeso();

gainMeso

Gives a player mesos/takes mesos from a player.

How to use: cm.gainMeso([ammount]); // use -[ammount] to take mesos.

gainExp

Gives a player exp/takes exp from a player.

How to use: cm.gainExp([ammount]); // use -[ammount] to take exp.

getLevel

Finds out the level of the player.

How to use: cm.getLevel();

teachSkill

Teaches a player a skill.

How to use: cm.teachSkill([skillid],[skilllevel],[maxskilllevel]);

get[Stat]

Finds out the [Stat] of the player. [Stat] being: HP, MP, STR, DEX, INT, LUK. How to use: cm.get[Stat]();

modifyNX

Gives/Takes the player nx

How to use: cm.gainNX([amount]);

Make it negative to make it take away.

篇四:单机冒险岛V104架设和虚拟网卡教程

篇五:冒险岛2 单机版 攻略

冒险岛2

应用介绍

?

★冒险岛2代——也许是最流畅、最完美的冒险岛游戏★无积分、无需模拟器

冒险岛2代绝对是经典中的经典,没有玩过?快来下载回忆儿时的乐趣吧!

★和超级马里奥,索尼克等游戏一样,这是一款2D横向卷轴游戏。其实冒险岛并非是HUDSON的原创作品,HUDSON是从Westone(《神奇男孩》的开发者)得到游戏的授权。游戏的目的是救出主角高桥名人的恋人蒂娜。

★游戏特点功能:

1.有9个插槽保存游戏进度,保证快速通关!

2.可设置重力感应、虚拟按键、全屏模式、人物速度,几乎应有尽有!

3.支持蓝牙、WIFI联网对战,和朋友一起玩街机。

【基本信息】

作者:ManeApp

版本:5.2.4

语言:中文

更新时间:2015-03-16 系统:Android 1.5以上

冒险岛2下载:/ku/

关注便玩家手游网官方微信公共账号(shoujiyouxilibao)免费赢取礼包!

作文素材