Jump to content

Scalbox

Creator
  • Posts

    794
  • Joined

  • Last visited

Everything posted by Scalbox

  1. I confirm that this problem still persists... In fact I will soon remove this plugin, which is only causing me problems and the seller does not care to find the cause! I told him that it happens randomly, when some bases have metal and HQ pieces, and then you try to upgrade the base to HQ from the TC, the whole base becomes in twig. I can't have clips since it happens randomly and the players do not make clips! I will put 1 setella only because I can't put 0 stars as a review!
  2. Scalbox

    Role Permission

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  3. Scalbox

    Role Permission

    Hi Language support will be added soon permissions cannot be changed at the moment, they are the 4 basic groups available, but this is also a change that will be made soon, to allow you to create all the permissions you want and with different names
  4. Changed Status from Pending to Not a Bug
  5. Scalbox

    Headlight

    My key bind bind KEY ~meta.exec "headlight off" "headlight on"; meta.exec "headlight off"
  6. The plugin does not currently support auto-lock, but as you can read in the notice on the plugin page, auto-lock will be implemented soon. Send me your configuration to understand if everything is correct, you must enable entities also in the configuration file
  7. Scalbox

    Get Free PlaceAnything

    hi I bought craftmenu a while ago and now looking at the various plugins I read this I can get PlaceAnything for free, what do I have to do to get it? Thanks
  8. Scalbox

    Add items

    Changed Status from Pending to Closed Changed Fixed In to 0.9.910
  9. Scalbox

    Add items

    Plugin updated 1) Added new lockable entities: Chinese Lantern, Chinese Lantern White, Tuna Can Lamp, Lantern, Camp Fire, Cursed Cauldron, Skull Fire Pit, Jack O Lantern Angry, Jack O Lantern Happy
  10. Scalbox

    Add items

    Hi yes I can add them, I will do an update between today or tomorrow
  11. Hi can you make an update to the plugin to allow this. I will release an update as soon as possible. I also take this opportunity to inform you and other people, that soon the plugin will also support automatic sharing of turret autorization with clan/team members. You can enable or disable this configuration in the plugin configuration
  12. 1.4.2 With the latest version I haven't had the chance to see if it still gives problems.
  13. Scalbox

    Headlight

    20% from bullet and arrow
  14. Scalbox

    Headlight

    I tried to remove the miner hat protection, but I didn't find a solution
  15. Scalbox

    Headlight

    I can't scaleall, I have to remove the protection only from the head and not from the whole body. The other possibility is to use baseprotection and decrease the damageType for Arrow and Bullet player.baseProtection.amounts[(int)DamageType.Arrow] = NEW VALUE; player.baseProtection.amounts[(int)DamageType.Bullet] = NEW VALUE;
  16. Scalbox

    Headlight

    Hi, I found and fixed a very serious bug. If you wear miner hat together with the Eavy Plate Helmet, the head protection reaches 110%. So I created this code that solves the problem. Basically it checks that you have the light on your head and if you receive blows to the head, it decreases the damage by 20% (miner hat protects 20% from head damage). It also simulates the effect of the heatshot, since being 110% protection, you don't even feel the effect of the heatshot. Here is the code I added to the plugin. private void OnEntityTakeDamage(BasePlayer player, HitInfo info) { if (player == null || player.IsDead() || player.IsNpc || info.Initiator == null) return; if (player.inventory.containerWear.capacity <= 8) return; //Remove miner hat head protection var item = player.inventory.containerWear.GetSlot(8); if (info.boneArea == HitArea.Head && item.skin == SKINID) { var healthToRemove = info.damageTypes.Total() * 1.20f - info.damageTypes.Total(); player.Hurt(healthToRemove); Effect.server.Run("assets/bundled/prefabs/fx/headshot.prefab", player.transform.position); } } You could add it directly yourself, doing other more in-depth tests. Thanks
  17. Scalbox

    Building Skins

    This version has no problems, it is already in use by me and others without problems
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.5k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.