So today i was messing around with pk2 and found out some cool stuff, we can basically add hwanlevel 7 and 8 in server :P So here's the guide:
1. Step:
Go to SRO_VT_SHARD and open _RefHwanLevel table!
2. Step:
Put these in there:
These are the new Hwan (Zerk titles) which we add.
3. Step:
Now let's go to client, open hwanleveldata.txt and replace everything in there with this:
Import the file back to pk2 (server_dep/silkroad/textdata).
4. Step:
Open textuisystem.txt (media.pk2/server_dep/silkroad/textdata).
There look for:
And you will see what those already currently contains, just replace it to whatever you want to and you're done. :)
Here's a screenie of mine:
[Only registered and activated users can see links. Click Here To Register...]
P.S. To change your Zerk level manually in database you should look for your char name in SRO_VT_SHARD (or w.e your shard is called) table _Char. there at scroll it to the same end to the right side and you'll see hwanlevel or something like that change that number to 7 or 8 it's your new custom zerk level. :)
Also another thing:
Numbers 40 and 45 is the % of damage increase on your zerk so you can basically put it to 100 or even more if you want, im just guessing haven't tried altought i noticed the damage being much more than normal zerk with this.
So good luck everyone and remember to say thanks if you leech this shit. ;)
1. Step:
Go to SRO_VT_SHARD and open _RefHwanLevel table!
2. Step:
Put these in there:
Code:
7 1397769301 200 1145127506 40 0 0 0 0 0 0 xxx UIO_SECOND_HWAN_CH_NAME_LEVEL_7 UIO_SECOND_HWAN_EU_NAME_LEVEL_7 8 1397769301 200 1145127506 45 0 0 0 0 0 0 xxx UIO_SECOND_HWAN_CH_NAME_LEVEL_8 UIO_SECOND_HWAN_CH_NAME_LEVEL_8
3. Step:
Now let's go to client, open hwanleveldata.txt and replace everything in there with this:
Code:
0 xxx xxx 1 UIO_SECOND_HWAN_CH_NAME_LEVEL_1 UIO_SECOND_HWAN_EU_NAME_LEVEL_1 2 UIO_SECOND_HWAN_CH_NAME_LEVEL_2 UIO_SECOND_HWAN_EU_NAME_LEVEL_2 3 UIO_SECOND_HWAN_CH_NAME_LEVEL_3 UIO_SECOND_HWAN_EU_NAME_LEVEL_3 4 UIO_SECOND_HWAN_CH_NAME_LEVEL_4 UIO_SECOND_HWAN_EU_NAME_LEVEL_4 5 UIO_SECOND_HWAN_CH_NAME_LEVEL_5 UIO_SECOND_HWAN_EU_NAME_LEVEL_5 6 UIO_SECOND_HWAN_CH_NAME_LEVEL_6 UIO_SECOND_HWAN_EU_NAME_LEVEL_6 7 UIO_SECOND_HWAN_CH_NAME_LEVEL_7 UIO_SECOND_HWAN_EU_NAME_LEVEL_7 8 UIO_SECOND_HWAN_CH_NAME_LEVEL_8 UIO_SECOND_HWAN_CH_NAME_LEVEL_8
4. Step:
Open textuisystem.txt (media.pk2/server_dep/silkroad/textdata).
There look for:
Code:
UIO_SECOND_HWAN_EU_NAME_LEVEL_7 UIO_SECOND_HWAN_CH_NAME_LEVEL_7 UIO_SECOND_HWAN_CH_NAME_LEVEL_8 UIO_SECOND_HWAN_CH_NAME_LEVEL_8
Here's a screenie of mine:
[Only registered and activated users can see links. Click Here To Register...]
P.S. To change your Zerk level manually in database you should look for your char name in SRO_VT_SHARD (or w.e your shard is called) table _Char. there at scroll it to the same end to the right side and you'll see hwanlevel or something like that change that number to 7 or 8 it's your new custom zerk level. :)
Also another thing:
Code:
7 1397769301 200 1145127506 40 0 0 0 0 0 0 xxx UIO_SECOND_HWAN_CH_NAME_LEVEL_7 UIO_SECOND_HWAN_EU_NAME_LEVEL_7 8 1397769301 200 1145127506 45 0 0 0 0 0 0 xxx UIO_SECOND_HWAN_CH_NAME_LEVEL_8 UIO_SECOND_HWAN_CH_NAME_LEVEL_8
So good luck everyone and remember to say thanks if you leech this shit. ;)