Items & cash shop
first of all there are three tables that controls the cash shop which we will talk about it , here it is :
1. C9Services.Server.TblShopMenuInfo
this table as its name show , it's control the menu tabs of the shop
note that there are two types of tabs here, the main tabs like fashions for example
and sub-tabs like Fashion Set which is sub tab of fashions .
lets have some info about columns :)
cBranchId
this...
Private Server
Massive Multiplayer Online Role Playing Game
NPC Kinds Kal Online
NPC Kinds (InitNPC)
NPC Kind 1
(gennpc (index 1) (country 2) (kind 1) (shape 84) (html 1) (map 0) (xy 257705 258644 16103) (dir 257719 258656))
Kind 1 = your bog standard NPC. These types of NPC's are the easiest to create, you can link a quest up for them if you wish using the e.pk params.
NPC Kind 2
(gennpc (index 16) (country 2) (kind 2) (shape 228) (html 27) (map 0) (xy 257090 259400 16806) (dir 257075 259391))
Kind 2...
Add Resurrection Scrolls C9 Online
C9 - Adding Resurrection Scrolls into the Database.
How to add Resurrection Scrolls:
Use the query window and then execute it.
USE [C9World]GODECLARE @return_value int,@pSetRsrtCoin intSELECT @pSetRsrtCoin = 6000EXEC @return_value = [Game].[UspSetRsrtCoin]@pPcNo = 2,@pSetRsrtCoin = @pSetRsrtCoin OUTPUT,@pMaxRsrtCoin = 6000, @pIsCheckBound = 1SELECT @pSetRsrtCoin as N'@pSetRsrtCoin'SELECT 'Return Value' = @return_valueGO
I...
Edit Title of the Picture Jade Dynasty
Create the title of the picture
We need:
1. interfaces.pck and surfaces.pck
2. elements.data
3. tasks.data
And of course the editor tasks.data and elements.data and unpacking pck.
Unpack interfaces.pck and surfaces.pck. After go to interfaces.pck.files\interfaces\script\config
We find there title_def_u.lua
Open it in notepad and find something like that:
title_definition['12004'] = {id = 12004, note = "^f95db9★$S, ты мой король!★"...
DayZ Standalone
DAYZ STANDALONE CLIENT+SERVER+SAVE GUIDE FOR DUMMIES (who want to play with friends and not get raped constantly except by zombies)
first you should know you need at least 6gb of memory to host and play on same pc .. it will work with less but your disk drive is going to take a dump because it will be used as a ram slave..
1. download client
2. download server
3. download fix
4. download webserver (allows you to save progress...
Fix School Door DayZ
That guide about how to do doors of Guard house openable. But we have an 1 problem. If we open 1 door, then all doors in building is opening. o_O
Originnaly we only adding in config, user action and animation strings.
1. Extract the "config.bin" file from "structures_military.pbo"
2. Convert "config.bin" with UnRap to "config.cpp"
3. Open "config.cpp" with notepad and search for
class Land_Mil_Guardhouse : HouseNoDestruct...
Fix Bouncy Helicopters The War Z
[Tutorial] FIX Bouncy Helicopters
Hey guys! Fixed the helicopters in codex's source.
Replace this function
void obj_Vehicle::HelicopterPhysx()
For mine
void obj_Vehicle::HelicopterPhysx() // controls of helicopter
{
if (isHelicopter == true)
{
const float fTimePassed = r3dGetFrameTime();
PxTransform pose = vd->vehicle->getRigidDynamicActor()->getGlobalPose();
r3dVector angles;
r3dPoint3D position(0,0,0);
...
Change Starting Items MU Online Season 8
Change the default starting items - Season 8
Run this query for all class ID's to have an inventory with 0 items.
ClassID's
DK = 16
ELF = 32
WIZ = 0
MG = 48
DL = 64
SUM = 80
RF = 96
To change the default items you have to create a new character and log out. Change the items from that character in IzsMuEditor (or another editor). Open SQL Server Management Studio and select top 1000 rows of dbo.Character. Right Click the inventory...