[JX] script kiểm tra id, hình ảnh + dame skill sv Linux

Bài của ( rang_sut )

Sv linux có gần 1500 skill. Có nhiều skill mà nhiều bạn chưa biết.
Script này giúp mình trải nghiệm được nhiều skill.
các bạn có thể cho nó vào cái hồi thành phù, rồi đặt phím tắt dùng rất tiện.

các bạn cho vào cái lệnh bài đặt xuống phím 123 ý để test cho tiện

Mã:
function main(nItemIdx)    if GetTaskTemp(1) == 0 then
        Say("Mêi lùa chän",3,
        "Check ID Skill/check",
        "Add ID Skill/add",
        "Exit./no")
    else
        if GetTaskTemp(2) == 1485 then
            SetTaskTemp(2,1)
            CastSkill(GetTaskTemp(2),20)
            Msg2Player("ID Skill: <color=yellow>"..GetTaskTemp(2).."<color>")
        else
            SetTaskTemp(2,GetTaskTemp(2)+1)
            CastSkill(GetTaskTemp(2),20)
            Msg2Player("ID Skill: <color=yellow>"..GetTaskTemp(2).."<color>")
        end
    end
    return 1
end;
function check()
    SetTaskTemp(1,1)
    SetTaskTemp(2,GetTaskTemp(2)+1)
    CastSkill(GetTaskTemp(2),20)
    Msg2Player("ID Skill: <color=yellow>"..GetTaskTemp(2).."<color>")
end
function add()
    g_AskClientNumberEx(0, 1485, "ID Skill", {codeskill, {i}})
end
function codeskill(nCount)
    SetTaskTemp(2,nCount)
    CastSkill(nCount,20)
    Msg2Player("ID Skill: <color=yellow>"..GetTaskTemp(2).."<color>")
end



You must be registered for see images

You must be registered for see images

You must be registered for see images


Nhiều skill cực kỳ bá đạo
 
Bên trên