Cannot create a quest in-gameSolved
I'm running the latest version of oxide/umod latest server build everything updated

7f85a1eb9f5ef539c9559570e757f539.jpg
once you get to this portion where you have to type a number it doesn't do anything also there is no errors in server console
Hi, you need to update Better Chat plugin, cause in Better Chat v 5.1.0 API was updated. The problem is in there "Renamed Text to Message in OnBetterChat hook data". So if you got some related plugins to Better Chat it may cause other problems which should be fixed by updating them (if author keep watching them).
If you dont want all these problems you can manually edit 442 line and change this "string message = dict["Message"].ToString();" back to the old one version "string message = dict["Text"].ToString();"

Merged post

my bad, 439 line
Locked automatically