• Joined on 2023-11-22
kalen pushed to master at public/issues 2025-07-02 21:04:26 +00:00
a3ae8ca13e Upload files to "assets"
kalen pushed to master at public/issues 2025-07-02 21:04:12 +00:00
58df91b1d3 Delete assets/login_screen.png/login_screen.png
kalen pushed to master at public/issues 2025-07-02 21:04:07 +00:00
972ce94b10 Delete assets/login_screen2.png/login_screen2.png
kalen pushed to master at public/issues 2025-07-02 21:04:00 +00:00
a5fab4f539 Delete assets/login_screen1.png/login_screen.png
kalen pushed to master at public/issues 2025-07-02 21:03:33 +00:00
d700639c77 Upload screenshot
kalen pushed to master at public/issues 2025-07-02 21:02:58 +00:00
e89c1f559e Upload files to "assets/login_screen2.png"
kalen pushed to master at public/issues 2025-07-02 20:59:15 +00:00
557785a1d9 Upload files to "assets/login_screen.png"
kalen pushed to master at public/issues 2025-07-02 20:50:07 +00:00
a1a03c63dd Update ISSUE_TEMPLATE.yml
kalen pushed to master at public/issues 2025-07-02 20:47:40 +00:00
35ef4e2fe5 Update ISSUE_TEMPLATE.yml
kalen pushed to master at public/issues 2025-07-02 20:47:09 +00:00
7e3bc52153 Update ISSUE_TEMPLATE.md
kalen commented on issue public/issues#31 2025-07-02 05:35:03 +00:00
pc_ev_usefeat script failure when casting spells or doing other actions

Removed extra semi colon after an include:

#include "inc_varevents" #include "pc_inc_pvp";

Recompiled the script. Also removed it on the prod server.

kalen closed issue public/issues#31 2025-07-02 05:35:03 +00:00
pc_ev_usefeat script failure when casting spells or doing other actions
kalen opened issue public/issues#31 2025-07-02 05:33:31 +00:00
pc_ev_usefeat script failure when casting spells or doing other actions
kalen opened issue public/issues#30 2025-07-02 05:26:18 +00:00
Transition from new character area to the game world does not work
kalen opened issue public/issues#29 2025-07-02 05:24:05 +00:00
Starting area dogs are all named Mischief
kalen commented on issue public/issues#26 2025-07-02 01:25:10 +00:00
Store Markup/Down not implemented

Implemented in ef833d6

void SetStoreSellMarkUp(object oStore, int nMarkUp); int GetStoreSellMarkUp(object oStore); void SetStoreBuyMarkDown(object oStore, int nMarkDown); void SetStoreBuyStol…

kalen closed issue public/issues#26 2025-07-02 01:25:10 +00:00
Store Markup/Down not implemented
kalen commented on issue public/issues#25 2025-07-02 01:06:42 +00:00
LocationToJSON Stack Underflow Error

Added the missing NWScript functions in 179b36e

string StringToJSON(string s); string StringFromJSON(string sJSON); string VectorToJSON(vector v); vector VectorFromJSON(string sJSON); string…

kalen closed issue public/issues#25 2025-07-02 01:06:42 +00:00
LocationToJSON Stack Underflow Error
kalen commented on issue public/issues#28 2025-07-02 00:06:11 +00:00
Not all dynamic texts are shown on the website

Issue is potentially resolved with 7846e29

May need further testing and a database refresh before we can confirm if its really resolved