centos6.5安装mysql cluster问题求助

centos6.5安装mysql cluster问题求助,第1张

mysql ndbcluster 安装

1.数据库规划:

*** 作系统 centos 6.3

ndbcluster 版本:MySQL-Cluster-gpl-7.4.8-1.el6.x86_64

2个管理节点、2个sql节点、2个数据节点(管理节点和sql节点放在同一台服务器上)

如下:

管理节点1 192.168.1.17

管理节点2 192.168.1.18

sql节点1 192.168.1.17

sql节点2 192.168.1.18

ndbd 节点1 192.168.1.19

ndbd 节点2 192.168.1.20

2. *** 作系统设置:

设置服务主机名称

关闭selinux和防火墙

设置内核参数和最大进程数

下载mysql集群

MySQL-Cluster-gpl-7.4.8-1.el6.x86_64.rpm-bundle.tar

上传到服务器的相应目录下如 /home/mysqlinstall

3.安装管理节点和sql节点:

To check if your system has any RPM version of any MySQL package currently installed, run:

shell>rpm -qa | grep -i mysql

检查

[root@redis1 ~]# rpm -qa | grep -i mysql

mysql-libs-5.1.61-4.el6.x86_64

如果有删除

shell>rpm -e mysql-libs-5.1.61-4.el6.x86_64

删除报错:

[root@redis1 ~]# rpm -e mysql-libs-5.1.61-4.el6.x86_64

error: Failed dependencies:

libmysqlclient.so.16()(64bit) is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64

libmysqlclient.so.16(libmysqlclient_16)(64bit) is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64

mysql-libs is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64

[root@redis1 ~]#

解决:

[root@redis1 ~]# rpm -e --nodeps mysql-libs-5.1.61-4.el6.x86_64

[root@redis1 ~]#

[root@ndbcluster1 mysqlinstall]# rpm -ivh MySQL-Cluster-server-gpl-7.4.8-1.el6.x86_64.rpm

[root@ndbcluster1 mysqlinstall]# rpm -ivh MySQL-Cluster-server-gpl-7.4.8-1.el6.x86_64.rpm

4.安装数据节点:

执行上面步骤

[root@ndb mysqlinstall]# rpm -ivh MySQL-Cluster-server-gpl-7.4.8-1.el6.x86_64.rpm

[root@ndb mysqlinstall]# rpm -ivh MySQL-Cluster-server-gpl-7.4.8-1.el6.x86_64.rpm

5.配置集群

管理节点建立目录

mkdir /var/lib/mysql-cluster

mkdir -p /data/mysql/ndbdata

5.启动关闭集群:

启动管理节点

ndb_mgmd -f /var/lib/mysql-cluster/config.ini --initial (第一次启动加--initial修改了配置文件后的启动)

启动数据节点

ndbmtd --initial

启动sql节点

service mysql start

查看集群状态

shell>ndb_mgm -e "SHOW"

关闭管理节点和数据节点

ndb_mgm -e shutdown

关闭sql节点

service mysql stop

安装遇到的问题:

1.权限问题启动mysql报错

[root@sqlmgm2 mysql]# service mysql start

Starting MySQL..The server quit without updating PID file ([FAILED]sql/sqlmgm2.pid).

[root@sqlmgm2 mysql]#

[root@sqlmgm2 mysql]# ll

total 110644

-rw-rw---- 1 mysql mysql 56 Dec 14 17:13 auto.cnf

-rw-rw---- 1 mysql mysql 12582912 Dec 14 17:39 ibdata1

-rw-rw---- 1 mysql mysql 50331648 Dec 14 17:40 ib_logfile0

-rw-rw---- 1 mysql mysql 50331648 Dec 14 17:13 ib_logfile1

drwx------ 2 mysql mysql 4096 Dec 14 17:39 mysql

drwx------ 2 root root 4096 Dec 14 17:39 ndbinfo

drwx------ 2 root root 4096 Dec 14 17:39 performance_schema

-rw-r----- 1 mysql mysql30068 Dec 14 17:40 sqlmgm2.err

drwx------ 2 root root 4096 Dec 14 17:33 test

[root@sqlmgm2 mysql]# chown mysql:mysql -R mysql

[root@sqlmgm2 mysql]# service mysql start

