sm

立即登录 | 账号注册

积分: 0 |用户组: 游客

搜索
服务器租用 传奇3一条龙 支付平台源码 无法下载点击此处反馈
查看: 829|回复: 1

[战神引擎] 战神引擎二级密码设置脚本

[复制链接]

826

主题

36

回帖

23万

积分

霸王教主

积分
235297
发表于 2023-4-9 15:32:17 | 显示全部楼层 |阅读模式
1、 打开mapinfo 加入

[HERO001~1234567  防盗大厅 0]   SAFE NORECALL BLACKROOM  NOPOSITIONMOVE NORECONNECT  (HERO001~1234567)

地图参数不要改哦。 BLACKROOM   这是禁止回城  当然 盟重传送石也不能用

这个是地图  我用的 英雄地 时间多的可以自己加一个地图 名字要15位   然后 最后的括号内容 为 退出 小退 继续回到该地图 括号内容要和地图名一致

开启盘古的 安全区禁丢物品 和 普通vip功能里的 禁止地图交易 (这个功能需要地图名字为15位)

2、 打开  D:\mud2.0\Mir200\Envir\PsMapQuest\ LogonQuest.pas

在最底下的begin end 中间 加入  This_Player.Flyto('HERO001~1234567',28 ,24 )

意思是 传送到该地图 '' 中间是地图名  后面是坐标 按照你自己的地图写就行

缺点就是 不能上线秒传送过去 需要等几秒钟。这几秒钟要盗号 基本装备丢完了。。。
  1. <font color="#0000ff">procedure _ok;
  2. begin
  3. This_Player.SetV(99,1,-1)
  4. This_Player.SetV(99,2,-1)
  5. This_Player.SetV(99,3,-1)
  6. This_Player.SetV(99,4,-1)
  7. This_Player.SetV(99,5,-1)
  8. This_Player.SetV(99,6,-1)
  9. This_Player.SetV(99,7,-1)
  10. This_Player.SetV(99,8,-1)
  11. This_Player.SetV(99,9,-1)
  12. This_Player.SetV(99,10,-1)
  13.         if(length(inttostr(This_Player.GetV(99,11))) <> 6  ) then
  14.         begin
  15.                 This_Player.SetV(99,11,-1)
  16.                  This_Npc.NpcDialog(This_Player,'为了您的财产安全,请输入二级密码|否者无法正常游戏.||'
  17.                   +'^<1/@One>^<2/@Tow>^<3/@Three>^||'
  18.                   +'^<4/@Four>^<5/@Five>^<6/@Six>^||'
  19.                   +'^<7/@Seven>^<8/@Eight>^<9/@Nine>^||'
  20.                    +'                               <重置/@rest>        <确定/@ok>^||'//确保一样长度
  21.                   //+inttostr(This_Player.GetV(99,1))+inttostr(This_Player.GetV(99,1))
  22.                   +'----------------------------------------------------------'
  23.                   +'丨密码只能设置六位数,请从新输入丨|'
  24.                   +'----------------------------------------------------------|'  
  25.                   )
  26.          end else
  27.          if (This_Player.GetV(99,12) = -1) then
  28.                  begin
  29.                         This_Player.SetV(99,13,This_Player.GetV(99,11))
  30.                         This_Player.SetV(99,12,1)
  31.                         This_Npc.NpcDialog(This_Player,'您设置的二级密码为:<'+inttostr(This_Player.GetV(99,11))+'/c=red>')
  32.                  end else
  33.                         if (This_Player.GetV(99,13) = This_Player.GetV(99,11)) then
  34.                                 begin
  35.                                         This_Player.Flyto('3',330 ,330 )
  36.                                 end else
  37.                                 begin
  38.                                          This_Npc.NpcDialog(This_Player,'为了您的财产安全,请输入二级密码|否者无法正常游戏.||'
  39.                                           +'^<1/@One>^<2/@Tow>^<3/@Three>^||'
  40.                                           +'^<4/@Four>^<5/@Five>^<6/@Six>^||'
  41.                                           +'^<7/@Seven>^<8/@Eight>^<9/@Nine>^||'
  42.                                           +'                               <重置/@rest>        <确定/@ok>^||'//确保一样长度
  43.                                           //+inttostr(This_Player.GetV(99,1))+inttostr(This_Player.GetV(99,1))
  44.                                           +'----------------------------------------------------------'
  45.                                           +'      丨密码错误丨|'
  46.                                           +'----------------------------------------------------------|'  
  47.                                           )
  48.                                 end;
  49. end;

  50. begin
  51.         if(This_Player.GetV(99,12) = -1 ) then
  52.         begin
  53.                  This_Player.SetV(99,11,-1)
  54.                         This_Npc.NpcDialog(This_Player,'你还没设置二级密码.||为了你的账号安全|请立即设置二级密码||'
  55.                         +'<立即设置/@shuru>');
  56.         end else
  57.         begin
  58.          This_Player.SetV(99,11,-1)
  59.          This_Npc.NpcDialog(This_Player,'为了您的财产安全,请输入二级密码|否者无法正常游戏.||'
  60.           +'^<确定/@shuru>');
  61.         end</font>
复制代码

文件名称:二级密码-HERO001~1234567.pas 
下载次数:14  文件大小:9.51 KB 
下载权限: 不限 VIP   [购买VIP]   [充值积分]   [每日签到领积分]
安全检测,请放心下载






上一篇:战神引擎天花板登录器明文全套
下一篇:战神引擎超级擂台比武Pk脚本完整版下载
回复

使用道具 举报

1

主题

252

回帖

1070

积分

旋风流星刀

积分
1070
QQ
发表于 2023-12-24 09:02:16 | 显示全部楼层
积分任务
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|美林GM论坛 ( 蜀ICP备2020030293号-2 )|网站地图

禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.如遇版权问题,请及时QQ联系

GMT+8, 2024-4-24 16:58 , Processed in 0.328910 second(s), 56 queries .

Powered by Discuz! X3.5

Copyright © 2001-2024, Tencent Cloud.

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