Nazwa forum

Opis forum


#1 2009-02-28 18:07:43

Jup

Administrator

Zarejestrowany: 2009-02-28
Posty: 8
Punktów :   

Komenda !spells

Chciałbym aby na serwerze umieścić ten właśnie skrypcik,
ponieważ graja tu także gracze początkujący którzy nie znają wszystkich czarów tak dobrze jak pozostali...
A oto Skrypt :

Krok 1)

Musimy wejść do data/talkactions/script i tworzymy plik spells.lua

a w nim:

Spoiler:

function onSay(cid, words, param)
    local count = getPlayerInstantSpellCount(cid)
    local text = ""
    local t = {}
    for i = 0, count - 1 do
        local spell = getPlayerInstantSpellInfo(cid, i)
        if spell.level ~= 0 then
            if spell.manapercent > 0 then
                spell.mana = spell.manapercent .. "%"
            end
            table.insert(t, spell)
        end
    end
    table.sort(t, function(a, b) return a.level < b.level end)
    local prevLevel = -1
    for i, spell in ipairs(t) do
        local line = ""
        if prevLevel ~= spell.level then
            if i ~= 1 then
                line = "\n"
            end
            line = line .. "Spells for Level " .. spell.level .. "\n"
            prevLevel = spell.level
        end
        text = text .. line .. "  " .. spell.words .. " - " .. spell.name .. " : " .. spell.mana .. "\n"
    end
    doShowTextDialog(cid, 2175, text)
    return TRUE

Krok 2)

wchodzimy w talkaction.xml i dodajemy linijke :

Spoiler:

<talkaction words="!spells" script="spells.lua"/>


Pozdrawiam Proszę o Komentarze kto również uważa, że to się przyda


Twoja stara skacze w Tibi i widzi NIebO

Offline

 

Stopka forum

RSS
Powered by PunBB
© Copyright 2002–2008 PunBB
Polityka cookies - Wersja Lo-Fi


Darmowe Forum | Ciekawe Fora | Darmowe Fora
www.tede.pun.pl www.biedroneczki.pun.pl www.forum-do-margo.pun.pl www.sofd63.pun.pl www.nivisniepokonani.pun.pl