Starting MySQL.. [ OK ]

[root@sqlmgm2 mysql]#

2.安装rpm包时,报包依赖关系如下:

[root@ndbcluster2 mysqlinstall]# rpm -ivh MySQL-Cluster-server-gpl-7.4.8-1.el6.x86_64.rpm

warning: MySQL-Cluster-server-gpl-7.4.8-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY

error: Failed dependencies:

libnuma.so.1()(64bit) is needed by MySQL-Cluster-server-gpl-7.4.8-1.el6.x86_64

libnuma.so.1(libnuma_1.1)(64bit) is needed by MySQL-Cluster-server-gpl-7.4.8-1.el6.x86_64

libnuma.so.1(libnuma_1.2)(64bit) is needed by MySQL-Cluster-server-gpl-7.4.8-1.el6.x86_64

解决方法是把安装的依赖的包

[root@ndbcluster2 mysqlinstall]# yum install numactl

Loaded plugins: fastestmirror, refresh-packagekit, security

Loading mirror speeds from cached hostfile

* base: mirrors.163.com

* extras: mirrors.opencas.cn

* updates: mirrors.opencas.cn

Setting up Install Process

Resolving Dependencies

-->Running transaction check

--->Package numactl.x86_64 0:2.0.9-2.el6 will be installed

-->Finished Dependency Resolution

Dependencies Resolved

==============================================================================================================================

Package ArchVersion Repository Size

==============================================================================================================================

Installing:

numactl x86_64 2.0.9-2.el6 base 74 k

Transaction Summary

==============================================================================================================================

Install 1 Package(s)

Total download size: 74 k

Installed size: 171 k

Is this ok [y/N]: y

Downloading Packages:

numactl-2.0.9-2.el6.x86_64.rpm | 74 kB 00:00

warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY

Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

Importing GPG key 0xC105B9DE:

Userid : CentOS-6 Key (CentOS 6 Official Signing Key) <centos-6-key@centos.org>

Package: centos-release-6-3.el6.centos.9.x86_64 (@anaconda-CentOS-201207061011.x86_64/6.3)

From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

Is this ok [y/N]: y

Running rpm_check_debug

Running Transaction Test

Transaction Test Succeeded

Running Transaction

Installing : numactl-2.0.9-2.el6.x86_64 1/1

Verifying : numactl-2.0.9-2.el6.x86_64 1/1

Installed:

numactl.x86_64 0:2.0.9-2.el6

Complete!

3.启动数据库节点无法和管理节点相连

原因由于防火墙和selinux没有关闭

解决关闭防火墙和selinux

一、关闭防火墙

1、重启后永久性生效:

开启:chkconfig iptables on

关闭:chkconfig iptables off

2、即时生效,重启后失效:

开启:service iptables start

关闭:service iptables stop

二、关闭SELinux

vim /etc/selinux/config # 改为 SELINUX=disabled

# 保存退出,重启服务器

init 6

禁用SeLinux

#永久禁用,需要重启生效。

sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config

# 临时禁用,不需要重启

setenforce 0

4.root用户不能登录

[root@ndbcluster2 ~]# mysql -uroot -p

Enter password:

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

[root@ndbcluster2 ~]# mysql -uroot -p

Enter password:

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

设置--skip-grant-tables跳过授权表认证

service mysqld stop

在配置文件中添加--skip-grant-tables(/etc/my.cnf)

service mysqld start

另外开个SSH连接

[root@localhost ~]# mysql

mysql>use mysql

mysql>update user set password=password("123456") where user="root"

mysql>flush privileges

mysql>exit

去掉--skip-grant-tables重启mysql,root用户可以用设置的密码登录

设置root用户远程登录

GRANT ALL PRIVILEGES ON *.* TO root@'%' IDENTIFIED BY '123456' WITH GRANT OPTION

执行报如下错误,ERROR 1820 (HY000): You must SET PASSWORD before executing this statement

[root@ndbcluster1 ~]# mysql -uroot -p

Enter password:

Welcome to the MySQL monitor. Commands end with or \g.

Your MySQL connection id is 2

Server version: 5.6.27-ndb-7.4.8-cluster-gpl

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

mysql>

mysql>GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY 'root' WITH GRANT OPTION

