|
You last visited: Today at 13:17
Advertisement
[Release] RoC Fixes
Discussion on [Release] RoC Fixes within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.
12/11/2011, 10:17
|
#16
|
elite*gold: 0
Join Date: Mar 2010
Posts: 107
Received Thanks: 1
|
sir...i got minor problems in server..
1st is my Staff cant create a guild in SM..when i finish the quest in npc..when i click name its not working.
2nd in GS ranking is not working
plss..reply if you know how to fix it.
|
|
|
12/11/2011, 11:11
|
#17
|
elite*gold: 0
Join Date: Feb 2010
Posts: 876
Received Thanks: 470
|
slord.cpp
Change
Code:
if( !pUser->IsMaster() && !pUser->IsHero() )
to
Code:
if( !pUser->IsMaster() && !pUser->IsHero() && !pUser->IsLegendHero() )
WndField.cpp
Code:
CWndGuildCombatRank_Class* CWndGuildCombatRank_Person::__GetJobKindWnd(int nJob)
{
switch(nJob)
{
case JOB_MERCENARY:
case JOB_KNIGHT:
case JOB_BLADE:
case JOB_KNIGHT_MASTER:
case JOB_BLADE_MASTER:
case JOB_KNIGHT_HERO:
case JOB_BLADE_HERO:
case JOB_LORDTEMPLER_HERO:
case JOB_STORMBLADE_HERO:
return &m_WndGuildCombatTabClass_Mer;
break;
case JOB_ACROBAT:
case JOB_JESTER:
case JOB_RANGER:
case JOB_JESTER_MASTER:
case JOB_RANGER_MASTER:
case JOB_JESTER_HERO:
case JOB_RANGER_HERO:
case JOB_WINDLURKER_HERO:
case JOB_CRACKSHOOTER_HERO:
return &m_WndGuildCombatTabClass_Acr;
break;
case JOB_ASSIST:
case JOB_RINGMASTER:
case JOB_BILLPOSTER:
case JOB_RINGMASTER_MASTER:
case JOB_BILLPOSTER_MASTER:
case JOB_RINGMASTER_HERO:
case JOB_BILLPOSTER_HERO:
case JOB_FLORIST_HERO:
case JOB_FORCEMASTER_HERO:
return &m_WndGuildCombatTabClass_Ass;
break;
case JOB_MAGICIAN:
case JOB_PSYCHIKEEPER:
case JOB_ELEMENTOR:
case JOB_PSYCHIKEEPER_MASTER:
case JOB_ELEMENTOR_MASTER:
case JOB_PSYCHIKEEPER_HERO:
case JOB_ELEMENTOR_HERO:
case JOB_MENTALIST_HERO:
case JOB_ELEMENTORLORD_HERO:
return &m_WndGuildCombatTabClass_Mag;
break;
default:
break;
}
return NULL;
}
|
|
|
12/11/2011, 14:08
|
#18
|
elite*gold: 0
Join Date: May 2011
Posts: 101
Received Thanks: 0
|
how to make templars use shield with a 2h axe or sword
|
|
|
12/11/2011, 19:22
|
#19
|
elite*gold: 4
Join Date: Mar 2010
Posts: 3,148
Received Thanks: 1,535
|
changing in propitem.txt from 2 handed to 1handed
|
|
|
12/11/2011, 19:27
|
#20
|
elite*gold: 0
Join Date: Feb 2010
Posts: 876
Received Thanks: 470
|
Quote:
Originally Posted by Jopsi332
changing in propitem.txt from 2 handed to 1handed
|
Or Spec_Item.txt
|
|
|
12/11/2011, 22:19
|
#21
|
elite*gold: 380
Join Date: Oct 2008
Posts: 2,262
Received Thanks: 382
|
kann mir vllt da einer weiter helfen
PHP Code:
D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(1983): warning C4060: switch statement contains no 'case' or 'default' labels D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2050): error C2601: 'CMover::SetEquipDstParam' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2066): error C2601: 'CMover::SumEquipDefenseAbility' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2125): error C2601: 'CMover::SumEquipAdjValue' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2148): error C2601: 'CMover::SetDarkCover' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2169): error C2601: 'CMover::SetStun' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2205): error C2601: 'CMover::SetPoison' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2239): error C2601: 'CMover::SetDark' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2270): error C2601: 'CMover::SetBleeding' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2301): error C2601: 'CMover::RemoveDebuff' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2333): error C2601: 'CMover::RemoveBuffOne' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2342): error C2601: 'CMover::RemoveBuffAll' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2357): error C2601: 'CMover::SetDestParam' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2362): error C2601: 'CMover::ResetDestParam' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2368): error C2601: 'CMover::SetDestParam' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2384): error C2601: 'CMover::SetDestParam' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2661): error C2601: 'CMover::ResetDestParam' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2851): error C2601: 'CMover::ResetDestParamSync' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2878): error C2601: 'CMover::GetAdjParam' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2885): error C2601: 'CMover::GetChgParam' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2893): error C2601: 'CMover::GetParam' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2911): error C2601: 'CMover::GetHitPoint' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2916): error C2601: 'CMover::GetManaPoint' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2925): error C2601: 'CMover::GetFatiguePoint' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2935): error C2601: 'CMover::GetMaxHitPoint' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2955): error C2601: 'CMover::GetMaxManaPoint' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2972): error C2601: 'CMover::GetMaxFatiguePoint' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(2988): error C2601: 'CMover::GetMaxPoint' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3003): error C2601: 'CMover::GetMaxOriginHitPoint' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3036): error C2601: 'CMover::GetMaxOriginManaPoint' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3057): error C2601: 'CMover::GetMaxOriginFatiguePoint' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3086): error C2601: 'CMover::GetHitPointPercent' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3093): error C2601: 'CMover::GetManaPointPercent' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3100): error C2601: 'CMover::GetFatiguePointPercent' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3119): error C2601: 'CMover::GetHPRecovery' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3136): error C2601: 'CMover::GetMPRecovery' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3153): error C2601: 'CMover::GetFPRecovery' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3171): error C2601: 'CMover::GetFameName' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3279): error C2601: 'CMover::GetResistMagic' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3283): error C2601: 'CMover::GetResistSpell' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3305): error C2601: 'CMover::GetNaturalArmor' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3310): error C2601: 'CMover::GetStr' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3331): error C2601: 'CMover::GetDex' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3352): error C2601: 'CMover::GetInt' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3373): error C2601: 'CMover::GetSta' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3395): error C2601: 'CMover::GetSpeed' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3450): error C2601: 'CMover::BehaviorActionForceSet' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3469): error C2601: 'CMover::ActionForceSet' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3490): error C2601: 'CMover::ActionForceSet2' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3511): error C2601: 'CMover::HalfForceSet' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3523): error C2601: 'CMover::IsCompleteQuest' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3535): error C2601: 'CMover::MakeCompleteQuest' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3549): error C2601: 'CMover::RemoveAllQuest' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3557): error C2601: 'CMover::RemoveCompleteQuest' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3563): error C2601: 'CMover::FindQuest' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3575): error C2601: 'CMover::RemoveQuest' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3622): error C2601: 'CMover::SetQuest' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3637): error C2601: 'CMover::SetQuest' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3645): error C2601: 'CMover::__SetQuest' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3727): error C2601: 'CMover::GetQuest' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3732): error C2601: 'CMover::GetItemNum' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3753): error C2601: 'CMover::GetItemNumForClient' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3807): error C2601: 'CMover::RemoveAllItem' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3824): error C2601: 'CMover::OnTradeRemoveUser' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3932): error C2601: 'CMover::GetItemEnduranceInfluence' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3943): error C2601: 'CMover::GetItemEnduranceWeight' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3954): error C2601: 'CMover::UpdateItemEx' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(3987): error C2601: 'CMover::UpdateItem' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(4225): error C2601: 'CMover::GetItemDropRateFactor' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(4243): error C2601: 'CMover::GetPieceItemDropRateFactor' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(4270): error C2601: 'CMover::GetExpFactor' : local function definitions are illegal D:\FlyffServer\Build\Program\_Common\MoverParam.cpp(4452): fatal error C1075: end of file found before the left brace '{' at '\FlyffServer\Build\Program\_Common\MoverParam.cpp(1839)' was matched
|
|
|
12/12/2011, 14:33
|
#22
|
elite*gold: 0
Join Date: May 2011
Posts: 101
Received Thanks: 0
|
are there any bugs that are still unknown in RoC source? if so can someone post it please
|
|
|
12/12/2011, 14:56
|
#23
|
elite*gold: 4
Join Date: Mar 2010
Posts: 3,148
Received Thanks: 1,535
|
killerooo said colloseum have a bug
|
|
|
12/14/2011, 00:29
|
#24
|
elite*gold: 0
Join Date: Mar 2010
Posts: 107
Received Thanks: 1
|
Transy is bug in game when i used it i get back in level 1..how can i fix this guys!?
|
|
|
12/14/2011, 02:08
|
#25
|
elite*gold: 0
Join Date: Feb 2009
Posts: 28
Received Thanks: 0
|
then transy of ROC is Not Bug
|
|
|
12/14/2011, 03:08
|
#26
|
elite*gold: 0
Join Date: Nov 2009
Posts: 38
Received Thanks: 30
|
No RoC bug
Check your CDPSrvr::OnItemTransy in DPSrvr.cpp (WS)
or CWndItemTransy::OnChildNotify in WndChangeFace.cpp (_Interface)
|
|
|
12/14/2011, 05:40
|
#27
|
elite*gold: 0
Join Date: Mar 2010
Posts: 107
Received Thanks: 1
|
i mean if i transform to monster..
|
|
|
12/14/2011, 06:24
|
#28
|
elite*gold: 0
Join Date: Feb 2009
Posts: 28
Received Thanks: 0
|
losha trans is not bug
|
|
|
12/14/2011, 07:10
|
#29
|
elite*gold: 0
Join Date: Mar 2010
Posts: 107
Received Thanks: 1
|
aibatt dude...when i used that transy of aibatt..
|
|
|
12/14/2011, 12:26
|
#30
|
elite*gold: 0
Join Date: May 2011
Posts: 101
Received Thanks: 0
|
 thats an error
