• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Tutorial] Stronghold Map don't drop items at death

Newbie Spellweaver
Joined
Jun 22, 2013
Messages
6
Reaction score
0
Nice work,
but it has a problem.
the player can still play items on the ground, and therefore more easy to dupe.
Some additional code to deny the player to have an item in a given map?
 
Custom Title Activated
Loyal Member
Joined
May 18, 2006
Messages
1,425
Reaction score
119
how to open Stronghold Map?



and thank yuri
 
Joined
Apr 2, 2013
Messages
1,098
Reaction score
4,625
Nice work,
but it has a problem.
the player can still play items on the ground, and therefore more easy to dupe.
Some additional code to deny the player to have an item in a given map?

function of item drop, you can lock the item drop on map

if (loadout_->GameMapId != GBGameInfo::MAPID_WZ_Cliffside_PVP){
}
 
Newbie Spellweaver
Joined
Jul 10, 2012
Messages
34
Reaction score
3
Not working on Community Edition

I tested but only working Dev Accounts :/
 
Newbie Spellweaver
Joined
Apr 1, 2015
Messages
72
Reaction score
6
I have a problem, when you die you don't drop items but when go to top the items has gone any idea how to solve it?
 
Back
Top