したらばTOP ■掲示板に戻る■ 全部 1-100 最新50 | メール | |
レス数が1スレッドの最大レス数(1000件)を超えています。残念ながら投稿することができません。

【広めよう】Windower 11【本家窓化】

676名無しのWindower使い:2018/04/28(土) 02:42:10 ID:Ejlr.9F.
シンガー優先処理の件解決できました
function cast.check_song(songs,targ,buffs,spell_recasts,recast)
for buff,num in pairs(song_list) do
for x = 1,num do
local song = get.song(get.songs[buff][x])
if song and spell_recasts[song.id] <= 0 and
(not timers[targ] or not timers[targ][song.enl] or os.time()-timers[targ][song.enl].ts+recast>0 or
(buffs.troubadour and not timers[targ][song.enl].nt) or
(buffs['soul voice'] and not timers[targ][song.enl].sv)) then
return song.enl

for pri = 1, 22 do
local buff = ids.prio[pri]:lower()
--print(pri .. " " .. buff)
   --print(" " .. song_list[buff])
    if not (song_list[buff] == nil) then
     for x = 1, song_list[buff] do
     local song = get.song(get.songs[buff][x])
     if song and spell_recasts[song.id] <= 0 and
     (not timers[targ] or not timers[targ][song.enl] or os.time()-timers[targ][song.enl].ts+recast>0 or
     (buffs.troubadour and not timers[targ][song.enl].nt) or
     (buffs['soul voice'] and not timers[targ][song.enl].sv)) then
 return song.enl




掲示板管理者へ連絡 無料レンタル掲示板