ERROR 1820 (HY000): You must SET PASSWORD before executing this statement

mysql>GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY 'root001' WITH GRANT OPTION

ERROR 1820 (HY000): You must SET PASSWORD before executing this statement

执行SET PASSWORD修改成功

mysql>SET PASSWORD = PASSWORD('root001')

Query OK, 0 rows affected (0.02 sec)

mysql> GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY 'root' WITH GRANT OPTION

Query OK, 0 rows affected (0.02 sec)

mysql>

FLUSH PRIVILEGES

执行完成

远程连接测试,mysql集群节点,发现一个节点可以连接,一个节点不能连接

这个问题纠结很久

原因上面的 *** 作,没有在另外一个节点上执行导致的,mysql集群的用户认证是分开管理的,要两个节点都要执行

索引以后创建用户要两个节点都执行

5.配置两个管理节点时show报错Could not get configuration

[root@ndbcluster2 mysql-cluster]# ndb_mgm

-- NDB Cluster -- Management Client --

ndb_mgm>show

Connected to Management Server at: 192.168.1.17:1186

ERROR Message: The cluster configuration is not yet confirmed by all defined management servers. This management server is still waiting for node 6 to connect.

Could not get configuration

* 4012: Failed to get configuration

*The cluster configuration is not yet confirmed by all defined management servers. This management server is still waiting for node 6 to connect.

ndb_mgm>show

Cluster Configuration

---------------------

[ndbd(NDB)] 2 node(s)

id=2 (not connected, accepting connect from 192.168.1.18)

id=3 (not connected, accepting connect from 192.168.1.17)

[ndb_mgmd(MGM)] 2 node(s)

id=1@192.168.1.17 (mysql-5.6.27 ndb-7.4.8)

id=6@192.168.1.18 (mysql-5.6.27 ndb-7.4.8)

[mysqld(API)] 2 node(s)

id=4 (not connected, accepting connect from 192.168.1.17)

id=5 (not connected, accepting connect from 192.168.1.18)

两个管理节点同时都启动起来,才能看到状态

ndb_mgm>show

Cluster Configuration

---------------------

[ndbd(NDB)] 2 node(s)

id=2@192.168.1.18 (mysql-5.6.27 ndb-7.4.8, Nodegroup: 0, *)

id=3@192.168.1.17 (mysql-5.6.27 ndb-7.4.8, Nodegroup: 0)

[ndb_mgmd(MGM)] 2 node(s)

id=1@192.168.1.17 (mysql-5.6.27 ndb-7.4.8)

id=6@192.168.1.18 (mysql-5.6.27 ndb-7.4.8)

[mysqld(API)] 2 node(s)

id=4@192.168.1.17 (mysql-5.6.27 ndb-7.4.8)

id=5@192.168.1.18 (mysql-5.6.27 ndb-7.4.8)

错误翻译过来的语句就是 mysql_fetch_array 中的参数不是 有效的 可利用 的数据库数据源~~~ 检查下数据库连接 , 或者

直接print_r($result)

看看 是不是数据不对~

我也是,换个版本.你看架设的问题啊.先给你看看这个

所有的GM命令都是按回车然后输入.命令 数值(注意:一定不要忘了点和空格)(还有要点选自己的人物才有用)

改等级:.setlevel 数值

改经验:.setxp 数值

钱用命令改不了,至少我不知道,你可以加物品(代码:7)卖可值1000金(跟据不同的单机版本可能有所不同)

加物品:.add 物品代码

顶级装备代码:

荣誉武器(联盟—部落):18825-18826盾, 18827-18828斧, 18830-18831双手斧 ,18833-18835弓,18836-18837弩, 18838-18840匕首,18843-18844主手拳套, 18847-18848副手拳套, 18855-18860q, 18865-18866单手锤, 18867-18868双手锤,

18869-18871长柄, 18873-18874法仗 ,18876-18877双手剑

荣誉勋章(部落—联盟):18846-18856猎人,

18834-18854战士,18849-18857盗贼,

18850-18859法师,18851-18862牧师,

18852-18858术士,18853-18863得鲁伊

18845萨满,18864圣骑士

元帅套装

元帅猎装 16462-16463 16465-16468

