[Question] Cool Down Hack?

04/13/2008 20:47 jangan322#1
Ok my next question is... what do you do to edit skills to make them usable by your race and put them in like Basic or Expert list =D

such as other class's skills
or Master Skills
or Other RACES skills








Ignore the stuff on bottom... no one knows about it =P


Quote:
Now when you edit the skillForce what exactly are you looking for to edit?


Quote:
Note This is Doom Blast:
00 00 00 00 00 00 00 00 4D 69 67 68 74 62 6C 61 73 74 53 69 65 67 65 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 44 6F 6F 6D 20 42 6C 61 73 74 00 00 00 00 00 00
00 00 45 44 00 00 45 44 00 00 45 44 00 00 45 44 00 00 45 44 00 00 45 44 00 00 45 44
im not really interested in programs... im learning myself so i have to edit it my self in order to learn... but kinda stuck on the fact what to edit to 00 00 =S

would be wonderful if anyone can share the knowledge =D
04/13/2008 20:59 kemz#2
most of the ppl says, skill cooldowns are server-sided but I dunno, If pot cooldown can be changed. Well MAYBE, just a maybe :D, it'll also.
04/13/2008 21:01 jangan322#3
true.. thats what made me think this isnt just server side... your only changing cast time on the skills thats all =D
04/13/2008 22:37 answ3r#4
Most skills are server side, only a few are not. All class skills are server side if I remember correctly.
04/13/2008 23:41 metalslugx3#5
Quote:
Originally Posted by answ3r View Post
Most skills are server side, only a few are not. All class skills are server side if I remember correctly.
Which skills (to your knowledge) are not server sided?


Btw, to the original poster: you didn't list all the code for doomblast. The code to change the cast delay is lower than that, however, even if you change the value it just does the animation but does not register any damage.

The code is C8 AF 47 if I'm not mistaken. It's located towards the end of the doomblast information but before the next skill code.

Make sure you a have back-up otherwise you'll have wrong timers on your skills if you decide to revert back to normal.
04/14/2008 05:58 trail1#6
server will check every the remaining cooldown on a skill before it can be use again.
well, thats what i know.
04/14/2008 06:31 answ3r#7
Quote:
Originally Posted by metalslugx3 View Post
Which skills (to your knowledge) are not server sided?
The Tier 1 Skills.
04/15/2008 00:07 jangan322#8
added new question..
04/15/2008 00:46 angusm#9
For me it has like 2 checks ... one on ur PC and one on server side(actually its more a check it send to ur PC).
Each time u use a skill, server will send packet, with what i think its the cooldown needed independent of what u edited on ur skill.edf ....
But u can look for the packets received for each skill, each one has a specific value, so u get the "preassure bomb" packet and add a filter changing it for the "shining cut" packet. But u also have to edit ur skills.edf so the interface button os preassure bomb is avaiable not after the usual 18 secs, but the time u want ... its very easy tio find dealy of skills on edf ... its on HEX and its very spaced from any other data. Done all that ur good to go, ull be able to use skills properly but ull just see the first animation, the other one will be like u done nothing (very odd). The problem is that the packets sent ba the server checking for the skills changes every given time ... i dont know exactly. hope it hlps, sry for ma bad english
04/25/2008 02:15 Rasttline#10
there are cash shop potions that can reduce your recast speed cant we just do as we did on the warrior/ranger armor and apply the buff to a different type of potion or even trick the server into thinking that we have the buff applied?
04/25/2008 15:41 turntable#11
cant give say punisher skills to a striker! or others

due to the fact ur class is coded into the skill some where it reads the class of char!

if u look at skillforce in hex editor fainting is an elite melee skill it was just disable by dev's thats why there a picture for it when its enabled!

the skillforce.edf ppl posted ive found master skills in basic dont work (e.g Onslaught)

ive tried moving them into elite skills but they still dont fire!

only buffs seem to work
01/23/2009 07:13 sofia_mijares#12
can i edit the cast rate of my skillsbuff force on skillforce.edf so that i can spam and eventually GM my buffs quickly? or is it serverside?
01/24/2009 10:56 grndmstr#13
if you can decrease the cd of buffs to make it 0 can you also decrease the cd of skills O_o
01/24/2009 12:30 trojan17#14
most of skills cd's are server sided I manage to make my skills cd's to 0secs but even if I spam it...... it does not give any damage... it will only do a damage if the real cd time is done...