Topic: Legacy

Offline Gutty

  • Administrator
  • Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!
  • Posts: 1,697
---==== DISABLED ====---

GetSome have a Rust Legacy server for your use.
Check out the Servers tab for server IP info.

Running Oxide, as well as the plugins below.


Decay is set to 10%.
Last Edit: January 08, 2015, 02:22:23 am by Gutty

Posted: November 18, 2014, 12:29:53 am

Offline Gutty

  • Administrator
  • Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!
  • Posts: 1,697
ECONOMY

Players earn money by killing bears (default 200), wolves (120) and other players (50% of the victim's money).

/money : shows your current balance
/money info : shows info about the economy
/money "name" send amount : sends amount to name
/money top : shows the players with the highest balance
/price "item" : list all prices or displays the price of a specific item (item optional)
/buy "item" amount : buy and item (optional amount to buy more than 1 item)
/sell "item" amount to sell an item (amount optional) for money (default 10% of buy price)

Only items that can be bought from the shop can be sold to the shop.

The following items are available, along with the cost.
BE AWARE THAT ITEMS LABELING ARE CASE SENSITIVE!. All lower case will not work.
Code: [Select]
        "Name": "Animal Fat",
        "Price":20

        "Name": "Charcoal",
        "Price":10

        "Name": "Cloth",
        "Price":10

        "Name": "Leather",
        "Price":20

        "Name": "Low Grade Fuel",
        "Price":60

        "Name": "Low Quality Metal",
        "Price":460

        "Name": "Metal Fragments",
        "Price":30

        "Name": "Raw Chicken Breast",
        "Price":20

        "Name": "Stone",
        "Price":40
 
        "Name": "Sulfur",
        "Price":30

        "Name": "Wood",
        "Price":10

        "Name": "Blood",
        "Price":30

        "Name": "Wood Planks",
        "Price":110

        "Name": "Metal Ore",
        "Price":60

        "Name": "Sulfur Ore",
        "Price":60

        "Name": "Gunpowder",
        "Price":90

        "Name": "Flare",
        "Price": "980"

        "Name": "Cooked Chicken Breast",
        "Price":60

        "Name": "556 Ammo",
        "Price":630

        "Name": "9mm Ammo",
        "Price":410

        "Name": "Arrow",
        "Price":190

        "Name": "Handmade Shell",
        "Price":600

        "Name": "Shotgun Shells",
        "Price":630

        "Name": "F1 Grenade",
        "Price":8670

        "Name": "Explosives",
        "Price":2260

        "Name": "Explosive Charge",
        "Price":35780

        "Name": "Bolt Action Rifle",
        "Price":15100

        "Name": "M4",
        "Price":14180

        "Name": "MP5A4",
        "Price":9490

        "Name": "Shotgun",
        "Price":5740
 
        "Name": "P250",
        "Price":5740

        "Name": "9mm Pistol",
        "Price":4800

        "Name": "Pipe Shotgun",
        "Price":1740

        "Name": "HandCannon",
        "Price":510

        "Name": "Revolver",
        "Price":3170
 
        "Name": "Hunting Bow",
        "Price":410

        "Name": "Flashlight Mod",
        "Price":2450

        "Name": "Silencer",
        "Price":3860

        "Name": "Holo sight",
        "Price":2450

        "Name": "Laser Sight",
        "Price":2450

        "Name": "Stone Hatchet",
        "Price":310

        "Name": "Hatchet",
        "Price":510

        "Name": "Pick Axe",
        "Price":870

        "Name": "Paper",
        "Price":110

        "Name": "Camp Fire",
        "Price":60

        "Name": "Sleeping Bag",
        "Price":160

        "Name": "Wood Storage Box",
        "Price":310

        "Name": "Large Wood Storage",
        "Price":620

        "Name": "Workbench",
        "Price":840

        "Name": "Repair Bench",
        "Price":3000

        "Name": "Furnace",
        "Price":1430

        "Name": "Torch",
        "Price":80

        "Name": "Spike Wall",
        "Price":1020

        "Name": "Large Spike wall",
        "Price":2040

        "Name": "Small Stash",
        "Price":210

        "Name": "Bed",
        "Price":3470

        "Name": "Handmade Lockpick",
        "Price":3810

        "Name": "Bandage",
        "Price":30

        "Name": "Small Medkit",
        "Price":90

        "Name": "Large Medkit",
        "Price":130

        "Name": "Blood Draw Kit",
        "Price":3170
 
        "Name": "Cloth Helmet",
        "Price":60

        "Name": "Cloth Vest",
        "Price":110

        "Name": "Cloth Pants",
        "Price":90

        "Name": "Cloth Boots",
        "Price":40

        "Name": "Leather Helmet",
        "Price":310

        "Name": "Leather Vest",
        "Price":150

        "Name": "Leather Pants",
        "Price":250

        "Name": "Leather Boots",
        "Price":90

        "Name": "Rad Suit Helmet",
        "Price":1020

        "Name": "Rad Suit Vest",
        "Price":1690

        "Name": "Rad Suit Pants",
        "Price":1380
 
        "Name": "Rad Suit Boots",
        "Price":1020

        "Name": "Kevlar Helmet",
        "Price":2410

        "Name": "Kevlar Vest",
        "Price":2900

        "Name": "Kevlar Pants",
        "Price":1960

        "Name": "Kevlar Boots",
        "Price":1940

        "Name": "Wood Barricade",
        "Price":310

        "Name": "Wooden Door",
        "Price":310

        "Name": "Wood Gate",
        "Price":1230

        "Name": "Wood Gateway",
        "Price":4080

        "Name": "Wood Shelter",
        "Price":510

        "Name": "Wood Ceiling",
        "Price":680

        "Name": "Wood Doorway",
        "Price":450

        "Name": "Wood Foundation",
        "Price":900
 
        "Name": "Wood Pillar",
        "Price":230

        "Name": "Wood Ramp",
        "Price":570

        "Name": "Wood Stairs",
        "Price":570

        "Name": "Wood Wall",
        "Price":450

        "Name": "Wood Window",
        "Price":450

        "Name": "Metal Door",
        "Price":6120

        "Name": "Metal Window Bars",
        "Price":3060

        "Name": "Metal Ceiling",
        "Price":2820

        "Name": "Metal Doorway",
        "Price":1880

        "Name": "Metal Foundation",
        "Price":3760

        "Name": "Metal Pillar",
        "Price":940

        "Name": "Metal Ramp",
        "Price":2350

        "Name": "Metal Stairs",
        "Price":2350

        "Name": "Metal Wall",
        "Price":1880

        "Name": "Metal Window",
        "Price":1880

        "Name": "Supply Signal",
        "Price":50000

        "Name": "Chocolate Bar",
        "Price":30

        "Name": "Granola Bar",
        "Price":40

        "Name": "Can of Tuna",
        "Price":50

        "Name": "Can of Beans",
        "Price":70

        "Name": "Anti-Radiation Pills",
        "Price":60

        "Name": "Research Kit 1",
        "Price":9800

        "Name": "Small Rations",
        "Price":100

        "Name": "F1 Grenade Blueprint",
        "Price":8670

        "Name": "Explosive Charge Blueprint",
        "Price":35780

        "Name": "Bolt Action Rifle Blueprint",
        "Price":15100

        "Name": "M4 Blueprint",
        "Price":14180

        "Name": "MP5A4 Blueprint",
        "Price":9490

        "Name": "Shotgun Blueprint",
        "Price":5740

        "Name": "P250 Blueprint",
        "Price":5740

        "Name": "9mm Pistol Blueprint",
        "Price":4800

        "Name": "Large Wood Storage Blueprint",
        "Price":620

        "Name": "Leather Helmet BP",
        "Price":310

        "Name": "Leather Vest BP",
        "Price":150

        "Name": "Leather Pants BP",
        "Price":250

        "Name": "Leather Boots BP",
        "Price":90

        "Name": "Rad Suit Helmet BP",
        "Price":1020

        "Name": "Rad Suit Vest BP",
        "Price":1690

        "Trade": "all",
        "Name": "Rad Suit Pants BP",
        "Price":1380

        "Name": "Rad Suit Boots BP",
        "Price":1020

        "Name": "Kevlar Helmet BP",
        "Price":2410

        "Name": "Kevlar Vest BP",
        "Price":2900

        "Name": "Kevlar Pants BP",
        "Price":1960
 
        "Name": "Kevlar Boots BP",
        "Price":1940

        "Name": "Flashlight Mod BP",
        "Price":2450
 
        "Name": "Silencer BP",
        "Price":3860
 
        "Name": "Holo sight BP",
        "Price":2450

        "Name": "Laser Sight BP",
        "Price":2450

LEVEL & EXP SYSTEM

Player Commands:
/top list top 10 levelplayer
/level
/skillhelp to Show Skill Commands
/grouphelp to Show Group Commands
/skill
/list
/shield to see ur shield amount
/learn "SkillName"
/respec "Skill Name" to re-spec a skill and get the point
/lps "PlayerName" to see his stats
/recyclelist to see Extra Recipes

Group commands:
/groupcreate "Group Name" to create a Group
only the creator can invite
/groupinvite "Player Name" invite a player to Group
/groupaccept Accept the Group invite
/groupleave leave the Group
/groupkick "Player Name" to kick a player
/gc for group chat
/group to see all online group members
/grouplist to see all groups with leader


Code: [Select]
Skills:
Lifedrain
You can get a Medkit if the ReUseTimer is down.
Cooking
You can get Food if the ReUseTimer is down.
Armor
add a absorb bonus
Ammo556
you have a % chance to get ammo after each kill
Ammo9
you have a % chance to get ammo after each kill
ShotgunShell
you have a % chance to get ammo after each kill
Crafting
you have a % chance for 1 more item (Currently disabled, to OP)
Looting
you have a % chance for more items
Recycle
Recycle to get SkillHigh % res back
how to use Recycle /recycle ItemName
Shield
Reduce the incomming Damage if it over zero
/shield shieldamount info


Melee
add a dmg bonus all Weapons of this Type
Bow
add a dmg bonus all Weapons of this Type
Pistol
add a dmg bonus all Weapons of this Type
SMG
add a dmg bonus all Weapons of this Type
Rifle
add a dmg bonus all Weapons of this Type
Pumpaction
add a dmg bonus all Weapons of this Type

example:
if u have 1 free skillpoint
/learn Damage

Recycle Items:
Wood Houseparts
Metal Houseparts
Shooting Weapons
More to come....

/recycle "Itemname"
/recycle "Itemname" Amount

Reputation
you get a positiv or negativ Reputation for playerkills ..

if the victim has a positive Reputation you will lose Reputation
if the victim has a negative Reputation you will gain Reputation

use /skill or /list to see your or all Reputations


SET HOME

How it works:
/sethome NUM
/home NUM to get back to the home you've set.

Features:
You may only set home on friends structures, admins you have to choose what friends plugin you want to use for this plugin (doorshare, groups or factions)
Little video at the bottom on how it works with Factions

/sethome NUM => set home number X
/home NUM => teleport to home number X



ITEM RECOVERY

Gives your items back to you after you die.
When you join the server, you will start with auto kits, just die and you get your preloaded items back. That is the downside to having this plugin.



BUILDING LOCK

Restrict building on your structures while you are offline

/lock to activate/deactivate the building lock!

This will also work for you, if you try to build something while /lock is activated on your structures, it will be removed.



ADVANCED KITS


/kit - lists kits information
/kit <kit name> - redeems the kit
/kit <kit name> list - shows what this kit gives, optional if columns at configuration is set.



REMOVER TOOL

/remove => to activate/deactivate remove
/remove all => to activate/deactivate admin remove all (remove entire structure at once)
/remove admin => to activate/deactivate admin remover (can remove parts of any structures)
/remove steam STEAMID64/STEAMID => remove all deployables and structures of a player
/remove PLAYER => to activate/deactivate the remover tool on a player
/prod => to activate/deactivate to know who's built the building or destroyable objects
 /undo optional:pLAYER => to undo something a player did in the last X secs (set in configs)

 All remove have a 30seconds timer and after that will auto deactivate the remove. This is for security measures and also because having it all the time all might cause lag (might as i'm not sure ... but at least it makes less scripts running on everybody)
You can not use Shotguns, Pipe Shotguns or HandCannon to remove.


Last Edit: December 31, 2014, 10:02:02 am by Gutty

Reply #1 Posted: November 22, 2014, 11:35:35 am

Offline Gutty

  • Administrator
  • Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!Gutty is leading the good life!
  • Posts: 1,697
Updated list above^

Reply #2 Posted: December 31, 2014, 11:25:30 am