-
Posts
3,903 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
- 252 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
The current version has the ability to set the language option. Look for "LevelReward" and change it from "You received {0} {1} for reaching level {2}." to "You received {0} J-Dollars for reaching level {2}." Let me know if it doesn't work. I will look at adding a cap to the rested xp. Will probably get rid of the /xp command because its not required.
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
Changed Status from Pending to Closed
-
Set the following value to true in the config: "Automatically add new types to the config?": true
-
Your line locations (this is line 1045) will be different to mine as I have an unreleased updated version, but this is what the command snippet looks like. [ChatCommand("gstorage")] void GlobalStorageCMD(BasePlayer player) { if (!permission.UserHasPermission(player.UserIDString, perms_chat)) return; OpenStorage(player); } Change the gstorage string to whatever you want the command to be.
-
- 252 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Megaphone doesn't work in large casino
imthenewguy replied to BetterDeadThanZed's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Will be fixed next release.
-
Hey mate I think Khan had it in his pipeline to push a fix to the maintainer, or upload it himself when it gets updated. In the mean time, this will get you sorted. BetterLoot.cs
-
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
How do I spawn Epic Scrap in airdrops and crates with Alpha Loot?
imthenewguy replied to Markiii's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Closed
-
How do I spawn Epic Scrap in airdrops and crates with Alpha Loot?
imthenewguy replied to Markiii's Support Request in Support
You need to have the item.name set as well. Not sure if AlphaLoot can adjust the item names? -
Changed Status from Pending to Closed
-
You can change the base item from a Teslacoil to a hemp seed or something, as it will restrict the placement of it to ground.
-
@Veno Hey mate, just update the x modifier value in the tree (higher lowers the xp between levels, lower makes it harder). Don't touch the y value; leave it at 2. Once you have saved the config, reload the plugin and type /updatexptable in game. This should adjust the table values.
-
Hey mate that is part of the plugin. You can set it so it will only take damage from cupboard authed players with AuthDamageOnly: true. You can also set the max_hits to 0 to make it indestructible.
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Changed Status from Pending to No Response