Lance
|
a7e5993400
* WARNING: New scripting system contains memory leak
|
19 lat temu |
skotlex
|
0f3de92a52
- Added function stristr to strlib.c, used by mob.c and item_db.c for case-insensitive seeks.
|
19 lat temu |
Vicious
|
198047d6b7
updated the db to X.2/X.3's itemsummonlist.
|
19 lat temu |
skotlex
|
f983dc57c3
- Modified and simplified the random item group format. It now is <GroupID>,<ItemID>,<Rate>, where Rate normally is 1, greater numbers is the equivalent of adding the line multiple times.
|
19 lat temu |
skotlex
|
c69118e1e5
- Added two columns to item_db: equip_script and unequip_script are scripts that are executed once when the corresponding item is equipped or unequipped respectively.
|
19 lat temu |
skotlex
|
254d003229
- Fixed various include lines in the map server (of the type <include "nullpo.h"> -> <include "../common/nullpo.h">)
|
19 lat temu |
Lance
|
a71b9f858b
* Temperory replaced strtoll to strtoul until the function changes.
|
19 lat temu |
skotlex
|
db62926e5b
- Changed use of strtol to strtoll as strtol's result is just a signed int, and we need to parse values above 0x7FFFFFFF
|
19 lat temu |
skotlex
|
7015c8578f
- Modified the equip_job field in the item_db to be a hexadecimal value for easier handling.
|
19 lat temu |
skotlex
|
1d5b54e996
- Hopefully fixed the wedding item-trade restriction.
|
19 lat temu |
skotlex
|
b4c3de9686
- Oops, the overflow mentioned by foobar was actually because the equippable base-jobs field was unsigned short when we now need it to be unsigned int. Fixed now.
|
19 lat temu |
skotlex
|
a387f9ba5f
- itemdb_exists and itemdb_searchname should now ignore dummy_item matches.
|
19 lat temu |
skotlex
|
0ada26b85f
- Small change in the random item reading function, may fix @itemdbreload messing up random item searches.
|
19 lat temu |
blackhole89
|
82fec3e7e0
missing } near line 449
|
19 lat temu |
skotlex
|
bc1362c571
- Cleaned-up the random item reading routine. Fixed a overflow bug when one of the files has too many random items.
|
19 lat temu |
skotlex
|
26374a61c1
- Moved a bunch of sc_effects that should be cancelled on hit from mob_damage/pc_damage to battle_damage.
|
19 lat temu |
skotlex
|
fbda66933a
- Added functions mobdb_searchname_array and itemdb_searchname_array which return an array of matches.
|
19 lat temu |
Vicious
|
d2a34c42cc
some NJ/GS fix.
|
19 lat temu |
Komurka
|
0fc8a2651c
* Updated item_bluebox.txt, item_giftbox.txt, item_violetbox.txt, item_db.txt, mob_db.txt, added item_cookie_bag.txt
|
19 lat temu |
skotlex
|
7e716db3aa
- Made Land Protector Block Hammerfall.
|
19 lat temu |
Valaris
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 lat temu |
Valaris
|
fd99753f8e
Clearing trunk.
|
19 lat temu |
celest
|
88cfcb9432
* Added base code for loading Ser's UPNP plugin
|
20 lat temu |
amber
|
dfd7258882
Fixe compile time problems with our mixed C++/C conformance
|
20 lat temu |
celest
|
b9a1f0d7fd
Check changelog ^^
|
20 lat temu |
celest
|
fea0900092
* Corrected Spiral Pierce's hits in the skill_db
|
20 lat temu |
celest
|
a32145fde2
* Added bSubSize, bHPGainValue, and bDamageWhenUnequip
|
20 lat temu |
(no author)
|
c372b3de89
more compile errors
|
20 lat temu |
(no author)
|
200bd8bb6a
* When loading shop scripts automatically check if the prices can be exploited with OC/DC
|
20 lat temu |
(no author)
|
778e804dd6
update
|
20 lat temu |