summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-09-26updated 1st class questsLupus2-1013/+2340
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8873 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-26git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8872 ↵Lupus4-6/+1820
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8871 ↵eaac1-1/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25* Fixed the Shuriken Blacksmith. Incomplete Label (M_DAIS -> M_DAIS4) and ↵eaac2-1/+3
extra parenthesis on line 128 ( a ) in the end of the condition) [erKURITA] PS: Do people actually test their npcs before releasing it? :? git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8870 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25- Added an ugly check so that Heal will display 0 when healing a berserked ↵skotlex2-14/+19
character (and it will again display full heal amount when healing a player who's at full life) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8869 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25- Disabled again client-self-muting since it's causing too much trouble.skotlex2-29/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8868 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25- Merged FlavioJS's script patch which should fix stuff like "mes ();" ↵skotlex2-1/+11
causing crashes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8867 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25- Fixed item group 35 (lottobox) in item_misc.txtskotlex4-11/+17
- Item group reading will now complain when a line doesn't has enough fields. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8865 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25- Oops, fixed a pretty bad typo on the fix for #baselvupskotlex1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8863 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25- Fixed #baselevelup adding instead of substracting status points when used ↵skotlex2-1/+6
with negative levels. Also made it reset your stats if there wasn't enough to substract from. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8861 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25- Removed config setting allow_atcommand_when_mute as it's no longer used ↵skotlex6-9/+3
(see manner_system in misc.conf for it's replacement) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8860 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25- Applied FlavioJS's suggestion of expanding WFIFOPOS to also take the ↵skotlex2-13/+13
direction. This had the side effect of fixing the direction missing from the mob spawn packet, which explains why all npcs face north when you are within sight while doing a @reloadscript. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8858 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25- Changed the order of packets in TK_HIGHJUMP, may fix the reports of ↵skotlex3-16/+22
getting stuck when jumping into a warp. - Changed a bit the code of marionette control, where a redefined local variable may be the cause of mob-targetted Marionette Control stacking stats up. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8857 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25Changed Immaterial Sword's SP Vanish chance to 3%.Playtester2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25* Added Ninja/Gunslinger job exp as separate exp chartPlaytester3-2/+7
* Immaterial Sword now has a 0.3% chance of reducing target's sp by 30% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-25added Thanks to Au{R}oN + some lighthalzen NPCLupus5-0/+364
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8854 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-24- When the code auto-guesses that a skill should require ammo, it will ↵skotlex2-1/+5
accept any type of ammo for using it instead of only arrows. Fixes Magnum Break usage on Gunslingers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8852 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-23Now Valkyrie Randgris will only resummon when she has less than 3 slavesPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8849 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-22- Probably fixed a signed/unsigned mismatch warning on the new socket code.skotlex2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8848 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-22- Fixed the "map server claims to have char online, but this other map ↵skotlex3-5/+16
server also has it tagged as online" message triggering in some cases where it shouldn't. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8846 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-22fixed bugLupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8845 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-22fixed minor bugsLupus3-137/+84
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8844 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-22* Fixed some maps in db/mapindex.txt being under the wrong id and added ↵Zephiris2-30/+46
comments so this will not happen again. * ATTENTION! * People running TXT servers will have to tell their players to redo their /memo points since the map ids of the old file were wrong. [Zephiris] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8842 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-22ein quest bugLupus2-4/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8841 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-22- Fixed a bug on "select" when skipping empty entries when the selected ↵skotlex2-1/+3
entry is the last. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8839 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21- Improved a bit RFIFOFLUSH as suggested by Harbin.skotlex3-3/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8838 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21Implemented Rachel Sanctuary mob skillsPlaytester2-0/+134
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21typo - removed extra (Lupus1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8836 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-212 typos fixedLupus2-10/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21- Removed the unrecognized class error messages from pc_mapid2jobid and ↵skotlex2-5/+1
pc_jobid2mapid since these can now trigger normally through the use of the script functions roclass and eaclass. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8833 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21fixed 2 bugs in DTS.Lupus2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8832 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21freed 15 more perm variables. Fixed bugs in Cube RoomLupus6-148/+152
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20- A mob's HP is set temporarily to 0 before invoking it's on-death script, ↵skotlex3-14/+26
prevents said scripts being able to "rekill" the mob indefinitely (if stuff like killmonster is used within) - Some small cleanups in chat.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8829 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20minor fixLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8828 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20- Cleaned up some more party_sub_count, so that idle_no_share will also ↵skotlex1-4/+5
disable people in a chat or vending from counting towards the total. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8827 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20- Fixed party_sub_count (TK_POWER) failing when the idle_no_share setting ↵skotlex3-3/+13
was disabled. - Enabled Star Gladiators and Soul Linkers to do /doridori git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20Updated the Packet DB for both trunk and stable to the 2006-09-18a kro sakexe.Zephiris1-1/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8823 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20added showmobs from STABLE, typo fixLupus2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8822 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20fixed Cube Room quest bug, more optimizationsLupus4-149/+143
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8821 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-201s job skill quests optimization. now using @temp varsLupus8-109/+117
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20fixed typos, added missing NEXT;, optimized Niflheim. Clear nif vars garbageLupus14-243/+188
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20- Fixed nocommand mapflag causing the "you can't use commands on this map" ↵skotlex3-18/+25
message to trigger one very single chat, instead of only for actual @/# command invocation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8817 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19- Added support for skipping empty string menu entries for the select() ↵skotlex2-1/+8
command (just as `menu` has it already) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8816 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19- Corrected undisguise not working if you don't pass any parameters to it ↵skotlex1-1/+1
(which is how it should be) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8814 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19- Fixed pc_set_hate_mob letting you place mobs on any of the three positions ↵skotlex2-0/+4
regardless of size :/ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8813 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19- Made the report_Src function also report name of non-bl objects.skotlex10-41/+28
- The double continuation error will now display both scripts that triggered it. - Loading the storage from the char-server will fail if player is already tagged in final save state. - Removed setting ban_spoof_namer, sending invalid global-talk packets will now just kick the player out of the server. - Added BL_NPC support to status_get_name git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8812 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19~ Fixed rpsroulette.txt (on both branches), giving 10 blue potions as prize ↵eaac3-2/+6
instead of the 20 it said. Also fixed a missing variable in sphinx_mask.txt (trunk only). Noticed by JTE and fixed by Warian [erKURITA] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8811 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19- Simplified the code for @storageskotlex3-12/+27
- Added echoing messages back to self when using @/# commands on whispers and party/guild messages, to prevent the client from muting yourself. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8810 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19Fixed some gcc4 warnings (oops ^^)toms1-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8809 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19Fixed some gcc4 warningstoms1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8808 54d463be-8e91-2dee-dedb-b68131a5f0ec