summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-07-11Fixed Nurse Cap, Memory Book and Dagger of CounterPlaytester2-4/+5
2006-07-11- Added a clif_fixpos packet when a mob cancels walking due to using a idle/w...skotlex1-3/+6
2006-07-11- Fixed the subele bonus (elemental reduction) being applied to the element o...skotlex3-5/+11
2006-07-11- Coded @reset.skotlex18-346/+430
2006-07-11warpportal(x,y,"tmap",tx,ty) - Creates a skill warp portal on the map. battle...blackhole893-0/+44
2006-07-11Marionette now drops "Marionette Doll"Playtester2-2/+3
2006-07-11- Fixed login-sql compilation issue ~.~;skotlex2-2/+2
2006-07-11- Modified the login-sql server to do the ip-ban check only on the auth-packe...skotlex3-46/+60
2006-07-11- Corrected Frost Nova's splash range and Land Protector's cast range. Thanks...skotlex8-24/+33
2006-07-11- Fixed cart-termination crashing the server if you used level 16 of it.skotlex2-2/+6
2006-07-10- Fixed check_connect_login_server check in char-sql server. Fixes char-serve...skotlex2-1/+3
2006-07-10- Login-sql server will no longer change an account's state to "7" when banni...skotlex3-8/+18
2006-07-10- Fixed a crash when using Gospel... gomen.skotlex2-1/+2
2006-07-10- Fixed SQL compilation of the char-SQL server... (I need SQL installed at wo...skotlex1-5/+2
2006-07-10- The on-place function won't be invoked on setting ground skills if the grou...skotlex2-1/+9
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex14-238/+176
2006-07-10- Added a check in pc_equipitem so that when switching weapons and you have t...skotlex2-3/+19
2006-07-10- One closer inspection, removed that clear in itemdb_reload for a foreach ca...skotlex2-2/+14
2006-07-10- itemdb_reload will clear the itemdb before reloading info instead of only c...skotlex2-1/+3
2006-07-10- Corrected skill require entry from the Twilight Pharmacy skills.skotlex6-37/+40
2006-07-09Added Guillontine's SP Drain per attackPlaytester2-1/+2
2006-07-09- Fixed cooking chance of sets being 1.2% per set instead of 12%skotlex1-1/+1
2006-07-09Added spawn update of Byalan to eamobsPlaytester1-1/+1
2006-07-09More item updates thanks to HaploPlaytester2-11/+11
2006-07-09* Added some missing Rachel WarpsPlaytester5-4/+23
2006-07-08fixed bugs in npc/quests/newgears/2004_headgears.txtevera2-5/+8
2006-07-08- Fixed the new addeff structure not working well with SC_STONE (because SC_S...skotlex4-5/+11
2006-07-08- Fixed mobinfo displaying exp as signed ints rather than unsigned.skotlex5-2/+59
2006-07-08- Fixed the char table having party/guild_id as smallint when they need int t...skotlex6-8/+20
2006-07-08CIA-2 Wants to hurt ALZ.... I'M COMING FOR YOU ALZ!!!CIA-21-1/+0
2006-07-07- Fixed the Warm Skillsskotlex3-28/+31
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