对于PK中,不爆出玩家装备的功能,GM都很熟悉了,但不少人都在努力寻找这样的脚本,站长找来了,发布到了传奇GM基地上。你们添加到自己的传奇私服服务端里去就OK了,玩家在PK中,装备就不会爆出来了! [@main] 装备被锁定以后,不会被爆出.(在包袱中例外)\ 每锁定一件装备,价格是30元宝.<[被锁定的装备会发光]>\ \ 【<锁定项链/@sd3>】\ 【<锁定勋章/@sd2>】\ 【<手镯(左)/@sd6>】【<手镯(右)/@sd5>】\ 【<戒指(左)/@sd8>】【<戒指(右)/@sd7>】\ \ [<解除锁定/@jc>] [<返回首页/@main>]\ [@jc] 要解除被锁定的装备,系统只能退还给你10元宝.\ 你确定要解除锁定吗?\ \ 【<解除项链/@sd03>】\ 【<解除勋章/@sd02>】\ 【<手镯(左)/@sd06>】【<手镯(右)/@sd05>】\ 【<戒指(左)/@sd08>】【<戒指(右)/@sd07>】\ \ [<返回首页/@main>]\ 织梦内容管理系统 ;━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [@sd3] #if CHECKITEMSTATE 3 5 #act SENDMSG 7 [你的项链已经被锁定] goto @装备锁定 break #if CHECKGAMEGOLD < 30 #act SENDMSG 7 [元宝数量不足] goto @装备锁定 break #if CHECKUSEITEM 3 #act GAMEGOLD - 30 SETITEMSTATE 3 5 1 SetItemsLight 3 1 messagebox 你的项链锁定成功! #elseact SENDMSG 5 [错误:该位置没有装备] goto @装备锁定 break [@sd2] #if CHECKITEMSTATE 2 5 #act SENDMSG 7 [你的勋章已经被锁定] goto @装备锁定 break #if CHECKGAMEGOLD < 30 #act SENDMSG 7 [元宝数量不足] goto @装备锁定 break #if CHECKUSEITEM 2 #act GAMEGOLD - 30 SETITEMSTATE 2 5 1 SetItemsLight 2 1 messagebox 你的勋章锁定成功! #elseact SENDMSG 5 [错误:该位置没有装备] goto @装备锁定 break [@sd6] #if CHECKITEMSTATE 6 5 #act SENDMSG 7 [你的手镯(左)已经被锁定] goto @装备锁定 break #if CHECKGAMEGOLD < 30 #act SENDMSG 7 [元宝数量不足] goto @装备锁定 break #if CHECKUSEITEM 6 #act GAMEGOLD - 30 SETITEMSTATE 6 5 1 SetItemsLight 6 1 messagebox 你的手镯(左)锁定成功! #elseact SENDMSG 5 [错误:该位置没有装备] goto @装备锁定 break [@sd5] #if CHECKITEMSTATE 5 5 #act SENDMSG 7 [你的手镯(右)已经被锁定] goto @装备锁定 break #if CHECKGAMEGOLD < 30 #act SENDMSG 7 [元宝数量不足] goto @装备锁定 break #if CHECKUSEITEM 5 #act GAMEGOLD - 30 SETITEMSTATE 5 5 1 SetItemsLight 5 1 messagebox 你的手镯(右)锁定成功! #elseact SENDMSG 5 [错误:该位置没有装备] goto @装备锁定 break [@sd8] #if CHECKITEMSTATE 8 5 #act SENDMSG 7 [你的戒指(左)已经被锁定] goto @装备锁定 break #if CHECKGAMEGOLD < 30 #act SENDMSG 7 [元宝数量不足] goto @装备锁定 break #if CHECKUSEITEM 8 #act GAMEGOLD - 30 SETITEMSTATE 8 5 1 SetItemsLight 8 1 messagebox 你的戒指(左)锁定成功! #elseact SENDMSG 5 [错误:该位置没有装备] goto @装备锁定 break [@sd7] #if CHECKITEMSTATE 7 5 #act SENDMSG 7 [你的戒指(右)已经被锁定] goto @装备锁定 break #if CHECKGAMEGOLD < 30 #act SENDMSG 7 [元宝数量不足] goto @装备锁定 break #if CHECKUSEITEM 7 #act GAMEGOLD - 30 SETITEMSTATE 7 5 1 SetItemsLight 7 1 messagebox 你的戒指(右)锁定成功! #elseact SENDMSG 5 [错误:该位置没有装备] goto @装备锁定 break ;━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [@sd03] #if CHECKITEMSTATE 3 5 #act GAMEGOLD + 10 SETITEMSTATE 3 5 0 SetItemsLight 3 0 SENDMSG 7 [你的项链解锁成功,系统退还给你10元宝] goto @jc break #elseact SENDMSG 5 [错误:装备未被锁定或者该位置没有装备] goto @jc break [@sd02] #if CHECKITEMSTATE 2 5 #act GAMEGOLD + 10 SETITEMSTATE 2 5 0 SetItemsLight 2 0 SENDMSG 7 [你的勋章解锁成功,系统退还给你10元宝] goto @jc break #elseact SENDMSG 5 [错误:装备未被锁定或者该位置没有装备] goto @jc break copyright dedecms [@sd06] #if CHECKITEMSTATE 6 5 #act GAMEGOLD + 10 SETITEMSTATE 6 5 0 SetItemsLight 6 0 SENDMSG 7 [你的手镯(左)解锁成功,系统退还给你10元宝] goto @jc break #elseact SENDMSG 5 [错误:装备未被锁定或者该位置没有装备] goto @jc break [@sd05] #if CHECKITEMSTATE 5 5 #act GAMEGOLD + 10 SETITEMSTATE 5 5 0 SetItemsLight 5 0 SENDMSG 7 [你的手镯(右)解锁成功,系统退还给你10元宝] goto @jc break #elseact SENDMSG 5 [错误:装备未被锁定或者该位置没有装备] goto @jc break [@sd08] #if CHECKITEMSTATE 8 5 #act GAMEGOLD + 10 SETITEMSTATE 8 5 0 SetItemsLight 8 0 SENDMSG 7 [你的戒指(左)解锁成功,系统退还给你10元宝] goto @jc break #elseact SENDMSG 5 [错误:装备未被锁定或者该位置没有装备] goto @jc break [@sd07] #if CHECKITEMSTATE 7 5 #act GAMEGOLD + 10 SETITEMSTATE 7 5 0 SetItemsLight 7 0 SENDMSG 7 [你的戒指(右)解锁成功,系统退还给你10元宝] goto @jc break #elseact SENDMSG 5 [错误:装备未被锁定或者该位置没有装备]
传奇一条龙 传奇一条龙服务 传奇开区一条龙 传奇私服一条龙 信誉传奇一条龙
|