Block a user
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.
pc_ev_usefeat script failure when casting spells or doing other actions
pc_ev_usefeat script failure when casting spells or doing other actions
Transition from new character area to the game world does not work
Starting area dogs are all named Mischief
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…
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…
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