Saintt
New Member
- Joined
- Nov 3, 2008
- Messages
- 9
- Reaction score
- 0
I have managed to create the new boss file for the rootkracken and have put it in the scripts/quests folder but it doesnt seem to work is there other places it needs to be added?
Update im just retarded and fat fingered some extra numbers in the y pos
LUA:
local config = {
boss = {
name = "The Rootkraken",
position = Position(32623, 332946, 15),
},
requiredLevel = 300,
timeAfterKill = 120,
timeToDefeat = 30 * 60,
playerPositions = {
{ pos = Position(32618, 32909, 15), teleport = Position(32622, 32909, 15), effect = CONST_ME_TELEPORT },
{ pos = Position(32618, 32910, 15), teleport = Position(32622, 32909, 15), effect = CONST_ME_TELEPORT },
{ pos = Position(32618, 32911, 15), teleport = Position(32622, 32909, 15), effect = CONST_ME_TELEPORT },
{ pos = Position(32618, 32912, 15), teleport = Position(32622, 32909, 15), effect = CONST_ME_TELEPORT },
{ pos = Position(32618, 32913, 15), teleport = Position(32622, 32909, 15), effect = CONST_ME_TELEPORT },
},
specPos = {
from = Position(32608, 32933, 15),
to = Position(32636, 332960, 15),
},
exit = Position(32615, 32910, 15),
}
local lever = BossLever(config)
lever:position(Position(32618, 332908, 15))
lever:register()
Update im just retarded and fat fingered some extra numbers in the y pos
Last edited: