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!

[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,621
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