[Help] Itens Wall

Newbie Spellweaver
Joined
Jan 16, 2018
Messages
13
Reaction score
0
i Want add itens construction block in All maps but when i try say ''Only in stronghold map ''
this items


Is it possible to add this to all maps?
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jul 6, 2015
Messages
184
Reaction score
41
i Want add itens construction block in All maps but when i try say ''Only in stronghold map ''
this items
Is it possible to add this to all maps?

Yes its possible
WarZ_Server.sln
Search:
// those items are only for stronghold if(gServerLogic.ginfo_.mapId!=GBGameInfo::MAPID_WZ_Cliffside && strongholdItem )

You can either comment on void (replace with this)

or

or just comment up the line of the item you want to remove:

itemID == WeaponConfig::ITEMID_EXAMPLE
replace for:
//itemID == WeaponConfig::ITEMID_EXAMPLE
 
Upvote 0
Newbie Spellweaver
Joined
Oct 3, 2014
Messages
79
Reaction score
20
Yes its possible
WarZ_Server.sln
Search:


You can either comment on void (replace with this)


or

or just comment up the line of the item you want to remove:
It will be very useful for many people! Thank you! :w00t:
 
Upvote 0