-
Posts
989 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Raul-Sorin Sorban
-
BlackBin give errror after opening bag
Raul-Sorin Sorban replied to Lemo's Support Request in Support
Changed Status from Work in Progress to Can't Reproduce -
- 28 comments
-
- 2
-
-
Version 1.0.3
437 downloads
Ruster.NET Addons is a service that allows plugin developers to create and server owners to upgrade and change Ruster.NET in almost any way possible. This plugin provides API and hook support that gives you access to interactions users make in Ruster.NET, from creating your own DM bots with custom commands, to use all the modular panels Ruster.NET provides for your own purposes. Read documentation here or get Addons on this tag. Features API Access Open / close users' browser Open modals with custom (required) fields Open color picker Get users or a specific user Check if users are admins, moderators, verified, developer or a bot Create your own users with custom profile pictures and user configurations (for bots) Get friends of users Get friend requests Get posts for a specific feed or user Get marketplace or advert posts Get blocked users Send or handle friend requests for an user Pin/unpin posts Like/dislike posts Get feed information, such as feed title, type, owner Create posts and publish them on feeds or users' profiles Get or create conversations between users Send messages to players Mark message status (read/unread), and much more. Hook Access On coupons added or removed On language change On custom nickname update On wallet withdraw On restock On hashtag filter On post created/removed On post viewed/closed On post with audio played/stopped On DM sent, and much more. Type Examples Feed Post Marketplace Listing Story Coupon Transaction User Gif Flipbook Modal Field Licensed Item Gift Card User Configuration User Notification Conversation Direct Message Emoji Friend Request Hashtag Business Card Bot Bot Command Check the documentation for more in-depth examples and what you can do so far in Ruster.NET and Ruster.NET Addons.Free-
- 1
-
-
- #rust
- #ruster.net
-
(and 7 more)
Tagged with:
-
The curse of the Pyramid stirs influencers' attention. Get "Seven Wonders" on Codefling now! Synopsis Years ago, national news are on a rampage by the loss of the explorers that have been missing for decades in the Pyramid. Modern day generation brings two influencers motivated by internet clout and sponsorships to make it in the news, doing the unthinkable. Pay attention to the details & easter-eggs. Credits Video by Raul-Sorin Sorban. Map by @Niko. Thanks to @David for starring in the video. Shots
-
Yes. Most likely.
-
BlackBin give errror after opening bag
Raul-Sorin Sorban replied to Lemo's Support Request in Support
Please double-check if the item shortname for that lootable's contents is correctly set and it exists. Use this to check. -
Do you have ImageLibrary installed?
-
- 28 comments
-
- 1
-
-
Credits Video by Raul-Sorin Sorban. Prefab by Electrik.
-
[Error] Failed to call hook 'OnPlayerInput' on plugin 'StaticLootables v2.0.15'
Raul-Sorin Sorban replied to TOP-ic's Support Request in Support
Changed Status from Work in Progress to Closed -
[Error] Failed to call hook 'OnPlayerInput' on plugin 'StaticLootables v2.0.15'
Raul-Sorin Sorban replied to TOP-ic's Support Request in Support
That's a bit hard to reproduce, but I'll have a look and will double check so no errors will be thrown. -
BlackBin give errror after opening bag
Raul-Sorin Sorban replied to Lemo's Support Request in Support
Changed Status from Pending to Work in Progress -
BlackBin give errror after opening bag
Raul-Sorin Sorban replied to Lemo's Support Request in Support
Did you modify the config? -
[Error] Failed to call hook 'OnPlayerInput' on plugin 'StaticLootables v2.0.15'
Raul-Sorin Sorban replied to TOP-ic's Support Request in Support
Changed Status from Pending to Work in Progress -
[Error] Failed to call hook 'OnPlayerInput' on plugin 'StaticLootables v2.0.15'
Raul-Sorin Sorban replied to TOP-ic's Support Request in Support
Can you please give me some more info of when this occurs? Do players interact with a certain container that triggers this? -
I've already tested Nexus out and it's ready to go and 100% seamless. It does actually change the server for you and as soon as you're fully connected, you'll be spawned in the event you left the other server from. At the moment you have to manually input the IP and port to connect to the server you've been sent to. As I am not able to automatically type out or execute the connect command for you as of now, you gotta do it yourself. Once you've connected you'll be on the same spot on the Cargo Ship / CH47 where you left of, but on the other server, arriving to the pod where it's going to land with your inventories as you previously had on the other server.
-
No, as stated in the description, until Nexus is not implemented (which will come out soon), the connection is manual as of now.
-
By the way, you're not supposed to be at the center of the cargo ship to transfer, as shown in the description, you have to be here:
-
Working on it as we speak.
-
SkinId and RandomSkins are different. SkinId is just 1 skin (e.g "SkinId": 123456789), RandomSkins is a list of skins (e.g "RandomSkins": [ 12345, 67890, 12342 ]). You must enable UseRandomSkins for RandomSkins to be used for the skin randomisation. Disabling it (which is the default) will only use the one skin, which is SkinId. To get the updated config properties, please install latest StaticLootables version then run save in your console. Open the config file up, and you should find 2 new properties for each content definition. (UseRandomSkins and RandomSkins) Hope this helped.