Advertisement
Guest User

uconomy tutorial

a guest
Feb 25th, 2017
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. Downlaod ZaupShop and Uconomy
  2.  
  3. Put ZaupShop.dll and Uconomy.dll into Server>Rocket>Plugins
  4.  
  5. Go to Server>Rocket
  6.  
  7. Drag "Libraries" from the Uconomy file into the same Place the folder is
  8. Replace all
  9.  
  10. Start Server, you'll get red errors
  11.  
  12. Download MySQL
  13.  
  14. When server is done starting up, shutdown
  15.  
  16. Go to Server>Rocket>Plugins
  17. Uconomy and ZaupShop folders should be there
  18.  
  19. Don't need to change ZaupShop but can config
  20. (CanBuyItems / Vehicles, CanSellItems, QualityCounts)
  21.  
  22. Go to Uconomy's config
  23. Change Username to 'root'
  24. Chhange Password to something simple like 'hi'
  25. Change MoneyName to whatever
  26. InitialBalance is New Player's starting money
  27. Save and exit
  28.  
  29.  
  30. Start MySQL's setup wizard
  31. Next and Agree, pick Typical, instal it
  32. On Config wizard> Detailed, SERVER Machine, Keep everything else the same
  33. Passwords are what you put in Uconomy config's password
  34. Execute, wait for it to finish, Security settings might take awhile
  35.  
  36. Go to HeidiSQL
  37. Hover on Downloads, click Installer, autoinstalls what you need
  38. Open when its done, may take awhile
  39.  
  40.  
  41. If you get a connection error click Skip
  42.  
  43. For setting HeidiSQL just keep clicking next till its done and u get the Session Manager up
  44.  
  45. Click New, change the name to "unturned" (case sensitive)
  46. If you got the Connection Error leave the Hostname/IP as 127.0.0.1
  47. Keep User as root
  48. Password same as Uconomy config
  49. Click Open
  50.  
  51. If 'unturned' contains another unturned, right click it and drop it
  52. Change 'test''s name to 'unturned' (case sensitive)
  53. Close out
  54.  
  55. Open the server again, hopefully no reds
  56. Close it when its done
  57.  
  58. Wait for it to finish starting up
  59.  
  60. If you got the Connection Error on MySQL earlier:
  61. Go to HeidiSQL and change the Hostname/IP from "127.0.0.1" to "localhost"
  62. Exit HeidiSQL
  63.  
  64. Everything should hopefully work
  65. Start the server up, wait for it to finish and type in 'rocket plugins'
  66. If it shows that a part of Uconomy failed or was deactivated something may be conflicting
  67.  
  68.  
  69. To add items to the shop you need to be ingame and with admin
  70. /shop add 67 10
  71. would add Scrap Metal for the price of 10 currency
  72. /shop cost 67 5
  73. would let people sell Scrap Metal to the shop and get 5 currency
  74.  
  75. You have to add every item into the game manually, ingame, through the chat, as an admin
  76.  
  77. To add things like Salary, currency from zombies and megas you need to get ZaupUconomyEssentials
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement