Playtester
8924c92ca2
Fixed Aegis onspawn bug
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10294 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19 20:13:17 +00:00
skotlex
44ac188d6f
- fixed a few include lines.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19 17:10:11 +00:00
DracoRPG
e572506f1a
Cleaned up the doc folder. Removed outdated, untranslated, useless files and began normalizing a bit other ones~
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19 11:08:28 +00:00
Playtester
8c57068853
Minor summoning behavior fixes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19 10:10:11 +00:00
skotlex
2eeaa8f27a
- Now @whogm hides perfect-hide gms only if their GM level is greater than the one who invoked the command.
...
- Some minor cleanups.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18 20:28:33 +00:00
Playtester
399d55f6f7
* Changed summoning behavior to Aegis 10.4
...
- removed almost all "onspawn" summons
- fixed a few summons
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18 17:05:11 +00:00
LuzZza
730089fe0e
Added MEXP overflow checks.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18 17:00:54 +00:00
skotlex
2e8efbd2c2
- Some more cleanups that should prevent the double-login issue even further.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10286 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18 14:39:11 +00:00
Playtester
05db8f5df3
Fixed two aegis names
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18 14:28:02 +00:00
Playtester
375116edbf
Fixed Potato, Ice Cream and Mochi
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 21:59:12 +00:00
skotlex
94ae69eee6
- A little check that I don't know how could anyone have forgotten to do.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 21:44:45 +00:00
Playtester
85aa3febb2
Fixed Berzebub Card
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 19:02:11 +00:00
skotlex
3ef8c87261
- The gain exp from resurrection config will now only work when the revived player has yet to reach the last level (since otherwise it can give quite a lot of exp since the last level exp just keeps piling up)
...
- Corrected unit_canmove so you can't move if you are vending.
- Corrected npc_click so it won't let you click on hidden npcs.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 17:39:10 +00:00
Playtester
7a3b8ad568
High Priest card now triggers on physical and magic hit
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 16:54:08 +00:00
Playtester
30002c343e
Now Magaleta and Detale card will only trigger on magic
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10279 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 16:29:11 +00:00
skotlex
bdaf348a6d
- Expanded the autospell structure to hold a flag, which contains the required Battle Flag conditions required for a skill to trigger.
...
- Added the required constants to const.txt to specify the autospell trigger properties.
- Added bonus5 bAutoSpell/bAutoSpellWhenHit. The new parameter is used to specify when the spell should trigger (melee/range + weapon/magic/misc attack), see item_bonus for details.
- Applied use of packet 0x28a (clif_changeoption2) to transmit opt3 changes.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 15:43:40 +00:00
toms
b6ee9b3559
Forgot one in in_homun.c :s
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 13:28:32 +00:00
toms
5d72c25353
Changed some %lu to %u in login_sql/login.c because uint32 is now an unsigned int
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10276 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 13:21:27 +00:00
ultramage
2a74094f92
Yet more vs6 fixes (the zlib include path was never added)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 11:17:09 +00:00
ultramage
69924c6949
Some more project file changes (fixes compilation problem)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 10:22:07 +00:00
ultramage
74295231e6
* Discarded extra deflate function needed for afm reading
...
- as a result, discarded the whole chain of support functions, .c files and includes needed to make that one function run
- also removed zlib compile/link dependencies where they are not needed
- reduced the whole zlib package into two core include files
- adjusted makefiles / project files to reflect this change
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 10:03:30 +00:00
DracoRPG
3b392f3f37
Massive at+charcommand cleanup, big thanks to HiddenDragon
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 00:17:15 +00:00
ultramage
a5407d3948
Partially deobfuscated the grfio module
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10271 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-16 22:56:59 +00:00
ultramage
2216188890
* Finally fixed mingw problems, managed to build both TXT and SQL
...
* Fixed the uint32 platform problem (Microsoft failed so I removed it :)
* Removed the cbasetypes.h dependency from the mapcache generator
* Removed some random compilation warnings
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-16 20:44:44 +00:00
Playtester
593c3952b2
Fixed various mob skills not being ranged
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-16 18:54:37 +00:00
Playtester
33d2b5dbb1
More Anubis updates
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-16 10:42:10 +00:00
DracoRPG
eef15360f9
Small bugfixes and enhancements to the map cache generator
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-16 00:14:32 +00:00
skotlex
92f2c9d0e5
- Changed the default setting for emergency_call to 11 (usable all the time, but only in Gvg Maps) as described by Tharis.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10266 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-15 20:27:58 +00:00
Playtester
4ce5ddc065
Added some splash ranges for MVP level skills
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10265 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-15 20:23:36 +00:00
skotlex
0d740342ae
- Fixed battle_getenemy picking dead characters.
...
- Adjusted Spiral Pierce, Shield Boomerang and Shield Chain to use atk2 instead of weight when used by non-players.
- Adjusted skills blindAttack, SilenceAttack, StunAttack, PetrifyAttack, CurseAttack, SleepAttack, Lex Divina and Dispell to be area effect skills, if the used skill level has a splash-range different from 0.
- Mob used Meteor Assault (and by extension Spread Attack) is able to hit icewalls now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-15 20:13:07 +00:00
Playtester
33b8d523d6
Readded and updated Anubis
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10263 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-15 16:26:46 +00:00
Playtester
ef888fd298
Added some new staffs
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-14 23:49:31 +00:00
Playtester
413f25fa18
Updated Kiel Hyre quest thanks to L0ne_W0lf
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10261 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-14 22:30:38 +00:00
Playtester
8d3ece5310
Hopefully fixed Skogul not using Grimtooth
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-14 18:32:32 +00:00
Playtester
2d8d81c406
Lowered the amount of Dimiks spawning in Juperos F1
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-14 13:55:52 +00:00
ultramage
53823c3e67
Fixed TXT char creation blocking characters with nonstandard names
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-14 12:12:27 +00:00
ultramage
aa262362e1
More svn:eol-style-ing and typo fixes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-14 11:06:13 +00:00
Playtester
c16fda4dab
Changed item name of item 5083 to "Red Tailed Ribbon"
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-14 10:05:15 +00:00
skotlex
d16a4a1f00
- Fixed a null pointer when a mob needs to unlock a target while it's idle.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-14 06:21:15 +00:00
skotlex
13a368be13
- Corrected land protector's duration according to the descriptions
...
- Fixed "pc drop item" doing the incorrect check to see if the player was trading.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10252 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-14 04:09:40 +00:00
Playtester
bb5c4253bb
Fixed Eremes using Venomdust on self instead of target
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-13 22:11:05 +00:00
Lupus
d8ad119135
updated Lighthalzen, merged some files, added new NPC
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10247 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-13 15:57:18 +00:00
Playtester
8ad88bcb8c
More Kiel Quest mapflags
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10246 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-13 15:22:16 +00:00
Playtester
08fdecb780
* Updated Aegis name, price and weight of etc items
...
- also updated sql files
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 22:24:47 +00:00
Playtester
d2c2c8d9bb
Updated Kiel Hyre quest related files
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10243 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 21:53:58 +00:00
Playtester
c75677193c
Added Kiel Hyre quest items to item_trade
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 19:26:24 +00:00
skotlex
9810da7f62
- Oops, it turns out the state is never reset from walking to idle automatically when a mob was random walking...
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 19:11:42 +00:00
skotlex
aa0e780bd5
- Moved the idle state random walk and idle skill triggering to mob_unlock_target, since our current AI has some execution paths where these would never be triggered.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 18:41:55 +00:00
Playtester
ef10fe3a04
* Kyrie Eleison cannot be cast on mobs anymore
...
- also some small mob skill changes to work with the new code
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10239 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 18:32:12 +00:00
ultramage
cf77f95ed1
fixed makefile typo, maps_athena typo, svn:eol-style native for some files
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 17:37:38 +00:00