djayk1
8fccc1eb63
Little fix
2014-06-29 11:25:01 -03:00
djayk1
10438c21ff
Update game.cpp
2014-06-23 12:20:12 -03:00
djayk1
ec99d35cee
Update game.cpp
2014-06-23 12:19:12 -03:00
djayk1
cc483fba5a
Update game.cpp
2014-06-23 12:04:30 -03:00
djayk1
468ac9cbd2
Update game.cpp
2014-06-23 11:38:15 -03:00
BenDol
2df51622ba
Some improvements to some things.
2014-06-02 10:04:56 +12:00
BenDol
65d556ef4e
Fixed issue with isAttacking and isFollowing on older protocols.
...
Some protocols don't send a cancel attack/follow packet to the client when a creature dies.
2014-04-20 04:36:52 +12:00
BenDol
547b18db9a
Update copyright for 2014
2014-04-01 18:36:42 +13:00
Sam
a58a3e90c8
Implement purse slot ( closes #208 ), add version 10.37 (could not find protocol changes)
2014-03-12 15:46:35 +01:00
Sam
8d8f32b081
Partial 10.36 support, also fix #499
2014-03-12 06:39:20 +01:00
Faith2531
b6d8ede854
Update game.cpp
...
changed max supported protocol to 10.35
2014-03-03 11:50:47 +01:00
conde2
d080432e14
Support for newer versions and light draw fix
...
Avoid drawing light under covered tiles.
2014-02-24 15:33:29 -03:00
Sam
48ff67dc06
Fix useWith issue
2014-01-25 22:14:01 +01:00
Sam
4f4788c1c3
Fix WritableDate to correct version (at least I hope so), fixes #446
2014-01-21 23:13:07 +01:00
Sam
3750a85c5f
Fix for version 8.40
2014-01-17 22:41:58 +01:00
Sam
20b68c6a42
Vip functionality, closes #83
2014-01-14 23:15:01 +01:00
Sam
6db2458c1d
Adding 10.31 to version list
2014-01-01 15:47:51 +01:00
Sam
17c4d59b15
Enabling versions 7.8 to 8.0
2013-12-26 23:20:34 +01:00
Sam
da959aca28
Support for protocol 7.7/7.72 / Tiny fix
2013-12-26 21:31:55 +01:00
Sam
27db78567b
Fix writables in 7.6, fixes #416
2013-12-25 15:11:12 +01:00
Sam
99500c9c91
Protocol 8.40-.42 fixes, closes #272
2013-12-04 16:02:51 +01:00
Sam
ec012cb137
Fix 7.6 protocol issue / Typo
2013-11-19 01:09:31 +01:00
Sam
69ae324676
Tiny setPVPMode fix
2013-11-19 00:55:42 +01:00
Sam
4d656f8bd1
New pvp modes to combat controls
2013-11-19 00:50:00 +01:00
Sam
4f9f04206d
Added enter / escape button to minimap flag window
2013-11-18 20:57:50 +01:00
Sam
fc54a6e418
Full modal dialog functionality
2013-11-18 18:58:15 +01:00
Ahmed Samy
1711d8bdaf
Revert "replace all std::min/std::max with just min/max"
...
This reverts commit 28d967cccea6d3b9b639740f41478338b22cecdb.
2013-11-13 23:53:54 +02:00
Ahmed Samy
28d967ccce
replace all std::min/std::max with just min/max
...
This errors out in MSVC since the inclusion of winsock2.h, CL uses the
macro not the template version.
2013-11-13 23:48:10 +02:00
Eduardo Bart
9d689f0c43
Add missing changes for protocol > 1000
2013-11-10 23:31:59 -02:00
BrunoDCC
c81a623c43
Fixes for creatures name
...
fixes on save houses (Now open most generate some error)
First 10.22 commit (open dat to edit)
Add server id for new versions
2013-11-09 20:04:48 -02:00
Joao Pasqualini Costa
7290ec3334
Some work on container pagination
...
Bind lua functions for containers
Update onAddItem now it have the pagination slot
Note: getSize as i see is equal to getItemsCount, but not sure thats why
I've added !
2013-10-20 20:21:20 -02:00
Joao Pasqualini Costa
971d90a596
Fix protocol error #362
...
TODO:
Handle the helpers in LUA, it could be added into Battle Window i think,
if someone know where should this be comment here !
2013-10-20 18:31:20 -02:00
Sam
241b54262a
Updated lua consts
2013-10-20 17:15:24 +02:00
Sam
4adfafc67e
Fix for Client 8.5
2013-10-07 21:32:13 +02:00
Sam
5843b78e87
Support for client version 7.6
...
Tell me if there are parts which I should change.
- Not everything is tested yet, feel free to report bugs in 7.6
- the data send in between login opcode and account data might not be
correct, but I could not find any documents showing the right protocol
yet
- Hotkeys working
2013-10-04 04:09:54 +02:00
Mark Samman
4a04a18835
Fix login with 9.83-10.10
...
This only adds protocol compatibility, the features aren't actually
implemented yet
2013-07-28 07:05:46 +02:00
Eduardo Bart
a71e07f063
Restore walk optimization
2013-03-14 00:16:57 -03:00
Eduardo Bart
e9e4dcd71b
Improve walk when lagging
2013-03-13 20:55:20 -03:00
Eduardo Bart
62921dee9b
Fixes in options, hotkeys and viplist
2013-03-02 17:01:52 -03:00
BeniS
5f26303389
Added latest protocol/client support for cipservers
2013-02-28 04:38:48 +13:00
BeniS
0bf909d52f
Fix #283 and more:
...
* Might have fixed death window issue but not confirmed
* Stop hotkey window from display while offline
* Moved some required features to >= 840 if statement
(protocol 840/842 arent supported in otclient yet)
2013-02-28 01:01:51 +13:00
Eduardo Bart
d0576da69d
Implement dash walking and zoom out again
2013-02-26 16:37:02 -03:00
Eduardo Bart
06e2b6eca2
Platform fixes and rework ping
2013-02-24 22:16:45 -03:00
BeniS
e7012031eb
Fix auto walking bug
2013-02-01 12:46:44 +13:00
Eduardo Bart
654f71e75f
Fix autowalk sometimes not being canceled
2013-01-31 00:50:20 -02:00
Henrique Santiago
60986eb80f
Minimap fix and remove option
2013-01-29 18:36:27 -02:00
Eduardo Bart
80a7ecb3a4
Speed up compilation time for luafunctions
...
* Other compile fixes for gcc
2013-01-29 15:27:59 -02:00
Eduardo Bart
b7eef97239
Add flexibility in login packets
...
* It's now possible to add custom data in the login packet
* Add utility funciton to generate RSA keys
* Make the protocol able to use RSA keys with 2048 bits or more
2013-01-28 20:52:03 -02:00
Eduardo Bart
9aca1644e6
Implement rule violations, closes #218
2013-01-27 07:54:50 -02:00
Eduardo Bart
90f1244ab4
Fix #194
2013-01-25 18:28:44 -02:00