Jump to content

seethingword

Members
  • Posts

    73
  • Joined

  • Last visited

Everything posted by seethingword

  1. Do i have to rebuild after patching
  2. let me try again
  3. Is there a way to allow players to add symbols into their username? Also the ability to make the username longer than 20
  4. I applied and updated client and server to dev and applied the 3 patches. (Not the ZIP) and directional movement is not working
  5. Ok so am i able to instead of check for player name, check for account name? to where all characters on an account can get the variable?
  6. I figured it out
  7. I dont understand the part \gv{trigger} Do I put it in like that or is trigger supposed to be replaced with the player name?
  8. Is it possible to give a variable on login if player name matches a specific name set by me in a variable?
  9. This is a mega thread for my questions. if this isnt allowed, please tell me and i will make separate threads for them
  10. Also, Is there any way to add a new slot into the menu bar in the bottom right? (See Picture) Already got the spot open, just need to add the icon box, the icon picture, and for it to work XD
  11. Also is there a way to blacklist words inside of chat? Like anytime someone says "Fun" it gets removed. and i can set the words not allowed
  12. Inside of Client>Resources>config.json There is an option called Intro Images { "GameFont": "sourcesansproblack", "EntityNameFont": "sourcesansproblack", "ChatBubbleFont": "sourcesansproblack", "ActionMsgFont": "sourcesansproblack", "UIFont": "sourcesanspro,8", "ChatLines": 100, "MenuMusic": "RPG-Theme_v001_Looping.ogg", "MenuBackground": "background.png", "IntroImages": [] } Can anyone tell me what that is, and how to use it? (Yes I know the host ip is gone)
  13. after putting in the bearer token, it still does a 500 error
  14. I literally just got that message what does it mean?
  15. wait i had it as aouth not oauth
  16. Instead of bad request, it gives me 404 not found after switching
  17. { "RouteAuthorization": {}, "Hosts": [ "http://localhost:5401" ], "Cors": [], "DataProtectionKey": "~~~~~~~~~~", "Enabled": true, "DebugMode": false, "SeedMode": false, "RefreshTokenLifetime": 15, "ThrottlePolicy": { "IpThrottling": true, "IpWhitelist": [], "IpRules": {}, "ClientThrottling": true, "ClientWhitelist": [], "ClientRules": { "test": { "PerSecond": 1, "PerMinute": 10, "PerHour": 0, "PerDay": 0, "PerWeek": 0 } }, "EndpointThrottling": true, "EndpointWhitelist": [], "EndpointRules": { "/api/oauth/token": { "PerSecond": 1, "PerMinute": 5, "PerHour": 0, "PerDay": 0, "PerWeek": 0 } }, "StackBlockedRequests": true, "Rates": { "Second": 1, "Minute": 60 } }, "FallbackClientKey": "test", "RequestLogLevel": 128 } I also set the api port to 5401 so it would lauch. got a port conflict with 5400
  18. Hi for some reason when i try to connect to the api of the server running on a gcloud VM, it wont let me do anything. It keeps coming back with the same message like i cant even see the server at all. (Look at pictures) If someone could help me at all that would be great. Btw im trying to access the api from a different machine than the one hosting it.
×
×
  • Create New...