summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-07-07- Removed the equip id from the clif_pet_equip packet as it is not used for a...skotlex4-9/+13
2006-07-07- Status_calc_bl will no longer stop you from attacking/walking when the mode...skotlex2-2/+7
2006-07-07- Should have fixed clif_item_sub to properly store pet egg/armor data. There...skotlex2-10/+13
2006-07-07- itemdb_exists will now return NULL for item_id 0.skotlex2-1/+4
2006-07-07- Some cleaning of the Sage endow skills.skotlex4-4/+11
2006-07-07- Okay, added a chrif_save_ack packet to the char-server so now the map serve...skotlex7-19/+82
2006-07-07Credits for the swordsman job quest fix goes to tenshi7angel, not Belle... So...MasterOfMuppets1-1/+1
2006-07-07Fixed a small bug in the swordsman job quest, thanks to Belle for notifying m...MasterOfMuppets2-2/+4
2006-07-07- Now, when the login-char connection is cut, the char-server won't set every...skotlex3-4/+25
2006-07-07- Modified the error on the char-sql server to set chars online when it recei...skotlex2-2/+10
2006-07-07- Fixed signed/unsigned comparison issues in the char txt/sql server.skotlex8-15/+19
2006-07-07- Added a temporary band-aid to prevent executing the script of non-arrows wh...skotlex2-1/+7
2006-07-07Small fix in the Blacksmith QuestPlaytester2-1/+3
2006-07-07fixed dance jqLupus2-6/+7
2006-07-07turned the rest of job numbers to constantsLupus15-54/+54
2006-07-06- Modified the party_data structure on the map server to remove some redundan...skotlex15-382/+617
2006-07-06- Rewrote all the item restriction functions so that they will take into acco...skotlex10-36/+64
2006-07-06- Added no_skill_delay setting, when set, affected object types will have the...skotlex5-2/+15
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...skotlex13-122/+147
2006-07-06- Fixed the auto-direction code which makes self-skills with ground units bec...skotlex4-9/+5
2006-07-06added missing labelsLupus2-11/+14
2006-07-06standardized npc headers for quests/quests_cityevera17-21/+23
2006-07-06fixed few item namesLupus1-10/+10
2006-07-05Added Thanatos Tower Quest items to item_trade.txtPlaytester2-0/+13
2006-07-05- Removed that Dbbug announce line from the 2004 headgears quest npc.skotlex2-2/+3
2006-07-05fixed book of yamir stucking...Lupus2-2/+4
2006-07-05Updated NJ_KAENJIN by Saycyber21Vicious2-272/+279
2006-07-05- Merged some skill db data of NJ skills, thanks to RockmanEXEskotlex5-165/+150
2006-07-05- Updated @refine to take account of MAX_REFINE, thanks to Omega... GM Desig...skotlex2-25/+29
2006-07-05Added correct card effects for "Status Effect on both"Playtester2-3/+5
2006-07-05fixed 2004_headgears.txtLupus2-219/+267
2006-07-05* Updated Socket Enchant NPCPlaytester2-29/+34
2006-07-05* Added temp plugs for new headgears. [Vicious]Vicious2-3/+13
2006-07-05Fixed compile issue for NJ_BAKUENRYU, by Saycyber21.Vicious2-1/+7
2006-07-05Updated item_trade.txt to Aegis X.2 ItemMoveInfo.txtVicious2-21/+27
2006-07-05Saycyber21's NJ workVicious6-10/+29
2006-07-04* Added the Socket Enchant NPC written by Sousuke_PLPlaytester4-1/+829
2006-07-04CIA-2 ftl!littlewolf1-0/+1
2006-07-04Welp, another 10 useless commits, all in search of color :( Oh well.littlewolf1-1/+0
2006-07-04Yep, verified, colors break ciabotlittlewolf1-0/+1
2006-07-04Color test, getting tired of my commits yet?littlewolf1-1/+0
2006-07-04Okay, so will have to request a color change via cia-bot... or write our own....littlewolf1-0/+1
2006-07-04Here we go again...littlewolf1-1/+0
2006-07-04Yay 4 colors!littlewolf1-0/+1
2006-07-04Colors colors colorslittlewolf1-1/+0
2006-07-04- Implemented cooking chances. Chance of success is 70% - 7*(dish-lv)% + 12*(...skotlex3-59/+74
2006-07-04* Updated the cooking items so they are ready for official implementationPlaytester3-23/+25
2006-07-04- Added battle config setting emergency_recall, specifies behaviour of that s...skotlex5-0/+21
2006-07-04- Removed the NPC/Dance/Song inf2 check of AbraCadabra. whether a skill can c...skotlex2-1/+4
2006-07-04- Added structure s_addeffect to handle status change additions. Cleaned up r...skotlex6-54/+139