94 Commits

Author SHA1 Message Date
ErikasKontenis
94fe927abc Revert "860-870 client support drafts"
This reverts commit 9671a5cce7ffb397aabf56561c7827b0320e827c.
2020-07-26 13:25:00 +03:00
ErikasKontenis
9671a5cce7 860-870 client support drafts 2020-07-26 13:23:05 +03:00
ErikasKontenis
fdc71b8b1d introduce buying runes/potions via bp in all selling npcs 2020-05-14 23:50:19 +03:00
ErikasKontenis
8f1e40f0bc share party tasks only when shared is active. Also remove pz limit in sources to active share party 2020-05-14 14:19:21 +03:00
ErikasKontenis
5e979da462 increase paladin and knight damage 2020-05-07 23:23:22 +03:00
ErikasKontenis
651ca9e075 increase melee damage by 15% for paladins and 20% for knights 2020-05-07 16:55:49 +03:00
ErikasKontenis
8271185cba make monsters spawning time more random which will increase the spawn rate 2020-05-07 15:14:48 +03:00
ErikasKontenis
c724a3071a base the tasker npcs exp reward by specific formula based on player stages 2020-04-30 21:30:52 +03:00
ErikasKontenis
869e101428 remove regex aleta sio because of crash bug: https://github.com/otland/forgottenserver/pull/2965 2020-04-27 17:27:24 +03:00
ErikasKontenis
24a3e9b18c introduce extra melee attack for walking monsters to prevent 'kite' 2020-04-27 17:15:19 +03:00
ErikasKontenis
3b4dcabfea fix broken amulet infinity charges when bought from npc because the data was set to -1 while createItem accepts only unsigned ints 2020-03-31 12:10:19 +03:00
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