Sezrekan Posted February 8, 2019 Share Posted February 8, 2019 I'd like be to able to change the spawn on items of greater value to players to be longer (i.e. a ruby vs a coin). The only options I see though are for which item and the quantity. Any ideas on how to do this? Link to comment Share on other sites More sharing options...
1 Ainz Ooal Gown Posted February 8, 2019 Share Posted February 8, 2019 9 minutes ago, Sezrekan said:  Yes.  Not possible at the moment, All spawned map items are set by a single value in the config.  However the best way to get around this if you want separate times on different spawned items is just to create them as a resource or event. So have the resource image the item you want and the exhausted image as blank. Set the respawn time to what you want Set health of the resource as 1 Have the resource drop the item. Another way is to do this via events (multiple ways) one way is (not tested, just off top of head as at work atm): Have an event as a player touch Give player Item X Wait 60000ms (60secs) Exit Event process If you want the item to be obtained one per player, then add a player switch to trigger when the player receives item to toggle on/off.  The engine is very powerful in a sense that you can get around things using events / resources and such. Just need to explorer the engine more and see what is possible Sezrekan 1 Link to comment Share on other sites More sharing options...
0 Ainz Ooal Gown Posted February 8, 2019 Share Posted February 8, 2019 14 minutes ago, Sezrekan said: I'd like be to able to change the spawn on items of greater value to players to be longer (i.e. a ruby vs a coin). The only options I see though are for which item and the quantity. Any ideas on how to do this?  What do you mean?  Like a player has 100 silver which is equal to 1 gold and wishes to convert silver in to gold? Link to comment Share on other sites More sharing options...
0 Sezrekan Posted February 8, 2019 Author Share Posted February 8, 2019 I mean I'd like for the respawn time on a ruby to be 6,000 ms and 1 coin to be 60 ms. Link to comment Share on other sites More sharing options...
0 Ainz Ooal Gown Posted February 8, 2019 Share Posted February 8, 2019 8 minutes ago, Sezrekan said: I mean I'd like for the respawn time on a ruby to be 6,000 ms and 1 coin to be 60 ms.  Are you talking about "Map Spawned Items"? Link to comment Share on other sites More sharing options...
0 Sezrekan Posted February 8, 2019 Author Share Posted February 8, 2019 2 minutes ago, Ainz Ooal Gown said: Â Are you talking about "Map Spawned Items"? Â Yes. Link to comment Share on other sites More sharing options...
0 Sezrekan Posted February 8, 2019 Author Share Posted February 8, 2019 That seems to do the trick, thanks! Is there a way to use items as the icon that players see on the map? The only graphic options I see are tileset and sprite. Link to comment Share on other sites More sharing options...
0 Ainz Ooal Gown Posted February 8, 2019 Share Posted February 8, 2019 1 hour ago, Sezrekan said: That seems to do the trick, thanks! Is there a way to use items as the icon that players see on the map? The only graphic options I see are tileset and sprite. Â Put your items in a tilesheet and add them to your tileset folder. Easiest way Link to comment Share on other sites More sharing options...
Question
Sezrekan
I'd like be to able to change the spawn on items of greater value to players to be longer (i.e. a ruby vs a coin). The only options I see though are for which item and the quantity. Any ideas on how to do this?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now