Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[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
li7Oh1N - [Help] Itens Wall - RaGEZONE Forums

0Xa8sT - [Help] Itens Wall - RaGEZONE Forums

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)
/*/ those items are only for stronghold if(gServerLogic.ginfo_.mapId!=GBGameInfo::MAPID_WZ_Cliffside && strongholdItem ) { gServerLogic.LogCheat(peerId_, PKT_S2C_CheatWarning_s::CHEAT_UseItem, true, "stronghold item", "%d", itemID ); return false; }*/

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
Back
Top