summaryrefslogtreecommitdiff
path: root/src/map/party.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-517/+606
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl
2009-09-18Replace basic skill with three new skillsJared Adams1-2/+8
We want to handle skills differently that eAthena was made too. All new skills are leveled by NPCs instead of using the job sysetm. Also fixes some bugs.
2009-06-28Check party exists on add, reset party info so it shows on adding member.Dennis Friis1-4/+14
Inspired by ea stable.
2009-06-28Really fix crash on adding offline partner. Derived from ea stable.Dennis Friis1-4/+6
2009-06-25Fix a possible crash when adding a party member. Thanks Kage for spotting.Dennis Friis1-1/+1
2008-04-02initial checkinDennis Friis1-0/+644