找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 4810|回复: 0

ITEM WARP UPDATA

[复制链接]

1万

主题

491

回帖

3万

积分

管理员

积分
35670
石币
24819
发表于 2013-9-1 14:15:30 | 显示全部楼层 |阅读模式

就變成一樣道具可以多從選擇
而不是一個點一個羽毛

類似"傳送卷軸"了!!!

function ITEM_WARP_Lua(charaindex,toindex,haveitemindex)
        NLG.ShowWindowTalked(charaindex, 2, 0, 0,
                "3\n"..
                 "\n 어디로 이동하시겠습니까?"..
                 "\n"..
                 "\n샴기르"..
                   "\n마리너스"..
                 "\n카루타나"..
                 "\n쟈쟈",
                toindex);
end

function itemwarp_WindowTalked( _MeIndex, _PlayerIndex, _Seqno, _Select, _Data)
        if(_Seqno == 0)then
                if(_Data == "1")then
                NLG.Warp(_PlayerIndex,1000,92,99);
                end
                if(_Data == "2")then
                NLG.Warp(_PlayerIndex,2000,65,58);
                end
                if(_Data == "3")then
                NLG.Warp(_PlayerIndex,3000,94,97);
                end
                if(_Data == "4")then
                NLG.Warp(_PlayerIndex,4000,66,55);
                end
        end
end
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|石器时代LA官方

GMT+8, 2025-11-29 11:53 , Processed in 0.237542 second(s), 22 queries .

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