Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HULD Compatibility for aldebaran.txt #2260

Merged
merged 49 commits into from
Oct 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
6a0d3d5
Makes trap damage possible to be reflected
guilherme-gm Aug 21, 2018
dca07b9
Fixed Blastime and Claymore Trap damage that wasn't being split by th…
guilherme-gm Aug 21, 2018
19e1bc1
Show any unhandled CZ packets in map server console.
4144 Sep 23, 2018
31cc126
Add comment to packet 0x2cc.
4144 Sep 24, 2018
d9cb0f1
Add comment for another field value in packet ZC_ACK_REQ_JOIN_GUILD.
4144 Sep 27, 2018
63d2515
only update zeny achievements and logs for non-zero transactions
Helianthella Sep 28, 2018
5b71fbf
Translate effect_list.txt into effect_list.md
akshat157 Oct 1, 2018
52c9b2a
remove the old effect_list doc, and clean up the new one
Helianthella Oct 1, 2018
9ac40db
Fixed failed assertion in guild invite.
dastgirp Oct 1, 2018
83e2af8
make the pull request template less ugly
Helianthella Oct 1, 2018
fb49ae7
Fixes an assertion error when sc_end is called for SC_BERSERK
guilherme-gm Oct 1, 2018
b71f152
allow buildin_getd to work with constants and params
Helianthella Oct 2, 2018
55f6666
add more unit tests for getd
Helianthella Oct 2, 2018
3ced983
fix setting char/account variables of another player
Helianthella Oct 2, 2018
191a266
use the regular pc->setregistry to set vars of another char
Helianthella Oct 2, 2018
29a6901
Update keys to 2018-10-02
4144 Sep 28, 2018
4752716
Update shuffle packets to 2018-10-02
4144 Sep 28, 2018
16b4e9a
Fix achievement reward packet.
4144 Sep 28, 2018
0528b1a
Fix getting achievement reward packets order.
4144 Sep 28, 2018
87d487d
Update HPM.
4144 Sep 28, 2018
2beda93
Add comment about missing option in packet ZC_RESULT_MAKE_GUILD.
4144 Oct 2, 2018
60cda69
Update messages up to 2018-10-02.
4144 Oct 2, 2018
658a0b6
Update non shuffle packets list up to 2018-10-02
4144 Oct 2, 2018
9d231a2
Update inventory packets for 2018-10-02 main clients.
4144 Oct 2, 2018
e9bba13
Add packet ZC_REMOVE_EFFECT.
4144 Oct 2, 2018
79a55bf
Add script command for remove special effect.
4144 Oct 2, 2018
48ecab8
fix PACKET_ZC_PROPERTY_HOMUN size for old clients
Asheraf Oct 3, 2018
cb46a50
[github] refresh the issue template
Helianthella Oct 3, 2018
1e32aa5
Add packet ZC_CAMERA_INFO.
4144 Oct 4, 2018
e47b40b
Add script commands for show camera info window and change camera par…
4144 Oct 4, 2018
b0cb289
Add at command @camerainfo.
4144 Oct 5, 2018
f561a2e
Update Permission Documents
Emistry Oct 3, 2018
161a1f5
Updated Effect List document
Emistry Oct 3, 2018
9ac9237
Merge pull request #2226 from 4144/updatepackets
MishimaHaruna Oct 7, 2018
6260982
HPM Hooks Update
HerculesWSAPI Oct 7, 2018
75cd42c
Merge pull request #2227 from Helianthella/validatezeny
MishimaHaruna Oct 7, 2018
09eb7fe
Merge pull request #2230 from akshat157/effect_list.md
MishimaHaruna Oct 7, 2018
7b5270c
Merge pull request #2238 from Helianthella/varofpc
MishimaHaruna Oct 7, 2018
c0543f2
Merge pull request #2237 from Helianthella/template
MishimaHaruna Oct 7, 2018
7120569
Merge pull request #2240 from Helianthella/getd-const
MishimaHaruna Oct 7, 2018
d6c3435
Merge pull request #2235 from dastgirp/issue/2210
MishimaHaruna Oct 7, 2018
cbcc972
Merge pull request #2239 from guilherme-gm/201810-assertion_berserk
MishimaHaruna Oct 7, 2018
baeb7a1
Merge pull request #2253 from Emistry/doc_permission
MishimaHaruna Oct 7, 2018
d2c21b1
Fixed Issue #2177
dastgirp Sep 2, 2018
bfea70b
Merge pull request #2208 from dastgirp/issue/2177
MishimaHaruna Oct 21, 2018
f275d6a
Merge pull request #2252 from Asheraf/pr4
MishimaHaruna Oct 21, 2018
b196e2b
Merge pull request #2182 from guilherme-gm/201808-trapfix
MishimaHaruna Oct 21, 2018
77fb75d
global_configuration.md
linton-dawson Sep 30, 2018
029f0ce
simplify the wording in the global conf documentation
Helianthella Oct 1, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Use skill '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**System specs (please complete the following information):**
- OS: [e.g. windows 10 version 1809, macOS 10.14]
- Hercules Version [e.g. v2018.09.22]
- Mode: [renewal or pre-renewal?]
- Packet version: [e.g. 20101130]
- Client type: [e.g. main, RE, zero, sak, ad]

**Plugins used or source modifications**
If you are using any plugins besides the ones that come bundled with Hercules,
please enumerate them here.

**Additional context**
Add any other context about the problem here. If the bug report is about a
crash, please attach the core/stack-dump or crash-log, if any.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've
considered.

