@greywyn tnx for the WPE filter.. it works..
Changing the Skill for Skill Spamming
Download this first
[Only registered and activated users can see links. Click Here To Register...]
In order for you to understand this tut, you must first know the basics of RPE, which
will not be discussed here.. (selecting process,loading custom filter,etc.)
Download this and load as custom filter
[Only registered and activated users can see links. Click Here To Register...]
Now to change the skill which you desire to spam, search for the skill in the skill database
you downloaded, in this example, im using Cart Termination skill.. Look for its "ID" which is
the first number from the left, in this case, its
485..
Quote:
|
485,-2,6,1,-1,0,0,10,1,no,0,0,0,weapon,0 //WS_CARTTERMINATION#Cart Termination#
|
Input that number into the
Dez: slot of RPE so that the equivalent hex code will be
outputted.. Load the ds-spamming custom filter and change the hex code for DS with
the CT hex code..
Quote:
change if (pos('7200',CurHex) <> 0) and (pos('002E00',CurHex) <> 0) then
to if (pos('7200',CurHex) <> 0) and (pos('00E501',CurHex) <> 0) then
|
You may be wondering why it is
00E501 and not
01E500 when the hex code
for CT is
1E5.. Well, i dont rili know the explanation to that, but hey, it works.. Like
Acid Demonstration which is
Dez:490 <>
Hex:1EA it should be
00EA01..
@shoti08 so for Cold Bolt, it's
Dez:14 <>
Hex:E.. therefore the code is
000E00
To those having Runtime Error in using RPE..
Quote:
Runtime error 21 at 024F690A
Runtime error 103 at 024F693
|
It's rili simple..
Quote:
change the "D:" in
procedure DLL_Load;
begin
IntLog('d:\rpe_log.log');
end;
to "C:" in the custom filter
|
Here's a screenshot.. Enjoy!!
[Only registered and activated users can see links. Click Here To Register...]