83 Commits

Author SHA1 Message Date
ErikasKontenis
d9686f1d07 temporary fix for poison condition to not apply when poof or armor hit however it should apply when armor hit 2020-03-15 18:59:57 +02:00
ErikasKontenis
fa636a5f99 Revert "fix poison condition to be applied from poison monsters only when you can't block it porperly"
This reverts commit dca9e61345cc16b7d31117da0049ad8ea7e92ac9.
2020-03-13 21:52:32 +02:00
ErikasKontenis
5a007594d5 Revert "remove unused var"
This reverts commit f8de994f4b53619c38abe0578240d2a4ca96877d.
2020-03-13 21:52:26 +02:00
ErikasKontenis
f8de994f4b remove unused var 2020-03-11 14:09:11 +02:00
ErikasKontenis
dca9e61345 fix poison condition to be applied from poison monsters only when you can't block it porperly 2020-03-11 14:03:50 +02:00
ErikasKontenis
d920babe81 finish 7.92 items 2020-03-06 18:35:10 +02:00
ErikasKontenis
6624800f1c fix npcs to make ClientVersion statements 2020-03-04 21:17:00 +02:00
ErikasKontenis
d8c1eed4f0 move map and items to separate client specific folders 2020-03-03 17:42:19 +02:00
ErikasKontenis
6b76e8db9f finish quest log and fix bug that expiring storage does not fit in int32 so changed to store time in minutes instead of ms 2020-03-01 15:26:02 +02:00
ErikasKontenis
6af8bd2d2e finish quest log for postman missions 2020-02-27 21:09:22 +02:00
ErikasKontenis
24f95d7094 fix runeFunction 2020-02-17 20:35:22 +02:00
ErikasKontenis
a3cb7f6d32 cmake quests add 2020-02-17 19:53:51 +02:00
ErikasKontenis
5f252eb434 introduce distanceWeaponsDropOnGround config 2020-02-17 18:54:49 +02:00
ErikasKontenis
a27910e47c give bag on player death if 790 2020-02-16 19:43:42 +02:00
ErikasKontenis
096887b4d9 introduce 7.90 writeable documents written date 2020-02-13 19:56:50 +02:00
ErikasKontenis
871013018e first implementation of quest log need to review everything 2020-02-11 21:03:54 +02:00
ErikasKontenis
abed251a30 introduce new walking ticks when creature has to move but doesnt have anything to follow 2020-02-10 20:16:58 +02:00
ErikasKontenis
0cd1af211e introduce multiple client version support in config.lua and NPCs 2020-02-08 19:22:56 +02:00
ErikasKontenis
ff7636b945 log exception 2020-02-07 22:58:36 +02:00
ErikasKontenis
2b877cd03c fix crash bug on decrypt with invalid rsa on the client side 2020-01-29 18:19:01 +02:00
ErikasKontenis
d506b1c89a increase loot rate and spawn rate 2020-01-25 19:45:40 +02:00
ErikasKontenis
aa779bbdd9 fix houses to be buyable by website only and rent would be taken from player balance 2020-01-23 21:02:43 +02:00
ErikasKontenis
ad7a761167 introduce bank account system 2020-01-22 21:08:22 +02:00
ErikasKontenis
00efade0a1 fix invisible monsters shooting with target use 2020-01-19 20:15:01 +02:00
ErikasKontenis
0c1ea233bc party share text to type !share when inviting people 2020-01-19 19:46:21 +02:00
ErikasKontenis
80a7d99866 fix rune charges display when using hotkey. Add minimap scan talkaction. Add znoteshop talkaction. 2020-01-19 14:18:08 +02:00
ErikasKontenis
7db3b3fc1f fix issue that spell runes are no longer comulative 2020-01-13 22:11:17 +02:00
ErikasKontenis
3eaee10d1e fix vial issue to count properly when using on hotkey 2020-01-12 20:00:49 +02:00
ErikasKontenis
858a27acc8 allow ctrl+z for everyone. Fix issue with runes charges and capacity. 2020-01-11 19:24:44 +02:00
ErikasKontenis
03b55b4c13 set min client 780 and close server on startup also fix stages for beta 2020-01-07 20:12:52 +02:00
ErikasKontenis
5260e41d84 linux server in production now online 2020-01-05 19:33:21 +02:00
ErikasKontenis
b147aa2590 few fixes for <luajit/lua.hpp> and config.lua 2020-01-05 18:00:38 +02:00
ErikasKontenis
37d8a76f06 done with most important files comparison 2020-01-02 23:20:10 +02:00
ErikasKontenis
447b858551 Revert "commit newest tfs branch only for compare"
This reverts commit 1f7dcd73477eae559e0f5915aece1388a54d0b76.
2020-01-02 19:40:35 +02:00
ErikasKontenis
1f7dcd7347 commit newest tfs branch only for compare 2020-01-02 19:39:21 +02:00
ErikasKontenis
2735c32651 implement player rooking 2019-12-30 18:46:57 +02:00
ErikasKontenis
c46ab0d012 fix issue if monster is immunte to element then do not apply condition effects:
https://github.com/TwistedScorpio/Nostalrius/issues/21
2019-12-29 21:20:03 +02:00
ErikasKontenis
b0f1fd5239 fix onReceiveMail notification:
https://github.com/TwistedScorpio/Nostalrius/issues/53
2019-12-29 20:24:02 +02:00
ErikasKontenis
6f68b770cf implement please bring me to [city] functionality 2019-12-29 16:47:31 +02:00
ErikasKontenis
d9d6bc5819 fix crash on doMonsterSay 2019-12-29 11:03:26 +02:00
ErikasKontenis
585a6e76ff fix issue when addons are not saved after relog 2019-12-14 13:14:24 +02:00
ErikasKontenis
99b231124e finish nargor island quest 2019-12-13 16:58:01 +02:00
ErikasKontenis
68a58ae041 implement creature hiddenHealth 2019-12-12 17:41:44 +02:00
ErikasKontenis
dd0b032c9f finish rookgard addon quests and fix stages for rookslayers 2019-12-11 12:24:42 +02:00
ErikasKontenis
c99f5c5e45 finish npcs 2019-12-10 16:16:58 +02:00
ErikasKontenis
9eca23b2e1 implement absorbDrown damage properly on items 2019-12-05 17:15:19 +02:00
ErikasKontenis
6fff6a868a proper drowning implementation 2019-12-05 14:40:09 +02:00
ErikasKontenis
4a87cd754c introduce drowning condition, fix monsters to use uniform random, fix poison field on walk instant damage hit, need to check how drowning works and remove damage only when player is idle for 4s 2019-12-04 22:00:18 +02:00
ErikasKontenis
a28bfd7171 little introduce drown and fix some monsters 2019-12-04 15:48:47 +02:00
ErikasKontenis
b697524b3c fix few new 781 items, liberty bay depot tile, npc addon looktype 2019-11-26 20:11:52 +02:00