tuduras
Well-Known Member
- Joined
- Jun 4, 2017
- Messages
- 340
- Solutions
- 2
- Reaction score
- 58
Hello Otlanders, it's okay ?
I have got boost creature scirpt and works . Problem is , every day is one monster boosted . Nothing changes. Any Ideas what is it? best regards.
data/creaturescirpt/daily_monster_bonus
data/creaturescirpt/daily_monster
I have got boost creature scirpt and works . Problem is , every day is one monster boosted . Nothing changes. Any Ideas what is it? best regards.
data/creaturescirpt/daily_monster_bonus
LUA:
function onLogin(cid)
local BOOSTED_MONSTER = 56404
local boostedMonstersList = {"Dragon Lord", "Hener", "Mantykora"}
local boostedMonster = boostedMonstersList[getGlobalStorageValue(BOOSTED_MONSTER)]
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Today's monster boosted is: "..boostedMonster.."!")
return true
end
data/creaturescirpt/daily_monster
Code:
end
BOOSTED_MONSTER = 56404
boostedMonstersList = {"Dragon Lord", "Hener", "Mantykora"}
experienceBonus = 50
function onDeath(cid, corpse, deathList)