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

[Feature] Mechanics from12.72 #143

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
31dcbcf
Add support for 12.72 tibia protocol
dudantas Oct 17, 2021
8120650
Remove unused code and improve perfect shoot range
dudantas Oct 17, 2021
65db4a1
Remove unused byte
dudantas Oct 17, 2021
7b0aa72
Add items.otb for 12.72
dudantas Oct 18, 2021
d0a8439
Add creature icons
dudantas Oct 18, 2021
620bfdf
Refacor items modifiers code
dudantas Oct 18, 2021
207bc7c
Remove writeToOutputBuffer
dudantas Oct 18, 2021
fdf84f6
Register missing items
dudantas Oct 23, 2021
db8abea
Merge branch 'master' into protocol-12.72
dudantas Oct 27, 2021
7217421
12.72 with mechanic
dudantas Oct 27, 2021
e7751bb
Fix attribute name
dudantas Oct 29, 2021
078a9ed
Fix items.xml
dudantas Oct 29, 2021
18be1c3
Register new weapons
dudantas Oct 29, 2021
e233259
Fix somes wrong items.xml tags
dudantas Oct 29, 2021
228f72c
Register movements
dudantas Oct 29, 2021
1a01fe1
Fix bug in the reflectDamage description and set from "reflectMelee" …
dudantas Oct 29, 2021
2ee03fb
Remove whitespaces
dudantas Oct 29, 2021
5014b28
Fix tags bug and wrong id
dudantas Oct 29, 2021
a68a47b
Fix market description items bug
dudantas Oct 29, 2021
50be5ed
Change protocol version for 12.72 in config.lua.dist
dudantas Nov 3, 2021
e292b79
Fix value of range and hit chance
dudantas Nov 4, 2021
943f557
Add missing bytes from sendMarketDetail
dudantas Nov 24, 2021
a907bc4
Fix int size
dudantas Nov 24, 2021
c1ab9ba
Reworked some mechanics
hyresu Nov 25, 2021
7e7f692
COMBAT_NONE crash fix & crash on combat without attacker
hyresu Nov 25, 2021
59acb0e
Fix duplicate "(" for cleave damage in server log
hyresu Nov 25, 2021
4bb82ec
Fix for compiling
hyresu Nov 25, 2021
0c50b5b
Fix for compiling 2
hyresu Nov 25, 2021
09e86e2
Using charges on apply and charm parry moved & fixed minor details
hyresu Nov 25, 2021
9bc0f4b
Update weapons.cpp
hyresu Nov 25, 2021
d5e813d
Fix increase working as resist
hyresu Nov 26, 2021
2427e7b
Yup, another fix
hyresu Nov 26, 2021
5b59b89
Fix damage calculation
hyresu Nov 27, 2021
21cdfb9
Merge branch 'master' into protocol-12.72
dudantas Dec 6, 2021
6ee4e92
Somes fixes on item parse
dudantas Dec 6, 2021
92493d5
Fix function names
dudantas Dec 6, 2021
1bf8b8b
Update item_parse.hpp
hyresu Dec 7, 2021
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
4 changes: 2 additions & 2 deletions config.lua.dist
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ maxItem = 2000
maxContainer = 100

-- Version
clientVersion = 1264
clientVersionStr = "12.64"
clientVersion = 1272
clientVersionStr = "12.72"

-- Depot Limit
freeDepotLimit = 2000
Expand Down
Binary file modified data/items/items.otb
Binary file not shown.
Loading