Gentlemen, I have a problem with the plugin . Setting the standard . Enters the arena . No weapons !! error: while giving Thompson: thompson is not a valid item name. Pls help me.![]()

Deathmatch
Deathmatch event for EventManager
Total Downloads: 5,173 - First Release: Dec 16, 2014 - Last Update: May 21, 2017
- 4.84/5, 25 likes
-
Frank, use the short names for the items, i.e. "smg_thompson".
I am currently having an issue with it not putting everything on the belt and/or the armor slots. It will just put some on and some in the inventory. It works fine on first spawn, but after that it's not working correctly. -
hello all, how can i give a reward ? when i type "/arena_givereward "player" deathmatch" my friend have well "you have 1 reward waiting" but nothing? what's the next stape ? how can i "valid" this reward????
[DOUBLEPOST=1426194415][/DOUBLEPOST]ok sry i find that, but how i can do a automatic reward for winner? now i must write "/arena_givereward "player" etc.." for player have he's reward but if im not in server or anything like that what's hapend?Attached Files:
-
-
is it possible to give everybody 1 life and when you die you spawn in the loser room and your not in the game anymore,
and at least the last man standing automaticly wins? -
cant get any loadouts to work tried different pack no i renamed everything to liek hazmat_gloves etc and nothing will spawn
-
I think the config file isn't working. I don't have any weapon when I start the arena. I hope you can fix it
-
I don't know if anyone else has the problem to but the "DEATHMATCH IS OVER XXXX WINS!" being broadcast 10 times in chat was making my chat disappear.
Changed line 412 from for i = 1, 10 do to for i = 1, 4 do and haven't had the problem again. -
has anyone got the loadout to work i cant get anyone to spawn with any weapons oir anything i tried changing names around tried different pack numbers
-
{
"KillMessages": [
"Good Shot",
"You got him!",
"Nice Shot!",
"Destruction!",
"Like a boss!",
"You're Unstoppable",
"Boom!",
"Ultrakill!",
"Y0u 4R3 s0 1337!"
],
"RandomPack": true,
"SpawnImmunity": 4,
"Packs": [
{
"backpack": [
[
"ammo_rifle",
250
]
],
"belt": [
[
"rifle_ak"
],
[
"syringe_medical",
2
]
],
"armor": [
"hazmat_boots",
"hazmat_jacket",
"hazmat_gloves",
"hazmat_pants"
]
},
{
"backpack": [
[
"ammo_rifle",
250
]
],
"belt": [
[
"rifle_ak"
],
[
"syringe_medical",
2
]
],
"armor": [
"hazmat_boots",
"hazmat_jacket",
"hazmat_gloves",
"hazmat_pants"
]
}
],
"KillLimit": 10,
"DefaultPack": 1,
"AutoArena_Settings": {
"CancelArenaTime": 360,
"CloseOnStart": true,
"MinimumPlayers": 2,
"ArenasInterval": 1800,
"WaitToStartTime": 30,
"MaximumPlayers": 10,
"ArenaLimitTime": 1800
},
"ArenaGame": "Deathmatch",
"authLevel": 1,
"Rewards": {
"Random": false,
"Packs": {
"Guns": [
[
"rifle_bolt",
1
],
[
"rifle_ak",
1
]
],
"Ammo": [
[
"ammo_rifle",
250
],
[
"ammo_pistol",
250
]
],
"Explosives": [
[
"explosives",
100
]
]
},
"activated": true
}
}
Make sure you're loading everything in the right order. If you load in the wrong order you will have no weapons when you spawn in the arena or you'll spawn in the wrong place.
Load order should happen like this
- oxide.reload arena
- oxide.reload arena_deathmatch
- /arena_game 1 (unless you have more than one gametype)
- /arena_spawnfile <spawnfilename>
- arena_open
- arena_start
If you want to change the items in your config then I strongly recommend using this site:
http://radmin.elasticbeanstalk.com/item/list/approved/consumable/
All of this worked for me. I hope it works for you too. -
Thanks Prouxx worked a treat.
-
Yes Thanx a lot Prouxx for your code modifications. it's works !
-
So I give this later a try.
ty
-
How to add killing animal function?)) Like a human) Want to design a hunt events with nopvp on my server)
-
Hello ! Someone can help to add more weapon packs for the arena deathmatch?
I tried to edit the arena_deathmatch.json but with no succes ;(
please help
{
"KillMessages": [
"Joli Tir!",
"GG! Tu l as eu!!",
"MoooonstaShoot!!",
"Destruction!",
"Like a boss!",
"L'Instoppable",
"Boom!",
"Ultrakill!",
"Y0u 4R3 s0 1337!"
],
"RandomPack": true,
"SpawnImmunity": 4,
"Packs": [
{
"backpack": [
[
"ammo_rifle",
250
]
],
"belt": [
[
"rifle_ak"
],
[
"syringe_medical",
2
]
],
"armor": [
"hazmat_boots",
"hazmat_jacket",
"hazmat_gloves",
"hazmat_pants"
]
},
{
"backpack": [
[
"ammo_rifle",
250
]
],
"belt": [
[
"rifle_ak"
],
[
"syringe_medical",
2
]
],
"armor": [
"hazmat_boots",
"hazmat_jacket",
"hazmat_gloves",
"hazmat_pants"
]
}
],
"KillLimit": 20,
"DefaultPack": 1,
"AutoArena_Settings": {
"CancelArenaTime": 360,
"CloseOnStart": true,
"MinimumPlayers": 2,
"ArenasInterval": 1800,
"WaitToStartTime": 30,
"MaximumPlayers": 10,
"ArenaLimitTime": 1800
},
"ArenaGame": "Deathmatch",
"authLevel": 1,
"Rewards": {
"Random": false,
"Packs": {
"Guns": [
[
"rifle_bolt",
1
],
[
"rifle_ak",
1
]
],
"Ammo": [
[
"ammo_rifle",
250
],
[
"ammo_pistol",
250
]
],
"Explosives": [
[
"explosives",
100
]
]
},
"activated": true
}
} -
{
"KillMessages": [
"Joli Tir!",
"GG! Tu l as eu!!",
"MoooonstaShoot!!",
"Destruction!",
"Like a boss!",
"L'Instoppable",
"Boom!",
"Ultrakill!",
"Y0u 4R3 s0 1337!"
],
"RandomPack": false,
"SpawnImmunity": 4,
"Packs": [
{
"backpack": [
[
"ammo_rifle",
250
]
],
"belt": [
[
"rifle_ak"
],
[
"syringe_medical",
2
]
],
"armor": [
"hazmat_boots",
"hazmat_jacket",
"hazmat_gloves",
"hazmat_pants"
]
},
{
"backpack": [
[
"ammo_rifle",
250
]
],
"belt": [
[
"rifle_bolt"
],
[
"syringe_medical",
2
]
],
"armor": [
"burlap_boots",
"burlap_jacket",
"burlap_gloves",
"burlap_pants"
]
}
],
"KillLimit": 20,
"DefaultPack": 1,
"AutoArena_Settings": {
"CancelArenaTime": 360,
"CloseOnStart": true,
"MinimumPlayers": 2,
"ArenasInterval": 1800,
"WaitToStartTime": 30,
"MaximumPlayers": 10,
"ArenaLimitTime": 1800
},
"ArenaGame": "Deathmatch",
"authLevel": 1,
"Rewards": {
"Random": false,
"Packs": {
"Guns": [
[
"rifle_bolt",
1
],
[
"rifle_ak",
1
]
],
"Ammo": [
[
"ammo_rifle",
250
],
[
"ammo_pistol",
250
]
],
"Explosives": [
[
"explosives",
100
]
]
},
"activated": true
}
}
Before you start the arena game you should do /deathmatch_pack NUMBER
The syntax message says 0 is default so, with this config you should do "/deathmatch_pack 0" for normal kit with hazmat and AKs. Do "/deathmatch_pack 1" for bolt rifles and burlap clothes.
Or you can change 'random pack' in your config back to true and it should auto select them.
I've not tested any of this, but in theory it should work. -
Édit: if anyone have some mods to share (Tdm, ctf. . Etc...) don t hesitateLast edited by a moderator: Apr 2, 2015 -
-
i'm rewriting it in C#
or at least started to but never finished.
if you feal like continuing it you can
https://github.com/strykes/Oxide2Plugins/blob/master/CSharp/EventManager.cs -
That's would be great ! Keep it up ! ^^
-