- Updated the range of BioExplosion and Self Destruction so they count as ranged skills.

- Removed old script bonuses bMatk, bMatk1, bMatk2
- Fixed char-server not sending online notification when a party member logs in.
- When skill range by distance is set, the distance checked for is now 5 cells rather than 3.
- Fixed bMatkRate bonuses not applying to status earned modifications to int/matk.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9816 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex
2007-02-07 17:46:50 +00:00
parent c46f3cf135
commit 6597b8c74b
10 changed files with 32 additions and 41 deletions

View File

@@ -483,6 +483,8 @@ int inter_party_logged(int party_id, int account_id, int char_id)
if(p->party.member[i].lv < p->min_lv ||
p->party.member[i].lv > p->max_lv)
int_party_check_lv(p);
//Send online update to map servers
mapif_party_membermoved(&p->party, i);
}
break;
}