元帅魔装 17578-17581 17583-17584

元帅德装 16448-16452 16459

元帅制服 16446 16453-16457

元帅法衣 16437 16440-16444

元帅庇护 16471-16476

元帅战甲 16477-16480 16483-16484

元帅神服 17602-17605 17607 17608

督军魔装 17586 17588 17590-17593

督军法衣 16533-16536 16539-16540

督军战甲 16541-16545 16548

督军圣装 16549 16550-16552 16554-16555

督军制服 16558 16560-16564

督军猎装 16565-16569 16571

督军震撼 16573-16574 16577-16580

督军神服 17618 17620 17622-17625

目前所有的橙色物品代码

橙色物品

17182

17203

17771

17782

18563

18564

18565

18566

19016

19017

徽章

11364暴风城徽章

19031雪狼蓝色徽章

19032雪狼红色徽章

16832,16905~16911 // 盗贼衣.血牙

16818,16912~16918 // 法师衣.灵风

16919~16926 // 牧师衣.卓越

16927~16934 // 术士衣.复仇

16935~16942 // 猎人.驭龙者

16943~16950 // 萨满.无尽的风暴

16951~16958 // 圣骑士.审判

16959~16966 // 战士.愤怒

传说中的7种武器

[item 647]=命运

[item 12592]=沙赫拉姆黑剑

[item 1728]=提布的炽炎长剑

[item 13937]=院长之杖

[item 13505]=瑞文戴尔之剑

[item 10847]=龙之召唤

一些不错的装备

[item 13246]=Argent Avenger(副手)

[item 13937]=Typhoon(一把双手剑)

[item 2243]=Hand of Edward the Odd(据说是PAL的极品锤子)

[item 13964]=Witchblade(不错的匕首)

[item 12582]=Keris of Zul'Serak(同上)

[item 11808]=Circle of Flame(法师戴上会怒发冲冠 呵呵)

[item 944]=Elemental Mage Staff(极品仗)

巨人突袭者套装(猎人)

[item 16845]=Giantstalker′s Breastplate

[item 16846]=Giantstalker′s Helmet

[item 16847]=Giantstalker′s Leggings

[item 16848]=Giantstalker′s Epaulets

[item 16849]=Giantstalker′s Boots

[item 16850]=Giantstalker′s Bracers

[item 16851]=Giantstalker′s Belt

[item 16852]=Giantstalker′s Gloves

光芒战士套装

[item 16722]=Lightforge Bracers

[item 16723]=Lightforge Belt

[item 16724]=Lightforge Gauntlets

[item 16725]=Lightforge Boots

[item 16726]=Lightforge Breastplate

[item 16727]=Lightforge Helm

[item 16728]=Lightforge Legplates

[item 16729]=Lightforge Spaulders

先知套装

[item 16811]=Boots of Prophecy

[item 16812]=Gloves of Prophecy

[item 16813]=Circlet of Prophecy

[item 16814]=Pants of Prophecy

[item 16815]=Robes of Prophecy

[item 16816]=Mantle of Prophecy

[item 16817]=Girdle of Prophecy

[item 16819]=Vambraces of Prophecy

卓越套装(牧师)

[item 16919]=Boots of Transcendence

[item 16920]=Handguards of Transcendence

[item 16921]=Halo of Transcendence

[item 16922]=Leggings of Transcendence

[item 16923]=Robes of Transcendence

[item 16924]=Pauldrons of Transcendence

[item 16925]=Belt of Transcendence

[item 16926]=Bindings of Transcendence

死亡套装

[item 14620]=Deathbone Girdle

[item 14621]=Deathbone Sabatons

[item 14622]=Deathbone Gauntlets

[item 14623]=Deathbone Legguards

[item 14624]=Deathbone Chestplate

暴风套装(紫)萨满

[item 16943]=Bracers of Ten Storms

[item 16944]=Belt of Ten Storms

[item 16945]=Epaulets of Ten Storms

[item 16946]=Legplates of Ten Storms

[item 16947]=Helmet of Ten Storms

[item 16948]=Gauntlets of Ten Storms

[item 16949]=Greaves of Ten Storms

[item 16950]=Breastplate of Ten Storms

达尔兰德武器套装

[item 12939]=Dal′Rend′s Tribal Guardian

