taultunleashed logo2Moons Hacks - Skill Editing Dekaron/2Moons : Dekaron Bots Hacks | 2Moons Bots Hacks
newtopic  postreply
 [ 7 posts ] 
blue large dot

2Moons Hacks - Skill Editing Dekaron/2Moons : Dekaron Bots Hacks | 2Moons Bots Hacks

Posted: May 2nd, 2008, 12:44 pm
 
tault_Broden

Total Posts: 2313
Joined: August 21st, 2004, 5:20 pm
tault_Broden's Reps: 159
User avatar
Active User > 50 Posts
premium
DO NOT SEND ME PMS ABOUT IF I CAN UPLOAD MY DATA.PAK/WHERE YOU GET REQUIRED PROGRAMS/IF YOU NEED HELP. If you can't get it working with using this guide, don't bother.

Skill Editing in Dekaron/2Moons written by Carrierz/Vertical@EUDekaron

WARNING: If you use it in 2Moons you will most likely get autobanned. Dekaron is safe.

Welcome to the skill editing guide. Everything here is written by me, and none else.

Due to Dekaron EU already so damn destroyed due to every noob is hacking, releasing info on how to do skill editing doesn't matter... I'm just hoping for a permanent solution to the data.pak/.csv hacking. After that there won't at least be so many freaking noobs thinking they're cool in python... Oh well, end of this whining! :P

So let's start off with required files:

*WinHex FULL VERSION
*Unpacked data.pak files.

So, you've got this? Good, let's start. First of all if you haven't done it already, unpack your files. You can find the unpacker somewhere on this site.
After that, think about what character you play and what kind of skill you want to edit. Done? Alright, let's continue.

The example I will use is Rolling Attack, Segita Hunter skill.

FIRST OF ALL, go into the unpacked data folder. You will find about 14 folders there but the only one you are going to care about is the /share/ folder.
In the share folder you will find a folder called "skill", go inside this folder and you'll see a lot of different skill/spell names, if you don't, you are in the wrong folder.

The .csv file name for my attack was a_2_2_rollingattack but yours will probably be something else, for example h_2_1_cursefield
Just find the name of your skill and open up that file.

Here you'll find a lot of strange information and signs, but the only thing that is interesting for us is the second line.
My second line was "Index, 283" but if you use another spell than rolling attack the number will be different, for example cursefield is "Index, 864"

Note your number, and now start WinHex. Open up your data.pak (not unpacked one) and after that search for the text "Index,283" but replace the 283 with your Index number.
If you can't find it, well, too bad, you fail.

There might be more matches for Index,283 I'm not sure so just continue search until the line looks like this:

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))

If you've got this far, great.

Now it's time to have some fun.

First look for this line:
skill, Index,283 MaxLevel,10 MaxStyleCode,1 Name,·Ñ¸µ¾îÅà Distance,2
Change the "Distance,2" to "Distance,9" or if you are experience and know what you do, change it do 99.

Look for this line:
1,NO_CANCEL,255,83,700,0,0,0,1000202,320,0,202,0,0 ,0,0,0,0,0,1,
2,NO_CANCEL,255,84,270,0,0,0,1000202,320,0,202,0,0 ,0,0,0,0,0,2,
3,NO_CANCEL,255,85,300,0,0,0,1000202,320,0,202,0,0 ,0,0,0,0,0,3,
4,NO_CANCEL,255,86,440,0,0,0,1000202,320,0,269,0,0 ,0,0,0,0,0,4,

Now I will explain what this is. This contains information about the damage, time, and etc for RANK 1 Rolling Attack. Note that it's only for Rank 1, so if you want to edit
another rank you will have to search for the NO_CANCEL lines after this section. The RANK 2 Rolling Attack is

11,NO_CANCEL,255,83,700,0,0,0,1000202,320,0,269,0, 0,0,0,0,0,0,11,
12,NO_CANCEL,255,84,270,0,0,0,1000202,320,0,269,0, 0,0,0,0,0,0,12,
13,ACTION,255,85,300,0,0,0,1000202,320,0,269,0,0,0 ,0,0,0,0,13,
14,ACTION,255,86,440,0,0,0,1000202,320,0,349,0,0,0 ,0,0,0,0,14,

But we're going to focus on the first lines.

There's only one thing that is really interesting to change in this line, or well, maybe two.
This line: "1,NO_CANCEL,255,83,700,0,0,0,1000202,320,0,202,0, 0,0,0,0,0,0,1,"
change to "1,NO_CANCEL,255,83,000,0,0,0,1000202,320,0,999,0,0,0,0,0,0,0,1,"

The first one changes the casttime of the skill. This means the spell will take 0 seconds to cast, in other words, it will be instant...
The second "will" change the damage, but it's pretty much server sided... I have heard rumors about people getting it to work with some spells with just data.pak editing... but nothing I can confirm... Therefore this change is pretty useless...

