Commit graph

31 commits

Author SHA1 Message Date
devn00b
0394077753 Update 'README.md' 2020-06-08 20:41:56 +00:00
Image
82104537cc Removed old installation instructions
For now the website/wiki should be followed for setting up installation / playing
2020-05-20 17:34:43 -04:00
Image
8b3631d6ad fixed exe names in readme 2020-04-06 12:53:46 -04:00
Image
fa099cc422 Update README.md
Fixed note that mentions creation of login account, this is done automatically when you enter new creds that dont match any existing user
2020-04-06 12:52:21 -04:00
Image
2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing
Fixes #46

EQ2Map support for Check Line of Sight, BestZ
Spells must be cast in line of sight of target
Melee combat (NPC->NPC/Player) must be in line of sight of target

navmesh support for pathfinding
2020-04-05 23:29:43 -04:00
Image
14b081a967 Update README.md 2020-03-28 22:44:47 -04:00
Image
5b902d66e2 Update README.md 2020-03-18 23:55:23 -04:00
Image
5aaa096d6f Update README.md
Note that the account creation option can let you bypass inserting a account to mysql/mariadb
2020-03-18 23:54:56 -04:00
Image
6a06b51c5d SHA512 Implementation **Must reset password on worldservers and accounts**
Fixes #10

LS database:
- md5 no longer used, now use sha2('password',512) instead for mysql/mariadb
- account table passwd expanded to 256 chars
- login_worldservers password field expanded to 256 chars

manual update:

\u eq2ls
alter table account modify column passwd varchar(256) not null default '';
alter table login_worldservers modify column password varchar(256) not null default '';
2020-03-18 23:15:10 -04:00
Image
5caedf4d8c Update README.md
fixed requirement for note to not be null
2020-03-07 23:37:05 -05:00
Image
74107e8302 Update README.md 2020-02-28 10:19:14 -05:00
Image
03d2a57906 Update README.md 2020-02-28 10:18:53 -05:00
Image
00c9f716ea Update README.md 2020-02-28 10:18:29 -05:00
Image
dc3b56babe Update README.md 2020-02-28 10:17:32 -05:00
Image
4bc182acf3 Update README.md 2020-02-28 10:15:44 -05:00
Image
4905d1a410 Update README.md 2020-02-28 10:14:58 -05:00
Image
f1a8acbb08 Update README.md 2020-02-28 10:14:16 -05:00
Image
a45ccaddd9 Update README.md 2020-02-28 10:12:00 -05:00
Image
7e8cb97bd9 Update README.md 2020-02-28 10:11:27 -05:00
Image
d5f34d057a Update README.md 2020-02-28 10:10:25 -05:00
Image
be1f032da7 Update README.md 2020-02-28 10:09:33 -05:00
Image
ac921c263a Update README.md 2020-02-28 09:48:12 -05:00
Image
4347f5d536 Update README.md 2020-02-28 09:47:41 -05:00
Image
e2cc5495e7 Update README.md 2020-02-28 09:47:01 -05:00
Image
3756e5dbfc Update README.md 2020-02-28 09:46:28 -05:00
Image
9b437d6b42 Update README.md 2020-02-28 09:46:08 -05:00
Image
9bbf5241cf Update README.md 2020-02-28 09:44:18 -05:00
Image
7ee236b5d1 Update README.md 2020-02-28 09:42:44 -05:00
Image
00d6a552c1 Update README.md 2020-02-28 09:40:56 -05:00
Image
548007ea96 Base
Starting point..!
2020-02-28 09:17:24 -05:00
devn00b
52e8db513f Initial commit 2020-02-25 04:20:00 +00:00