[item 12940]=Dal′Rend′s Sacred Charge

神秘套装(法师)

[item 16795]=Arcanist Crown

[item 16796]=Arcanist Leggings

[item 16797]=Arcanist Mantle

[item 16798]=Arcanist Robes

[item 16799]=Arcanist Bindings

[item 16800]=Arcanist Slippers

[item 16801]=Arcanist Gloves

[item 16802]=Arcanist Belt

战士3大终极套装

蓝色英勇套装Battlegear of Valor set

[item 16730]=Breastplate of Valor

[item 16731]=Helm of Valor

[item 16732]=Legplates of Valor

[item 16733]=Spaulders of Valor

[item 16734]=Boots of Valor

[item 16735]=Bracers of Valor

[item 16736]=Belt of Valor

[item 16737]=Gauntlets of Valor

紫色力量套装Battlegear of Might

[item 16861]=Bracers of Might

[item 16862]=Sabatons of Might

[item 16863]=Gauntlets of Might

[item 16864]=Belt of Might

[item 16865]=Breastplate of Might

[item 16866]=Helm of Might

[item 16867]=Legplates of Might

[item 16868]=Pauldrons of Might

紫色愤怒套装Battlegear of Wrath

[item 16959]=Bracelets of Wrath

[item 16960]=Waistband of Wrath

[item 16961]=Pauldrons of Wrath

[item 16962]=Legplates of Wrath

[item 16963]=Helm of Wrath

[item 16964]=Gauntlets of Wrath

[item 16965]=Sabatons of Wrath

[item 16966]=Breastplate of Wrath

盗贼3大终极套装展示

蓝色暗影手艺装备Shadowcraft Armor

[item 16707]=Shadowcraft Cap

[item 16708]=Shadowcraft Spaulders

[item 16709]=Shadowcraft Pants

[item 16710]=Shadowcraft Bracers

[item 16711]=Shadowcraft Boots

[item 16712]=Shadowcraft Gloves

[item 16713]=Shadowcraft Belt

[item 16721]=Shadowcraft Tunic

紫色暗夜屠夫装备Nightslayer Armor

[item 16820]=Nightslayer Chestpiece

[item 16821]=Nightslayer Cover

[item 16822]=Nightslayer Pants

[item 16823]=Nightslayer Shoulder Pads

[item 16824]=Nightslayer Boots

[item 16825]=Nightslayer Bracelets

[item 16826]=Nightslayer Gloves

[item 16827]=Nightslayer Belt

紫色血牙装备Bloodfang Armor

[item 16832]=Bloodfang Spaulders

[item 16905]=Bloodfang Chestpiece

[item 16906]=Bloodfang Boots

[item 16907]=Bloodfang Gloves

[item 16908]=Bloodfang Hood

[item 16909]=Bloodfang Pants

[item 16910]=Bloodfang Belt

[item 16911]=Bloodfang Bracers

野心

[item 16706]=Wildheart Vest

[item 16714]=Wildheart Bracers

[item 16715]=Wildheart Boots

[item 16716]=Wildheart Belt

[item 16717]=Wildheart Gloves

[item 16718]=Wildheart Spaulders

[item 16719]=Wildheart Kilt

[item 16720]=Wildheart Cowl

审判(圣骑士)

[item 16951]=Judgement Bindings

[item 16952]=Judgement Belt

[item 16953]=Judgement Spaulders

[item 16954]=Judgement Legplates

[item 16955]=Judgement Crown

[item 16956]=Judgement Gauntlets

[item 16957]=Judgement Sabatons

[item 16958]=Judgement Breastplate

常用物品:

16格包裹:4500 8217(箭) 8218(d药) 10683 10959 11742 14155

回程石:990001~990006

紫色物品:

647剑

833耳环

867皮手

868剑

869剑

870斧

1982剑

2163匕首

2243锤

2245锁头

2246戒指

2291斧

2801剑

2824弓

2915锤

3075布头

940布甲

942戒指(冰)

1168盾(2256防)

1263斧

1315项链(制造回血魔物品)

1443项链

1447戒指(+300防)

1728剑

1979盾

1980戒指

1981锁甲

2099q

3475背

9372剑

10847剑

11684锤

