Darkhaos
(:
step 1:
We start here...
First, create a lib file on data/lib and paste this inside:
But what do i save this file as? I think this is causing the problems I'm having...
thanks!
The name doesn't matter, save it as (i.e 110-svargrond.lua)
step 1:
We start here...
First, create a lib file on data/lib and paste this inside:
But what do i save this file as? I think this is causing the problems I'm having...
thanks!
Talked to npc, used doors, entered tp.. killed first boss- stone dissapeared... Then nothing!
I could enter next boss room but the monster never spawns, maybe the kill isn't registering. I'll continue tinkering with it and figure out what i've messed up, usually just a dumb personal error. Looking forward to your response!
It was the 25200 action ID, do i have to set every single teleport in the arena to specific action IDS? I'm sure all the problems started when I used another map and tried working with it, and I've almost got it all working now.
- - - Updated - - -
!!
![]()
!!
Although now I'm getting one error that I'm unsure of how to approach. At the end of the quest it's telling me it can't remove a stone pillar? (even though I've finished the quest)
doCreateMonster(ARENA[arena].creatures[pit], PITS[pit].center)
doCreateMonster(ARENA[arena].creatures[pit], PITS[pit].summon)
Thanks Darkhaos, good script but i found a bug, the monster spawn in the same pos of the player
In your arena_enter.lua / arena_pit.lua you have:
and will beLUA:doCreateMonster(ARENA[arena].creatures[pit], PITS[pit].center)
LUA:doCreateMonster(ARENA[arena].creatures[pit], PITS[pit].summon)
Is bug or im crazy? xD
could someone rehost please?
[22:9:39.808] [Error - NpcScript Interface]
[22:9:39.809] data/npc/scripts/svargrond_arena.luanCreatureSay
[22:9:39.812] Description:
[22:9:39.813] data/npc/scripts/svargrond_arena.lua:23: attempt to index global '
ARENA' (a nil value)
[22:9:39.816] stack traceback:
[22:9:39.817] data/npc/scripts/svargrond_arena.lua:23: in function 'callback'
[22:9:39.819] data/npc/lib/npcsystem/npchandler.lua:455: in function 'onCreatu
reSay'
[22:9:39.822] data/npc/scripts/svargrond_arena.lua:8: in function <data/npc/sc
ripts/svargrond_arena.lua:8>