Hi everyone! I've a problem with "arena_manager.quest", when my friend accept the duell the NPC teleport me and my friend in the arena but... we can't duell...
I've fix it:
But again I can't see my friend like a enemy...
In the NPC if I see battle run, there's no duells... How I can fix this problem?
Help please!
I've fix it:
Code:
s = arena.start_duel(sname, 3)
if s == 1 then --I've write 1, before was 0.
syschat("Round 1.")
chat("Duell started!")
elseif s == 2 then
syschat("Round 2.")
chat("Duell started!")
elseif s == 3 then
syschat("Round 3.")
chat("Duell started!")
In the NPC if I see battle run, there's no duells... How I can fix this problem?
Help please!