11726锁胸

11808布头

12462布胸

12590匕首

12592剑

12639板手

12640板头

12641锁胸

12717锻造板手书

12720锻造书

12728锻造书

12731??

12752布头

12756皮腿

12757皮胸

12871??

12895板胸

12903锁腿

12945所腿

13143戒指

13314皮胸

13353书

13503戒指

13505剑

13937法仗

14146布手

14152布胸

14153布胸(术士)

14154布胸(牧师)

14511锻造布手

14512锻造书

14513锻造布胸书

14514锻造书

14549板脚

14551锁手

14552板肩

灵魂石材料=6265

14553皮要

14554板腿

14555匕首

14557戒指

14558项链

16795~16902法师奥术套装(60级)

16803~16810术士恶魔之心套装(60级)

16811~16817,16819牧师预言套装(60级)

16820~16827盗贼夜幕杀手套装(60级)

16828~16837德鲁伊塞纳里奥套装(60级)

16838~16844撒满祭祀大地之怒套装(60级)

16845~16852猎人巨兽之王套装(60级)

16853~16860圣骑士秩序之源套装(60级)

16861~16868战士力量套装(60级)

16897~16904德鲁伊怒风套装(60级)

16905~16911盗贼血牙套装(60级)

16912~16918,16818法师灵风套装(60级)

16919~16926牧师卓越套装(60级)

16927~16934术士复仇套装(60级)

16935~16942猎人驭龙者套装(60级)

16943~16950撒满祭祀无尽风暴套装(60级)

16951~16958圣骑士审判套装(60级)

16959~16966战士愤怒套装(60级)

16979,16980布甲

16982,16983皮甲

16984,16988,16989,17007锁甲

17013板腿

17014板手

17064,17082戒指(天神碎片)

17065项链

17066盾

17068斧

17069攻(60级)

17072q

17073锤

17074长柄武器

17075剑

17077魔仗

17078背

17103剑

17105锤(60级)

17109项链

17110戒指(60级)

17203法师火系终极天赋技能

17223长柄武器

17780匕首

16837~16844 撒满套装(大地之怒)

16845~16852 猎人(巨兽之王)

16853~16860 圣骑士(秩序之源)

16861~16868 战士(力量)

16828~16831+16833~16836 德鲁依(塞纳里奥)

16820~16827 盗贼(夜幕杀手)

16811~16817+16819 牧师(预言)

16803~16810 术士(恶魔之心)

16795~16802 法师(奥术师)

16832,16905~16911 // 盗贼衣.血牙

16818,16912~16918 // 法师衣.灵风

16919~16926 // 牧师衣.卓越

16927~16934 // 术士衣.复仇

16935~16942 // 猎人.驭龙者

16943~16950 // 萨满.无尽的风暴

16951~16958 // 圣骑士.审判

16959~16966 // 战士.愤怒

战士套装 16730 -- 16737

圣骑士 16722 -- 16729

牧师 16690 -- 16697

盗贼 16707 -- 16713 16721

猎人 16674 -- 16681

术士 16698 -- 16705

德鲁伊 16706 -- 16714 16720

撒满 16666 -- 16673

学技能:.learn 代码

荣誉坐骑

马.learn 22717 狼.learn 22724 羊.learn 22720

虎.learn 22723 龙.learn 22721 骨马.learn 22722

鸟.learn 22719 科多.learn 22718

黑色战驹 Black War Steed : 18241

黑色战豹 Black War Tiger : 18242

黑色战斗机械鸟 Black Battlestrider: 18243

黑色战羊 Black War Ram : 18244

黑色战狼 Black War Wolf : 18245

黑色战龙 Black War Raptor : 18246

黑色科多 Black War Kodo : 18247

分红亡灵马 Red Skeletal Warhorse : 18248

附C 坐骑代码

老虎

12302 Reins of the Frostsaber

12303 Reins of the Nightsaber

12353 White Stallion Bridle

12354 Palomino Bridle

12330 Horn of the Red Wolf

12351 Horn of the Artic Wolf

恐龙

8586 Whistle of the Mottled Red Raptor

13317 Whistle of the Ivory Raptor

机械鸟

13326 White Mechanostrider Mod A

13327 Icy Blue Mechanostrider Mod A

