石器时代LA官方

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

ITEM WARP UPDATA

[复制链接]

1万

主题

491

回帖

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
35547
石币
24710
发表于 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
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-5 08:00 , Processed in 0.105263 second(s), 21 queries .

Copyright © 2001-2023, Tencent Cloud.

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