|
|
|
 |
|
Similar Threads
|
[Release] mod_potato with minor bug fixes
01/10/2012 - Mabinogi - 21 Replies
I'll release potato each time I fix one of the existing bugs. This version corrects the following issues:
Positional recording, this affects autopickup and a few other functions
Exploration light effects
Showing of Level/skill ups by other people
If you don't know how to make this work, too bad for you.
|
V4a mod Fixes?
11/11/2011 - Metin2 Private Server - 0 Replies
Hey
any fixes there cuz of kicks when i use the feature hit without animation
only get kicks after 2-3 minutes
us server
no ideas?
|
[RELEASE]21/9/10 OFFSETS+POINTER+FIXES+FUNKTIONEN
09/24/2010 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 31 Replies
Hallo Leute,
da ich habe im moment leider sehr viel für die Schule zu tuhen habe daher mache ich jetzt keinen multihack(den ich online stelle) aber ich stell mal die Offiziellen POINTER+OFFSETS+FUNKTIONEN+FIXES vor ;) coder SIE STAMMEN NICHT VON MIR SONDERN VON WuFe!(ungetestet sie sind vom IT clients) ich hab mal alles übersetzt und auch bissel umgeschrieben da WuFe ein italiener is^^....
WER NIX VOM PROGRAMMIEREN VERSTEHT BITTE ZURÜCK DRÜCKEN!
Unter programmieren versteht man nicht die...
|
[Release] My CoEmu v2 Fixes and Features
11/28/2009 - CO2 PServer Guides & Releases - 10 Replies
K im gonna release some of my work to "those" ppl out that cant do it them selves.
Skills:
Not sure if i should because I recoded the Attack system completely
------------------------------------------------- ------
Items:
Life Fruits
|
[Release]Fixes & Solutions
05/09/2009 - Cabal Private Server - 1 Replies
If possible, please use rapidshare.com.
Thank You.
.DDS Files:
Rapidshare.com
Megaupload.com
.MCL files
Rapidshare.com
Megaupload.com
|
All times are GMT +1. The time now is 13:18.
|
|