questions

05/22/2018 19:48 igorgv#1
1 : how to edit ranger acuracy ?

2 : how to edit flyff private shop
05/23/2018 01:00 Ecrypter#2
resource folder
look for
character.inc
05/23/2018 17:59 Minotaurr#3
Quote:
Originally Posted by igorgv View Post
1 : how to edit ranger acuracy ?

2 : how to edit flyff private shop
Edit your private shop in the following files in your source:

Code:
\_Common\Item.cpp
\_Common\Mover.h
\_Common\MoverItem.cpp
  
\_Interface\WndRegVend.h
\_Interface\WndVendor.cpp
\_Interface\WndVendorBuy.cpp
\_Interface\WndVendorCtrl.cpp

\Neuz\DPClient.cpp
\Neuz\DPClient.h

\WorldServer\User.h
\WorldServer\DPSrvr.cpp
\WorldServer\User.cpp


As last:
\Neuz\VersionCommon.h
\WorldServer\VersionCommon.h
05/26/2018 01:35 igorgv#4
Quote:
Originally Posted by Minotaurr View Post
Edit your private shop in the following files in your source:

Code:
\_Common\Item.cpp
\_Common\Mover.h
\_Common\MoverItem.cpp
  
\_Interface\WndRegVend.h
\_Interface\WndVendor.cpp
\_Interface\WndVendorBuy.cpp
\_Interface\WndVendorCtrl.cpp

\Neuz\DPClient.cpp
\Neuz\DPClient.h

\WorldServer\User.h
\WorldServer\DPSrvr.cpp
\WorldServer\User.cpp


As last:
\Neuz\VersionCommon.h
\WorldServer\VersionCommon.h
you know how file i can edit ranger/ Crackshooter stats ?
05/27/2018 13:09 Achileus#5
Quote:
Originally Posted by igorgv View Post
you know how file i can edit ranger/ Crackshooter stats ?
There are two options to change the accu of the Ranger/crackshooter

the first and easy one is to add a skill that gives u extra accurary.

the second way is to modify following function

BOOL CMover::GetAttackResult

The problem is every class has the same base hitrate, u have to add a special rule for the class Ranger & Crackshooter or for IK3_BOW


If u wanna change the basestats of Ranger/Crackshooter search following function

int CMover::GetWeaponATK

case WT_RANGE_BOW:
nATK = (int)( (((GetDex()-14)*4.0f + (GetLevel()*1.3f) + (GetStr()*0.2f)) * 0.7f) );
break;

change things like that really careful u have to think about crit dmg and base atk stats from ur bow + all powerups, so just do small changes.
05/28/2018 04:30 igorgv#6
Quote:
Originally Posted by Achileus View Post
There are two options to change the accu of the Ranger/crackshooter

the first and easy one is to add a skill that gives u extra accurary.

the second way is to modify following function

BOOL CMover::GetAttackResult

The problem is every class has the same base hitrate, u have to add a special rule for the class Ranger & Crackshooter or for IK3_BOW


If u wanna change the basestats of Ranger/Crackshooter search following function

int CMover::GetWeaponATK

case WT_RANGE_BOW:
nATK = (int)( (((GetDex()-14)*4.0f + (GetLevel()*1.3f) + (GetStr()*0.2f)) * 0.7f) );
break;

change things like that really careful u have to think about crit dmg and base atk stats from ur bow + all powerups, so just do small changes.



certain I will make the changes and perform the tests, the biggest problem is that the crackshooter class is not giving much critical, either in the monsters or in the pvp
05/31/2018 20:20 alfredico#7
CRITICAL param in PropJob.inc