Jump to content

Worldofjimmy

Members
  • Posts

    160
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Worldofjimmy

  1. Hello, To make ranged heroes you can make a class specific for ranged weapons/items and set requirement to that class. For projectiles I have used this guide
  2. Is this what you mean? @Dashplant maybe know how to do this
  3. Oh I understand, Thanks! I'll wait for the API You can close this thread
  4. How do I access the sqlite online? Never used sqlite for node.js application before...
  5. Hello, Is there any specific pro and con for having game world on mysql? I have noticed some decrease in performance(lag) in game. Can that be internet speed problem?
  6. Thank you jcsnider for explanation of encryption of password mysql. I managed to create the login logic for my Node.JS web application. Now I'm trying to figure out the sign up logic. How is the Id for new accounts produced? Is there any formula? I can see that pattern is 8 characters + dash + 4 characters + dash + 4 characters + dash + 4 characters + dash + 12 characters = 36 characters 02a7eeee-1690-4655-80df-0e85997b39ce 08d68361-e3f6-7d0e-ec60-a7f51dcc60c5 25d7cd34-ccb2-4940-a1ff-e0de09b0ad46 904867dc-54ab-40c2-a5e5-7b5503168e85 ae77bfb0-e049-4bf3-b810-ffcdf59dae8f If I do not follow this kind of pattern, would the new accounts be unaccessible in the game? Link is my login logic (sorry for poor code, this is learn by doing) login.logic.rtf
  7. Im building a Node.JS web application and trying to fix the login authentication. Currently looking at the mysql database and can see SALT and Password. How is the password being hashed? Password+Salt?
×
×
  • Create New...