Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
fixes #1724
|
|
|
|
|
|
Cash Foods Update
|
|
|
|
|
|
|
|
|
|
|
|
Implementation of Item Options System.
|
|
Allows the infusing of equipments with bonus item options.
This feature is constrained to clients of packet versions greater than or equal to `20150226`.
Item Options and their effects are defined server-side in `db/item_options.conf` and client side in `data/luafiles514/lua files/datainfo/addrandomoptionnametable.lub`
The ID of the option must tally with the correct index of the description provided in the client side lua file to avoid bugs.
IT_OPT_* keys and MAX_ITEM_OPTIONS macro are also exported from the source as constants.
An additional flag `disable_options` has been added to sql, and as `DisableOptions: true/false (boolean, defaults to false !!for equipments only!!)` to item_db.conf files.
Script commands documentation is also included.
SQL file updates are included.
Credits: [Smokexyz](https://github.com/Smokexyz)
Style and Script Fixes by [Asheraf](https://github.com/Asheraf)
Initial design Idea by [secretdataz](https://github.com/secretdataz)
|
|
Signed-off-by: Ragno <ragno@atlantis-ro.net>
|
|
in kRO Para_Team_Mark_ warp the player to eden group.
|
|
This removes the remaining unsupported symbols (despite they being
official names) in AegisNames: The apostrophe (`'`) sign is suppressed.
The full replacement rules (cumulative with the step 1 commit) are thus:
- Any apostrophe is suppressed.
- Any non-`[A-Za-z0-9_]` character is replaced with an underscore (`_`).
- If the replaced symbol is at a word boundary (beginning or end of the
string, or next to another underscore), it is suppressed instead.
- If the replacement causes an AegisName conflict, underscores are
appended appropriately.
Signed-off-by: Haru <haru@dotalux.com>
|
|
This removes some unsupported symbols (despite they being official names) in
AegisNames. The replacement rules used are:
- Any non-`[A-Za-z0-9_']` character is replaced with an underscore (`_`).
- If the replaced symbol is at a word boundary (beginning or end of the string,
or next to another underscore), it is suppressed instead.
- If the replacement causes an AegisName conflict, underscores are appended
appropriately.
Signed-off-by: Haru <haru@dotalux.com>
|
|
This removes special symbols (spaces, dashes, parentheses) from various custom
AegisNames for which we don't have the official value available. Where
possible, the appropriate name was guessed (based on similar existing items).
Signed-off-by: Haru <haru@dotalux.com>
|
|
They are whips, not musical instruments.
Signed-off-by: Haru <haru@dotalux.com>
|
|
- Mostly whitespace, with the exception of the 'Wurst' item rename (was
previously incorrectly named Brusti)
Signed-off-by: Haru <haru@dotalux.com>
|
|
This commit just propagates the AegisName changes to the pre-re database
and to the (re) scripts.
Two issues are fixed as a side-effect:
- The ghost_palace script was referring the non-existing constant(s):
Thanatos_Two-Handed_Staff == (Thanatos_Two) - (Handed_Staff) == 0.
Paired with the script engine's inability to differentiate between
constants and player variables, that produced a very subtle issue.
- The item RAG203 is sold by a NPC (Rebellion Weapon Vending). Due to a
pair of swapped AegisName constants (RAG203 and RAG203_), the slotted
version was sold by the NPC instead of hte non-slotted one (the issue
was actually fixed in the previous commit, although the description of
the fix is here - these two commits are only split for legibility
purposes but they're to be considered indivisible).
Signed-off-by: Haru <haru@dotalux.com>
|
|
The values are based on Divine-Pride.
This also fixes several unusable AegisName constants containing spaces
or special characters.
Signed-off-by: Haru <haru@dotalux.com>
|
|
https://github.com/HerculesWS/Hercules/issues/1484
Signed-off-by: Angelmelody <cutepeipei@hotmail.com.tw>
|
|
|
|
|
|
|
|
-add white space after comma
|
|
|
|
Fix some item bonus using wrong SkillNames
|
|
* Update Intro (Renewal)
- Conversion while Playing from kRO
- New starting Map: iz_int 18 27 (Requires New kRO MAP)
- iz_int01 - iz_int04 and int_land01 - int_land04 are added, but not used
- the rest of the script was updated to latest script standards
- x/y span for duplicates with OnTouch
- Fixed wrong getarg
- removed +"" in warp
|
|
bSkillAtk not increasing damage for some skills
|
|
|
|
* Added ghost palace instance script
* Add needed monster, item and quest database entries
* Added mapflags for instance map (1@spa)
|
|
- added mobs and (updated) skills
- added quests_aldebaran.txt
- iro dialogues
- all items are already in available in item_db.conf
- maps are already available in mapcache, index and .conf
- Updated item effect for Pocket_Watch_ and Pocket_Watch__, and their
combo with Memorize_Book and Pocket_Watch__
Closes #1389 as merged
Signed-off-by: Haru <haru@dotalux.com>
|
|
-- adding glast heim Monsters/Items/Quests full entries
-- corrected already existed glast heim items/quest/monsters entries
-- added Old Glast Heim Enchanter
-- Changed .MyMobs to 'MyMobs
-- Added H.U.L.D suppot
|
|
|
|
|
|
Update it's renewal trade restriction.
|
|
|
|
Signed-off-by: Haru <haru@dotalux.com>
|
|
|
|
Ref: http://www.divine-pride.net/database/item/2410/kRO
|
|
- Added 3 New Mechanic's Pile Bunkers.
|
|
Thanks to @Playtester.
|
|
|
|
Monster Transform Update:
|
|
Enchantment Stones Update:
|
|
|
|
|
|
This reverts commit 6c4b4009038ba2de8d2d4239c8becdec94ec92d9.
This commit wasn't based on regular server data (it looks like a f2p
server)
|
|
Added new Rebellion bullets in RENEWAL.
|