13328 Black Ram

13329 Frost Ram

KODO兽

15292 Green Kodo

15293 Teal Kodo

亡灵马

13334 Green Skeletal Warho

下不了马:.xiama

清除尸体:.Delallcorp

荣誉:.honor change 数值 数值为60000多,就是元帅了(我没试出来)

直接进入几个主要副本MC的GM命令是 :

熔火之心 .gotrigger 2890

黑翼之巢 .gotrigger 2767

安-神庙 .gotrigger 4012

更多地区码请打开areatriggers.scp文件查找

有几个GM的超级代码大家可以试试!!!(很好用的哦)

.Learn 5 死亡之触 相当于. kill一点怪就死

.Learn 7 自杀 最好别用 除非卡机了非死不行

.Learn 9999 赞吉尔之触 有效果 无实际用处

.Learn 21139 吐息 黑龙公主的绝招

.Learn 22981 暗影烈炎700多攻击 不错的远程攻击

.Learn 5106 水晶闪耀 可令一群怪15秒晕厥 很厉害的一招

.Learn 5110 召唤火元素

.Learn 5115 给所有人+50速度

.Learn 5140 自爆 慎用哦

.Learn 1112 暗影心星

.Learn 5219 西斯耐特吸血术 有效果 无作用

.Learn 5220 疯狂的守财奴隶卡波尔+50速度

.Learn 5239 法师打断技能 法术系必用

.Learn 5257 雷霆啤酒

.Learn 5262 狂热之刃

.Learn 5426 快速回避

.Learn 5708 飞扑 战士必用 +18点攻击 并可以击倒对方

.Learn 6612 +20~40怒气

.Learn 23168 龙血之痛 红 +15000血

.Learn 23169 龙血之痛 绿 250点持续伤害

.Learn 23187 冰霜燃烧 1800~2000攻击 很厉害

.Learn 23205 诱惑之吻

.Learn 23224 暗影迷雾 降低治疗

.Learn 23271 短暂强力 +175法术攻击和治疗效果

.Learn 23275 585~610攻击 恐惧惊吓

.Learn 23278 暗影镰刀 效果好看 但不实用

.Learn 23308 焚烧 4000~4500攻击

.Learn 23315 点燃躯体 多次攻击群杀 490~560 建议别用 自己也很危险

.Learn 23333 BL旗子

.Learn 23335 LM旗子

.Learn 22988 伊利丹之怒 让对方远程攻击-1500点+20%致命30%攻击速度

.Learn 22856 寒冰锁 可以把怪锁在原地

.Learn 22833 打击率 +75%

.Learn 22818 +15耐力

.Learn 23415 强化保护祝福 免疫物理伤害 有蓝的职业才能用

.Learn 23416 枕头大战 无效果

.Learn 23442 永望镇传诵 好看无效果

.Learn 23445 邪恶双子 貌似无用

.Learn 23449 传送器着火 好玩 无效果

.Learn 23452 隐形2分种

.Learn 23461 3500~4500群杀伤害

.Learn 23478 5000~6500群杀攻击

.Learn 23506 吸收700~1250点物理伤害

.Learn 23512 火球连射 连续点技能攻击速度飞快

.Learn 23513 红龙精华 每秒恢复500点法力50点能力20点怒气

.Learn 23559 变形

.Learn 23566 强化箭雨和多重射击

.Learn 23580 血牙

.learn 17547 致死打击 战士必用 武器伤害+200%

.Learn 23964 血怒者的挽歌 增益法术

.Learn 23952 暗言术:痛 牧师法术 必须有蓝职业才能用

.Learn 23948 真言术 韧 牧师法术 必须有蓝职业才能用

.Learn 23931 雷霆一击 战士用比较好 有减速和伤害效果

.Learn 23858 神圣新星 类似奥爆 群杀1000多攻

.Learn 19703 鲁西弗隆的诅咒 BOSS的技能啦

.Learn 23967 灭龙 对龙类伤害+400% 建议下BWL时候用

.Learn 23965 立刻治疗 恢复10000+的血 骑士技能

(这些技能学完在技能书第一部分找到)


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7235164.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-03
下一篇 2023-04-03

发表评论

登录后才能评论

评论列表(0条)

保存