Assuming you aren't using binaries (which wouldn't be surprising seeing as you haven't simply looked in your source for the commands) then you could always code a command to give attack/defense easily enough.
Note: Pseudo code, does nothing.
case "buffme":
{
switch(Data[1])
case "on":
{
CSocket.Client.ExtraAttack += 999999
CSocket.Client.ExtraDefense += 999999
break;
}
case "off":
{
CSocket.Client.ExtraAttack = 0;
CSocket.Client.ExtraDefense = 0;
break;
}
default:
{
console.writeline("You didn't use either 'on' or 'off'!);
break;
}
break;
}
Then simply add the variable ExtraDefense/Attack to your character stats and then in the attack calculations near the end have it add your extra attack and remove the extra defense.
Very simple to do really...
Note: based off basic coemu coding style but again... not intended for actual use.
[QUESTION]How do i bypass Xtrap for any private server?[QUESTION] 10/12/2009 - Cabal Online - 3 Replies Exactly what the title says.
I keep on getting an xTrap error when i try and load ANY private server that uses XTrap and it's driving me absolutely insane.
I cant figure out why it's showing me the error. If anyone has any bypasser for Helix / PaRaDoX
or any other server u know that has xTrap can u either PM me the bypass or post it here pls......this is driving me nuts
Bump.
[QUESTION]How do i bypass Xtrap for any private server?[QUESTION] 10/02/2009 - Cabal Private Server - 2 Replies Exactly what the title says.
I keep on getting an xTrap error when i try and load ANY private server that uses XTrap and it's driving me absolutely insane.
I cant figure out why it's showing me the error. If anyone has any bypasser for Helix / PaRaDoX
or any other server u know that has xTrap can u either PM me the bypass or post it here pls......this is driving me nuts