Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andreirosu97 committed Feb 1, 2025
2 parents a771483 + 59bfe9d commit 2b1dd7e
Show file tree
Hide file tree
Showing 19 changed files with 401 additions and 106 deletions.
50 changes: 25 additions & 25 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -44,68 +44,68 @@ export default defineConfig({
text: 'Caracter',
collapsed: false,
items: [
{ text: 'Account & Character Creation', link: '/server/info/account' },
{ text: 'Update your document', link: '/server/info/updatedoc' },
{ text: 'Inventory & Backpack', link: '/server/info/inventory' },
{ text: 'Settings & Hotkeys', link: '/server/info/settings' },
{ text: 'Cont și Caracter', link: '/server/info/account' },
{ text: 'Documente', link: '/server/info/updatedoc' },
{ text: 'Inventar', link: '/server/info/inventory' },
{ text: 'Setări și Taste rapide', link: '/server/info/settings' },
// { text: 'Tutorial', link: '/server/info/tutorial' },
// { text: 'RolePlay Test', link: '/server/info/rptest' },
// { text: 'Referral', link: '/server/info/referral' },
]
},
{
text: 'Activitati',
text: 'Activități',
collapsed: true,
items: [
{ text: 'Search in trash bins', link: '/server/info/trashsearch' },
{ text: 'Books', link: '/server/info/books' },
{ text: 'Paying Fines', link: '/server/info/fines' },
{ text: 'Gym / Sală', link: '/server/info/gym' },
{ text: 'Căutarea în tomberoane', link: '/server/info/trashsearch' },
{ text: 'Cărți', link: '/server/info/books' },
{ text: 'Sală', link: '/server/info/gym' },
{ text: 'Plătirea amenzilor', link: '/server/info/fines' },
]
},
{
text: 'Sisteme',
collapsed: true,
items: [
{ text: 'Garage System', link: '/server/info/garage' },
{ text: 'Animation System', link: '/server/info/animation' },
{ text: 'Garaje', link: '/server/info/garage' },
{ text: 'Animații', link: '/server/info/animation' },
{ text: 'BNN', link: '/server/info/bnn' },
{ text: 'ATM', link: '/server/info/atm' },
{ text: 'Vehicle Recycle Center', link: '/server/info/remat' },
{ text: 'Remat de Vehicule', link: '/server/info/remat' },
{ text: 'Walkie-Talkie', link: '/server/info/walkietalkie' },
{ text: 'Licenses', link: '/server/info/licenses' },
{ text: 'Phone', link: '/server/info/phone' },
{ text: 'Licențe', link: '/server/info/licenses' },
{ text: 'Telefon', link: '/server/info/phone' },
]
},
{
text: 'Magazine',
collapsed: true,
items: [
{ text: 'Dealership', link: '/server/shops/dealership' },
{ text: 'Dealer Auto', link: '/server/shops/dealership' },
{ text: '24/7', link: '/server/shops/247' },
{ text: 'Clothing Store', link: '/server/shops/clothing' },
{ text: 'White Weapon Shop', link: '/server/shops/meleeweapon' },
{ text: 'Hairstyle Shop', link: '/server/shops/hairstyle' },
{ text: 'Tattoo Shop', link: '/server/shops/tattoo' },
{ text: 'Tuning Shop', link: '/server/shops/tuning' },
{ text: 'Gas Station', link: '/server/shops/gasstation' },
{ text: 'Tuning', link: '/server/shops/tuning' },
{ text: 'Frizerii', link: '/server/shops/hairstyle' },
{ text: 'Benzinării', link: '/server/shops/gasstation' },
{ text: 'Magazin de Haine', link: '/server/shops/clothing' },
{ text: 'Magazin de Arme Albe', link: '/server/shops/meleeweapon' },
{ text: 'Magazin de Tatuaje', link: '/server/shops/tattoo' },
]
}
]
},
{
text: '💸 Economie',
items: [
{ text: '📝 Job Applications', link: '/server/jobs/applications' },
{ text: '📝 Aplicatul la Joburi', link: '/server/jobs/applications' },
{
text: '✒️ Locuri de munca / Jobs',
collapsed: false,
items: [
{ text: '♻️ Gunoier / Garbageman', link: '/server/jobs/garbageman' },
{ text: '♻️ Gunoier', link: '/server/jobs/garbageman' },
{ text: '⛏️ Miner', link: '/server/jobs/miner' },
{ text: '🛵 McBeeDelivery', link: '/server/jobs/mcbee' },
{ text: '👷‍♂️ Electrician', link: '/server/jobs/electrician' },
{ text: '🚛 Trucker', link: '/server/jobs/trucker' },
{ text: '🚛 Camionagiu', link: '/server/jobs/trucker' },
{ text: '🚌 Șofer De Autobuz', link: '/server/jobs/bus_driver' },
{ text: '🚚 GoPostal', link: '/server/jobs/gopostal' },
]
Expand All @@ -117,7 +117,7 @@ export default defineConfig({
{ text: '🐟 Fisherman', link: '/server/hobby/fisherman' },
{ text: '🚕 B-Taxi', link: '/server/hobby/taxi' },
{ text: '🪡 Tailoring', link: '/server/hobby/tailor' },
{ text: '🪓 Lumberjack', link: '/server/hobby/lumberjack' },
{ text: '🪓 Tăietor de lemne', link: '/server/hobby/lumberjack' },
{ text: '🧑‍🔧 Mecanic', link: '/server/hobby/mechanic' },
]
}
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import DefaultTheme from 'vitepress/theme'
import './styles/style.css'
import './styles/job_style.css'
import './styles/hobby_style.css'
import './styles/rules_style.css'

export default DefaultTheme
39 changes: 39 additions & 0 deletions docs/.vitepress/theme/styles/hobby_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,42 @@
font-size: 14px;
letter-spacing: 1px;
}

details {
font-family: 'Segoe UI', Tahoma, Geneva, sans-serif;
background-color: #2c3e50;
border-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
padding: 10px;
width: 750px;
margin: 2px auto;
transition: all 0.3s ease;
}

summary {
font-size: 20px;
font-weight: 300;
color: #ecf0f1;
cursor: pointer;
padding: 12px;
background-color: #34495e;
border-radius: 8px;
text-align: center;
transition: background-color 0.3s ease;
}

summary:hover {
background-color: #2c3e50;
}

details[open] summary {
background-color: #34495e;
}

details img {
display: block;
max-width: 100%;
border-radius: 10px;
margin: 10px auto;
border: 1px solid #ecf0f1;
}
24 changes: 24 additions & 0 deletions docs/.vitepress/theme/styles/rules_style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.info-box {
background-color: #0A1C1E;
border-radius: 8px;
padding: 15px;
border: 1px solid #1A3C3D;
color: #6EF38D;
font-family: Arial, sans-serif;
max-width: 600px;
}

.info-box p {
margin: 8px 0;
color: #56C596; /* Verde mai închis pentru text */
line-height: 1.5;
}

.info-box strong {
color: #4CAF50; /* Verde mai intens */
}

.info-box p:first-child {
font-weight: bold;
color: #41D17F; /* Verde mai aprins pentru titlu */
}
6 changes: 5 additions & 1 deletion docs/server/factions/medics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ outline: deep

Informațiile despre această facțiune se descoperă în joc.

<br>Mai multe informații pot fi găsite pe b-zone.ro/rage.

### <span style="color: #0088CC">English</span>

The information about this faction needs to be discovered in-game.
The information about this faction needs to be discovered in-game.

<br>More information can be found at b-zone.ro/rage.
6 changes: 5 additions & 1 deletion docs/server/factions/police.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ outline: deep

Informațiile despre această facțiune se descoperă în joc.

<br>Mai multe informații pot fi găsite pe b-zone.ro/rage.

### <span style="color: #0088CC">English</span>

The information about this faction needs to be discovered in-game.
The information about this faction needs to be discovered in-game.

<br>More information can be found at b-zone.ro/rage.
2 changes: 1 addition & 1 deletion docs/server/hobby/fisherman.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ outline: deep
</tr>
<tr>
<td>De cate ore am nevoie?</td>
<td>Poti sa il faci la 70 de ore.</td>
<td>Poti sa il faci la 25 de ore.</td>
</tr>
<tr>
<td>Necesită iteme specifice?</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/server/hobby/lumberjack.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ outline: deep
</tr>
<tr>
<td>De cate ore am nevoie?</td>
<td>De minim 100 de ore pe caracter.</td>
<td>De minim 60 de ore pe caracter.</td>
</tr>
<tr>
<td>Necesită iteme specifice?</td>
Expand Down
120 changes: 119 additions & 1 deletion docs/server/hobby/mechanic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,122 @@
outline: deep
---

WIP
## Mechanic

### <span style="color: #0088CC">Română</span>

<table>
<tr>
<td>Întrebare</td>
<td>Răspuns</td>
</tr>
<tr>
<td>De cate ore am nevoie?</td>
<td>De minim 50 de ore.</td>
</tr>
<tr>
<td>Necesită iteme specifice?</td>
<td>Da, doar dacă doriți să creați anumite lucruri.</td>
</tr>
<tr>
<td>Necesită vehicul personal?</td>
<td>Nu.</td>
</tr>
<tr>
<td>Necesită permis de conducere?</td>
<td>Nu.</td>
</tr>
<tr>
<td>Necesită un atestat de la politie?</td>
<td>Da.</td>
</tr>
</table>

Pentru a practica un hobby, in mod normal nu este necesar să te angajezi. Totuși, pentru a practica hobby-ul de mecanic, este obligatoriu să ai un loc de muncă în acest domeniu. Doar angajații pot repara mașinile.

Acest hobby include și o mașină de tractări, însă pentru a o folosi este necesară o licență specială, pe care o puteți obține de la poliție.

#### <span style="color: #0088CC">Shop & Crafting</span>
Acest hobby dispune de un shop și de un sistem de crafting. Shop-ul poate fi găsit la domnul Vericu George, iar crafting-ul se realizează la mesele de lucru din anumite service-uri auto.
<details>
<summary>Car Tuning Centers</summary>
<img src="https://v.b-zone.ro/images/wiki/car-tuning-locations.png" alt="Car Tuning Centers">
</details>

<table>
<tr>
<td>Nume Item</td>
<td>Pret</td>
</tr>
<tr>
<td>Repair Kit</td>
<td>3000$</td>
</tr>
<tr>
<td>Torch</td>
<td>5000$</td>
</tr>
</table>



### <span style="color: #0088CC">English</span>

<table>
<tr>
<td>Question-</td>
<td>Answer</td>
</tr>
<tr>
<td>How many hours do I need?</td>
<td>At least 50 hours.</td>
</tr>
<tr>
<td>Does it require specific items?</td>
<td>Yes, but only if you want to craft certain things.</td>
</tr>
<tr>
<td>Does it require a personal vehicle?</td>
<td>No.</td>
</tr>
<tr>
<td>Does it require a driver's license?</td>
<td>No.</td>
</tr>
<tr>
<td>Does it require a certificate from the police?</td>
<td>Yes.</td>
</tr>
</table>

Usually, practicing a hobby does not require employment. However, to engage in the mechanic hobby, you must be hired in this field. Only employees can repair vehicles.

This hobby also includes a tow truck, but to use it, you need a special license, which can be obtained from the police.

#### <span style="color: #0088CC">Shop & Crafting</span>
This hobby includes a shop and a crafting system. The shop can be found at Mr. Vericu George, while crafting can be done at the workbenches in some auto repair shops.

<details>
<summary>Car Tuning Centers</summary>
<img src="https://v.b-zone.ro/images/wiki/car-tuning-locations.png" alt="Car Tuning Centers">
</details>

<table>
<tr>
<td>Item Name</td>
<td>Price</td>
</tr>
<tr>
<td>Repair Kit</td>
<td>3000$</td>
</tr>
<tr>
<td>Torch</td>
<td>5000$</td>
</tr>
</table>

<details>
<summary>Get Job NPC</summary>
<img src="https://v.b-zone.ro/images/wiki/vericu-george.png" alt="Get Job NPC">
</details>
2 changes: 1 addition & 1 deletion docs/server/hobby/tailor.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ outline: deep
</tr>
<tr>
<td>De cate ore am nevoie?</td>
<td>De minim 100 de ore.</td>
<td>De minim 0 de ore.</td>
</tr>
<tr>
<td>Necesită iteme specifice?</td>
Expand Down
12 changes: 7 additions & 5 deletions docs/server/info/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Aceste animații pot fi accesate din meniul K -> Animații SAU prin:

Pentru o mai rapidă acționare a animațiilor, serverul vă pune la îndemână următoarele abordări:
- Posibilitatea de a folosii [/e] urmat de numele animației fără a mai accesa unul dintre meniuri, exemplu: [/e mechanic2].
- Posibilitatea de a folosi comanda [/saveanimation] pentru a adăuga la favorite un număr de maxim 9 animații ce pot să fie acționate din meniul K -> Animații -> Animații rapide (vezi video după variantă în engleză).
- Animațiile pot să fie întrerupte folosind comanda [/c] în chat."
- Interfata de animații permite setarea la favorite a unor animații, search-ul mai rapid, dar și salvarea unora pentru a le folosi rapid (ALT + 0-9).
- Animațiile pot să fie întrerupte folosind comanda [/c] în chat.

### <span style="color: #0088CC">English</span>

Expand All @@ -36,8 +36,10 @@ These animations can be accessed from the K menu -> Animations OR through:

For a quicker activation of animations, the server provides you with the following approaches:
- The ability to use [/e] followed by the animation name without accessing one of the menus, for example: [/e mechanic2].
- The ability to use the command [/saveanimation] to add up to 9 animations to favorites, which can be triggered from the K menu -> Animations -> Quick Animations (see video for the English version).
- The animation interface allows users to set animations as favorites, perform faster searches, and save certain animations for quick access (ALT + 0-9).
- Animations can be interrupted using the command [/c] in the chat.

<p align="center"><img src="https://i.imgur.com/JFA3E5r.gif"/></p>
<p style="text-align: center">Animation shortcuts</p>
<details>
<summary>Animation interface</summary>
<img src="https://v.b-zone.ro/images/wiki/animations-interface.jpg">
</details>
2 changes: 1 addition & 1 deletion docs/server/jobs/bus_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ outline: deep
</tr>
<tr>
<td>De cate ore am nevoie?</td>
<td>De minim 0 la sofer de autobuz si 50 la sofer de autocar.</td>
<td>De minim 0 la sofer de autobuz si 20 la sofer de autocar.</td>
</tr>
<tr>
<td>Necesită iteme specifice?</td>
Expand Down
Loading

0 comments on commit 2b1dd7e

Please sign in to comment.