Do the same with the other lines:
2,NO_CANCEL,255,84,000,0,0,0,1000202,320,0,999,0,0,0,0,0,0,0,2,
3,NO_CANCEL,255,85,000,0,0,0,1000202,320,0,999,0,0,0,0,0,0,0,3,
4,NO_CANCEL,255,86,000,0,0,0,1000202,320,0,999,0,0,0,0,0,0,0,4,

After this change your rolling attack will be all instant, and will have a larger range. But we're not satisfied yet, are we?

Just scroll down a bit and look for this lnie:

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))

I have highlighted the part that interests us, because that is for RANK 1.
If you want for another rank, just look for your rank level. The number that is after TWO (2) dots will show you what rank that part is for.
I highlighted the part where there are two dots in the picture, as you can see after the two dots there's a number "2" that means that rank is for rank 2.
If you want rank 3, just watch for the two dots again and look for the "3" after them... Easy easy.

Well anyway, this is the line that interests us

"1,1,15,0,-,-,-,1,0,282,1,0,6000,1,4,0,14,0,0"

Let's change it.

1,1,15,0,-,-,-,1,0,282,1,0,0000,1,4,0,14,0,0

What did I change? Well, I changed the cooldown to 0. For this attack, changing the cooldown for the skill actually works.
But I warn you, it won't work for all skills. Most Incar skills it work for, some Segita, rest I have no clue about.
"Does this mean I can spam the skill and wtfpwneveryone?" Yes, you can.
There's some other things that you can change as well, but don't bother, they're client side.

Save your data.pak, make sure you've read up on data.pak editing before so you know what you're doing.
Hopefully you haven't done something wrong and this will work. Enjoy and do whatever you want...
P.S. I don't want any kind of thanks, rather I want to thank you, this will just hurry GH to do something with their game.

_________________
I DO NOT TAKE CREDIT FOR MY INFO.

I am a member of a exploit guild and post it here because i like this site and want to help it.

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))


Reply with quote
Posted: May 9th, 2008, 7:54 am
 
marrcos
marrcos's Reps:
User avatar
In my case and Azure Knight and skill and soulknight the value of 1, NO_CANCEL, for as 255,98,1000,0,0,0,1000202,512,0429,0,0,0,0,0,0,1 I alteralo?

and the rank is the following image
http://img522.imageshack.us/my.php?image=rackia4.png


Reply with quote
Posted: June 25th, 2008, 11:02 am
 
dissare15
dissare15's Reps:
User avatar
tault_Broden (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
DO NOT SEND ME PMS ABOUT IF I CAN UPLOAD MY DATA.PAK/WHERE YOU GET REQUIRED PROGRAMS/IF YOU NEED HELP. If you can't get it working with using this guide, don't bother.

Skill Editing in Dekaron/2Moons written by Carrierz/Vertical@EUDekaron

WARNING: If you use it in 2Moons you will most likely get autobanned. Dekaron is safe.

Welcome to the skill editing guide. Everything here is written by me, and none else.

Due to Dekaron EU already so damn destroyed due to every noob is hacking, releasing info on how to do skill editing doesn't matter... I'm just hoping for a permanent solution to the data.pak/.csv hacking. After that there won't at least be so many freaking noobs thinking they're cool in python... Oh well, end of this whining! :P

So let's start off with required files:

*WinHex FULL VERSION
*Unpacked data.pak files.

So, you've got this? Good, let's start. First of all if you haven't done it already, unpack your files. You can find the unpacker somewhere on this site.
After that, think about what character you play and what kind of skill you want to edit. Done? Alright, let's continue.

The example I will use is Rolling Attack, Segita Hunter skill.

FIRST OF ALL, go into the unpacked data folder. You will find about 14 folders there but the only one you are going to care about is the /share/ folder.
In the share folder you will find a folder called "skill", go inside this folder and you'll see a lot of different skill/spell names, if you don't, you are in the wrong folder.

The .csv file name for my attack was a_2_2_rollingattack but yours will probably be something else, for example h_2_1_cursefield
Just find the name of your skill and open up that file.

Here you'll find a lot of strange information and signs, but the only thing that is interesting for us is the second line.
My second line was "Index, 283" but if you use another spell than rolling attack the number will be different, for example cursefield is "Index, 864"

Note your number, and now start WinHex. Open up your data.pak (not unpacked one) and after that search for the text "Index,283" but replace the 283 with your Index number.
If you can't find it, well, too bad, you fail.

There might be more matches for Index,283 I'm not sure so just continue search until the line looks like this:

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))

If you've got this far, great.

Now it's time to have some fun.

First look for this line:
skill, Index,283 MaxLevel,10 MaxStyleCode,1 Name,·Ñ¸µ¾îÅà Distance,2
Change the "Distance,2" to "Distance,9" or if you are experience and know what you do, change it do 99.

