• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Arena Svar TFS 0.3.4

Koci1994

Banned User
Joined
Dec 27, 2008
Messages
807
Reaction score
1
Witam wgralem sobie arene wszytskie skrypty wzialem z tąd :
Code:
http://otland.net/f81/svargrond-arena-forgotten-server-0-3-2-100-working-25913/
I wszystko dziala dobrze tylko jak sie zabije potworka na arenie to nie pojawia sie corpse tylko potwor nadal stoi w miejscu nie widac jego nazwy ani stanu zycia i nie atakuje jak zorbić zeby pojawialo sie corpse . W plikach potworkow mam wpsiane corpse corpse="7349" .Prosze o pomoc
 
Dzieki pomogło ;D
function onKill(cid, target)
local monster = getCreatureName(target)
local room = getArenaMonsterIdByName(monster)
if room > 0 then
setPlayerStorageValue(cid, room, 1)
doPlayerSendTextMessage(cid,MESSAGE_EVENT_DEFAULT,'Mozesz wejsc do kolejnego pokoju areny!')
end

return TRUE
end
 
Last edited:
Back
Top