temp steal disable
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6379 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
cdffe16fba
commit
0b3804b8b1
@ -2927,8 +2927,8 @@ int pc_steal_item(struct map_session_data *sd,struct block_list *bl)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
md=(struct mob_data *)bl;
|
md=(struct mob_data *)bl;
|
||||||
|
//temp steal disable [Lupus]
|
||||||
if(md->state.steal_flag>battle_config.skill_steal_max_tries || status_get_mode(bl)&MD_BOSS || md->master_id ||
|
if(1 || md->state.steal_flag>battle_config.skill_steal_max_tries || status_get_mode(bl)&MD_BOSS || md->master_id ||
|
||||||
(md->class_>=1324 && md->class_<1364) || // prevent stealing from treasure boxes [Valaris]
|
(md->class_>=1324 && md->class_<1364) || // prevent stealing from treasure boxes [Valaris]
|
||||||
map[md->bl.m].flag.nomobloot || // check noloot map flag [Lorky]
|
map[md->bl.m].flag.nomobloot || // check noloot map flag [Lorky]
|
||||||
md->sc.data[SC_STONE].timer != -1 || md->sc.data[SC_FREEZE].timer != -1 //status change check
|
md->sc.data[SC_STONE].timer != -1 || md->sc.data[SC_FREEZE].timer != -1 //status change check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user