1
General Discussion / Re: City Roleplay Mod
« on: February 06, 2011, 03:02:22 AM »However, you can add lighting to the atmosphere with day/night without any problems at all.This still causes crashes. Just not as often
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
However, you can add lighting to the atmosphere with day/night without any problems at all.This still causes crashes. Just not as often
Job: Scripting Jobs and Doing any Gui makeing Needed.Yeah asking some one to do the hard stuff and you do all the easy stuff. Good luck getting help.
took me about 3 mins to get perma bannedYou were supose to be banned any way.
Note to anyone, don't go to pitfall's. It is absolute stuff there.My point again. Surb you are a richard.
Q: How do i add jobs?
A: In the jobs folder copy one of the jobs. Then paste it and edit the job.
Open it and you will see the job's prefs. Here are the prefs and what they do.
$CityRPG::jobs::name = "Criminal"; - Job name
$CityRPG::jobs::initialInvestment = 50; - Cost to get job
$CityRPG::jobs::pay = 40; - Pay
$CityRPG::jobs::tools = "CityRPGPicklockItem"; - Starting items
$CityRPG::jobs::datablock = playerNoJet; - Datablock
$CityRPG::jobs::education = 1; - Needed education
$CityRPG::jobs::sellItems = false; - Can sell items
$CityRPG::jobs::sellFood = false; - Can sell food
$CityRPG::jobs::sellServices = false; - Not used
$CityRPG::jobs::law = false; - Clean record?
$CityRPG::jobs::canPardon = false; - Can relese people from jail (At a fee of course!)
$CityRPG::jobs::thief = true; - can pickpocked
$CityRPG::jobs::hideJobName = true; - Hide them
$CityRPG::jobs::offerer = false; - Can legaliy place bountys
$CityRPG::jobs::claimer = false; - Can legaliy claim bountys
$CityRPG::jobs::labor = false; - Is a laborer
$CityRPG::jobs::tmHexColor = "FF0000"; - Job color
$CityRPG::jobs::helpline = "\c6Criminals can pickpocket people and break open doors."; - Job description
When your down makeing your new job open the scriptobject.CS and add your job to the BOTTOM of the job list.
Q: How do i add items to the sellitems list?
A: In the prefs.cs go down to 2.1 and you should see this:
$CityRPG::prices::weapon::name[$CityRPG::guns] = "keyItem"; - The items DATABLOCK (Found in the items server.cs)
$CityRPG::prices::weapon::price[$CityRPG::guns] = 5; -Cost of item.
$CityRPG::prices::weapon::mineral[$CityRPG::guns++] = 1; -Ore cost of item (Recomended to keep it low unless you have a lot of people mineing on your server.
Copy these three lines and replace them whith what you want!.
CAN WE USE IAN?
makeSun("1 0.3 0","0.3 0.3 0", 337.5, 15);
RBG for wat or why is there 2? And last two numbers?
What do the mean?
Also how do i convert the normal RBG scale (255 blah blah) to this?
A THousand MilesLove that song so much.
wouldn't this go into modification discussion?Hes requesting suggestion for his modification.