冒险岛单机版游戏龙骑

发布时间:2024-05-18 09:42 发布:上海旅游网

问题描述:

晕.
没龙骑的吗?

问题解答:

你去自己做一树的..很好做的

单机版没有

没有

!是职业么!一树的就有!
不过3.0的要改点地方!......\一树冒险岛私服3.0修正点装NPC\scripts\npcs
用记事本打开看
然后把下面滴覆盖拉原来滴!
if state == 0 then
if getJob() == 0 then
if getLevel() >= 10 and getSTR() >= 35 then
addText("你好啊,你想成为一名战士吗?");
sendYesNo();
else
addText("你的等级必须达到10级,力量(str)必须在35以上才能做战士。");
sendOK();
endNPC();
end
elseif getJob() == 100 then
if getLevel() >= 30 then
addText("你长大了很多哦. 现在请选择你要的2转: #b\r\n#L0#剑客#k#l\r\n#L1准骑士#l\r\n#L2#枪战士#l#k");
sendSimple();
else
addText("再见!");
sendOK();
endNPC();
end
end
elseif state == 1 then
what = getSelected();
if getSelected() == 1 then
if getJob() == 0 then
setJob(100);
addText("转职成功,您现在是一名战士了,可以使用战士技能,并有一个技能点。");
giveSP(1);
sendOK();
endNPC();
end
elseif getJob() == 100 then
if what == 0 then
setJob(110);
giveSP(1);
addText("转职成功,您现在是剑客。~!");
sendOK();
endNPC();
elseif what == 1 then
setJob(120);
giveSP(1);
addText("转职成功,您现在是准骑士。~!");
sendOK();
endNPC();
elseif what == 2 then
setJob(130);
giveSP(1);
addText("转职成功,您现在是枪战士。~!");
sendOK();
endNPC();
end
else
endNPC();
end
end

2骑龙的话就用GM代码! !shop出现商店
在里面买!

热点新闻