Tbol
Well-Known Member
- Joined
- Apr 7, 2019
- Messages
- 506
- Reaction score
- 51
Got three issues
1. It doesnt spawn boss once you kill the wave
2. Doesnt give item rewards once you finish the event
3. Lua script error

CODE made by @Itutorial if im not wrong - ---- DONT TOUCH ---MW_STATUS = 0MW_PLAYERS = {}MW_MONSTERS = {}local MW_ - Pastebin.com (https://pastebin.com/Au41NBUB)
1. It doesnt spawn boss once you kill the wave
Lua:
boss = { -- Boss is spawned after waitTimeBoss seconds after the wave is stated --
{"Bandit Lvl 10", Position(564, 788, 7)},
},
Lua:
itemRewards = { -- Items rewarded for completing the wave. --
{2160, 50},
{14319, 1}
},

CODE made by @Itutorial if im not wrong - ---- DONT TOUCH ---MW_STATUS = 0MW_PLAYERS = {}MW_MONSTERS = {}local MW_ - Pastebin.com (https://pastebin.com/Au41NBUB)