**Additional context**
Add any other context or screenshots about the feature request here.
33 changes: 12 additions & 21 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,28 @@
[//]: # (**********************************)
[//]: # (** Fill in the following fields **)
[//]: # (**********************************)
<!-- Before you continue, please change "base: stable" to "base: master" and
enable the setting "[√] Allow edits from maintainers." when creating your
pull request if you have not already enabled it. -->

[//]: # (Note: Lines beginning with syntax such as this one, are comments and will not be visible in your report!)
<!-- Note: Lines with this <!-- syntax are comments and will not be visible in
your pull request. You can safely ignore or remove them. -->

### Pull Request Prelude

[//]: # (Thank you for working on improving Hercules!)

[//]: # (Please complete these steps and check the following boxes by putting an `x` inside the brackets _before_ filing your Pull Request.)
<!-- Thank you for working on improving Hercules! -->
<!-- Please complete these steps and check the following boxes by putting an `x`
inside the [brackets] before filing your Pull Request. -->

- [ ] I have followed [proper Hercules code styling][code].
- [ ] I have read and understood the [contribution guidelines][cont] before making this PR.
- [ ] I am aware that this PR will be closed if the above-mentioned criteria are not fulfilled.
- [ ] I am aware that this PR may be closed if the above-mentioned criteria are not fulfilled.

### Changes Proposed

[//]: # (Describe at length, the changes that this pull request makes.)

**Affected Branches:**

[//]: # (Master? Slave?)

**Issues addressed:**

[//]: # (Issue Tracker Number if any.)
<!-- Describe the changes that this pull request makes. -->

### Known Issues and TODO List
**Issues addressed:** <!-- Write here the issue number, if any. -->

[//]: # (Insert checklist here)
[//]: # (Syntax: - [ ] Checkbox)

[//]: # (**NOTE** Enable the setting "[√] Allow edits from maintainers." when creating your pull request if you have not already enabled it.)
<!-- You can safely ignore the links below: -->

[cont]: https://github.com/HerculesWS/Hercules/blob/master/CONTRIBUTING.md
[code]: https://github.com/HerculesWS/Hercules/wiki/Coding-Style
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ the weather. For an in-depth explanation, please see /doc/atcommands.txt
The Hercules emulator has a permission system that enables certain groups of
players to perform certain actions, or have access to certain visual
enhancements or in-game activity. To see what permissions are available, they
are detailed in /doc/permissions.txt
are detailed in /doc/permissions.md

### Others
There are more files in the /doc/ directory that will help you to create scripts
Expand Down
3 changes: 2 additions & 1 deletion conf/groups.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Requires 'log_commands' to be enabled in 'conf/logs.conf'.
A group of settings
<permission> : <bool>
If a permission is not included, false is assumed.
For a full list of available permissions, see: doc/permissions.txt
For a full list of available permissions, see: doc/permissions.md

<inherit>
A list of group names that given group will inherit commands and permissions
Expand Down Expand Up @@ -126,6 +126,7 @@ groups: (
go: true
breakguild: true
channel: true
camerainfo: true
}
permissions: {
}
Expand Down
8 changes: 8 additions & 0 deletions conf/map/battle/items.conf
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,11 @@ boarding_halter_speed: 25
// Allow to use items when the storage is open?
// Official: false (Default)
storage_use_item: false

// Minimum item buy price at shop
// Default: 1
min_item_buy_price: 1

// Minimum item sell price at shop
// Default: 0
min_item_sell_price: 0
6 changes: 6 additions & 0 deletions conf/map/battle/skill.conf
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ dancing_weaponswitch_fix: true
// 1: Traps in GvG make player stop moving right when stepping over it.
skill_trap_type: 0

// Trap Reflect
// Whether the damage from traps must be reflected (for example by Reflect Shield or High Orc Card)?
// true: Aegis - traps are reflected
// false: Athena - traps are not reflected
trap_reflect: true

// Max Possible Level of Monster skills
// Note: If your MVPs are too tough, reduce it to 10.
mob_max_skilllvl: 100
Expand Down
3 changes: 2 additions & 1 deletion conf/messages.conf
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@

// Return pet to egg message
451: You can't return your pet because your inventory is full.
//452-497 FREE
452: usage @camerainfo range rotation latitude
//453-497 FREE

// Messages of others (not for GM commands)
// ----------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions db/pre-re/skill_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4299,6 +4299,7 @@ skill_db: (
Element: "Ele_Wind"
DamageType: {
SplashArea: true
SplitDamage: true
IgnoreFlee: true
}
SplashRange: 1
Expand Down Expand Up @@ -4350,6 +4351,7 @@ skill_db: (
Element: "Ele_Fire"
DamageType: {
SplashArea: true
SplitDamage: true
IgnoreFlee: true
}
SplashRange: 2
Expand Down
2 changes: 2 additions & 0 deletions db/re/skill_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4520,6 +4520,7 @@ skill_db: (
Element: "Ele_Wind"
DamageType: {
SplashArea: true
SplitDamage: true
IgnoreFlee: true
}
SplashRange: 1
Expand Down Expand Up @@ -4572,6 +4573,7 @@ skill_db: (
Element: "Ele_Fire"
DamageType: {
SplashArea: true
SplitDamage: true
IgnoreFlee: true
}
SplashRange: 2
Expand Down
6 changes: 6 additions & 0 deletions doc/atcommands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1498,3 +1498,9 @@ Reloads the 'conf/clans.conf' file.
Obs: it will reload 'db/clans.conf' too since it's included inside 'conf/clans.conf'

---------------------------------------

@camerainfo {<range>, <rotation>, <latitude>}

Allow show/hide or change client camera parameters

---------------------------------------
Loading