- Joined
- Dec 2, 2015
- Messages
- 147
- Reaction score
- 10
I do not think adding them as started items is a good idea, also you forgot to add the torch beam XDServer Update
Rocket-Launcher,Sniper Rifle, Grapple, Transporter Beam have now all been added to the starting inventory items. Without a shops and the shop keeper block not being spawn-able yet. Getting a shop-keeper NPC to sell these items is a bit challenging. The only feasible method so far is to allow ordering via a PHP script in the webpage or using a wrapper to allow plugins to requests with in the game for these items (like some other servers). I am not keen on the wrapper since this is still alpha, add-on user code strikes me as adding possibly unstable overhead to an already in-dev game. Next, the allow purchase via the web-page is the most likely course once the webpage becomes more mature.
Another possible solution that might work is figuring out an AI simulation ship with minimal attack/defense that contains a cargo hold with these weapons/items and a few other choice things. Mulling it over since it would necessitate direct server driven involvement into the server-community and that is against part of the principles of EI.
Suggestions on this would be appreciated.
I would say go for a script that takes money from a player and runs a "/give" command on the player who the money was taken from, its an alpha game, but servers like GenXNova do it with no problems