Look for this line:
1,NO_CANCEL,255,83,700,0,0,0,1000202,320,0,202,0,0 ,0,0,0,0,0,1,
2,NO_CANCEL,255,84,270,0,0,0,1000202,320,0,202,0,0 ,0,0,0,0,0,2,
3,NO_CANCEL,255,85,300,0,0,0,1000202,320,0,202,0,0 ,0,0,0,0,0,3,
4,NO_CANCEL,255,86,440,0,0,0,1000202,320,0,269,0,0 ,0,0,0,0,0,4,

Now I will explain what this is. This contains information about the damage, time, and etc for RANK 1 Rolling Attack. Note that it's only for Rank 1, so if you want to edit
another rank you will have to search for the NO_CANCEL lines after this section. The RANK 2 Rolling Attack is

11,NO_CANCEL,255,83,700,0,0,0,1000202,320,0,269,0, 0,0,0,0,0,0,11,
12,NO_CANCEL,255,84,270,0,0,0,1000202,320,0,269,0, 0,0,0,0,0,0,12,
13,ACTION,255,85,300,0,0,0,1000202,320,0,269,0,0,0 ,0,0,0,0,13,
14,ACTION,255,86,440,0,0,0,1000202,320,0,349,0,0,0 ,0,0,0,0,14,

But we're going to focus on the first lines.

There's only one thing that is really interesting to change in this line, or well, maybe two.
This line: "1,NO_CANCEL,255,83,700,0,0,0,1000202,320,0,202,0, 0,0,0,0,0,0,1,"
change to "1,NO_CANCEL,255,83,000,0,0,0,1000202,320,0,999,0,0,0,0,0,0,0,1,"

The first one changes the casttime of the skill. This means the spell will take 0 seconds to cast, in other words, it will be instant...
The second "will" change the damage, but it's pretty much server sided... I have heard rumors about people getting it to work with some spells with just data.pak editing... but nothing I can confirm... Therefore this change is pretty useless...

Do the same with the other lines:
2,NO_CANCEL,255,84,000,0,0,0,1000202,320,0,999,0,0,0,0,0,0,0,2,
3,NO_CANCEL,255,85,000,0,0,0,1000202,320,0,999,0,0,0,0,0,0,0,3,
4,NO_CANCEL,255,86,000,0,0,0,1000202,320,0,999,0,0,0,0,0,0,0,4,

After this change your rolling attack will be all instant, and will have a larger range. But we're not satisfied yet, are we?

Just scroll down a bit and look for this lnie:

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))

I have highlighted the part that interests us, because that is for RANK 1.
If you want for another rank, just look for your rank level. The number that is after TWO (2) dots will show you what rank that part is for.
I highlighted the part where there are two dots in the picture, as you can see after the two dots there's a number "2" that means that rank is for rank 2.
If you want rank 3, just watch for the two dots again and look for the "3" after them... Easy easy.

Well anyway, this is the line that interests us

"1,1,15,0,-,-,-,1,0,282,1,0,6000,1,4,0,14,0,0"

Let's change it.

1,1,15,0,-,-,-,1,0,282,1,0,0000,1,4,0,14,0,0

What did I change? Well, I changed the cooldown to 0. For this attack, changing the cooldown for the skill actually works.
But I warn you, it won't work for all skills. Most Incar skills it work for, some Segita, rest I have no clue about.
"Does this mean I can spam the skill and wtfpwneveryone?" Yes, you can.
There's some other things that you can change as well, but don't bother, they're client side.

Save your data.pak, make sure you've read up on data.pak editing before so you know what you're doing.
Hopefully you haven't done something wrong and this will work. Enjoy and do whatever you want...
P.S. I don't want any kind of thanks, rather I want to thank you, this will just hurry GH to do something with their game.


Reply with quote
Posted: August 1st, 2008, 5:31 pm
 
master y
master y's Reps:
User avatar
beautyfull that makes sence... but can u post a link to where i can get a full version of winhex?


Reply with quote
Posted: August 1st, 2008, 5:32 pm
 
master y
master y's Reps:
User avatar
Getting the WinHex full is the only thing stoping me.


Reply with quote
Posted: August 2nd, 2008, 3:16 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
cough cough mininova.com


Reply with quote
Posted: August 3rd, 2008, 11:56 pm
 
disturbedburger
disturbedburger's Reps:
User avatar
Why should this work if editing the SCV's in the skill folder doesnt?
anyway, trying it now.
ill edit soon if this works
edit:
im getting jibrish all over... except the start and the end... :\


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 2 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of Dekaron Bots Hacks | 2Moons Bots Hacks RSS Feed 
Sitemap of Dekaron Bots Hacks | 2Moons Bots Hacks Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?