Register for your free account! | Forgot your password?

You last visited: Today at 19:39

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



5 Line Awakening

Discussion on 5 Line Awakening within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Closed Thread
 
Old   #1
 
elite*gold: 294
Join Date: Jun 2009
Posts: 407
Received Thanks: 587
5 Line Awakening

nope
Avalion is offline  
Thanks
12 Users
Old 11/07/2015, 16:15   #2
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 516/0/0
Join Date: Jan 2012
Posts: 16,378
Received Thanks: 3,429
Wow, thank you for the release! ;o Can you give me your resdata entries?
Lumi is offline  
Old 11/07/2015, 16:42   #3
 
Rhyder`'s Avatar
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
so when you have the 5 line awakening so there will be a changes also with this?

Example:
Awakening 35 35 30
to
Awakening 35 35 30 35 35



since i didn't saw this one Awakening also this randomoption.inc from your code??
Rhyder` is offline  
Old 11/07/2015, 17:07   #4
 
sebariio's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 98
Received Thanks: 75
and for __RANDOMOPTION_RETRY ?
sebariio is offline  
Old 11/07/2015, 21:56   #5
 
kevinkraus's Avatar
 
elite*gold: 110
Join Date: Oct 2010
Posts: 306
Received Thanks: 58
i have a little Problem the Awake is Changing when the Item is the in Item Bank.

In Inventory:

In Item Bank:

- Kevin
kevinkraus is offline  
Old 11/08/2015, 10:37   #6
 
kevinkraus's Avatar
 
elite*gold: 110
Join Date: Oct 2010
Posts: 306
Received Thanks: 58
Works Perfect now

Thank you!

- Kevin
kevinkraus is offline  
Old 11/08/2015, 15:13   #7
 
sebariio's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 98
Received Thanks: 75
Good release, thanks
but /GenRandomOption don't refresh the tooltip
sebariio is offline  
Old 11/08/2015, 17:25   #8
 
sebariio's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 98
Received Thanks: 75
you're welcome
sebariio is offline  
Old 11/09/2015, 18:38   #9
 
elite*gold: 0
Join Date: Aug 2015
Posts: 11
Received Thanks: 2
bekomme immer den gleichen error beim compilen...

fatal error C1070: mismatched #if/#endif pair in file '\_common\mover.cpp'
in den letzten zeilen..

Quote:
#ifdef __WORLDSERVER
#ifdef __USER_CP
void CMover::ApplySkilljopsi( CUser* pUser, int nSkillId )
{
ItemProp* pSkillProp = prj.GetSkillProp( nSkillId );
if( pSkillProp )
{
AddSkillProp* pAddSkillProp = prj.GetAddSkillProp( pSkillProp->dwSubDefine + 19 );
if( pAddSkillProp )
{
DWORD dwReferTarget1Backup = pSkillProp->dwReferTarget1;
pSkillProp->dwReferTarget1 = NULL_ID;
DWORD dwReferTarget2Backup = pSkillProp->dwReferTarget2;
pSkillProp->dwReferTarget2 = NULL_ID;
DWORD dwSkillTimeBackup = pAddSkillProp->dwSkillTime;
pAddSkillProp->dwSkillTime = 36000000;
pUser->DoApplySkill( pUser, pSkillProp, pAddSkillProp );
g_UserMng.AddDoApplySkill( pUser, pUser->GetId(), nSkillId, 15 );
pSkillProp->dwReferTarget1 = dwReferTarget1Backup;
pSkillProp->dwReferTarget2 = dwReferTarget2Backup;
pAddSkillProp->dwSkillTime = dwSkillTimeBackup;
}
}
}
#endif
#endif
hoffe mir kann wer helfen
Yashinau is offline  
Old 11/09/2015, 22:32   #10
 
elite*gold: 0
Join Date: Aug 2015
Posts: 11
Received Thanks: 2
@Avalion
Kann ich dir meine Source schicken und du fixxt mir das ?
Ich würde dir dafür 25€ per Paypal anbieten,.. kriege es selber grade nicht hin.

Sorry Leute habe ein erneutes Problem...
das 5-Line Awake funktioniert jetzt soweit bei mir, jedoch sehe ich im Eq des anderen Spieler nur 0% oder +0 Awakes...
Kann mir wer helfen?

Denke, dass es mit einem fehlenden Eintrag in der User.h zsmhängt.


ALLE PROBLEME GELÖST
Yashinau is offline  
Old 11/11/2015, 11:11   #11
 
sebariio's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 98
Received Thanks: 75
Quote:
Originally Posted by Yashinau View Post
@Avalion
Kann ich dir meine Source schicken und du fixxt mir das ?
Ich würde dir dafür 25€ per Paypal anbieten,.. kriege es selber grade nicht hin.

Sorry Leute habe ein erneutes Problem...
das 5-Line Awake funktioniert jetzt soweit bei mir, jedoch sehe ich im Eq des anderen Spieler nur 0% oder +0 Awakes...
Kann mir wer helfen?

Denke, dass es mit einem fehlenden Eintrag in der User.h zsmhängt.
i can help you if u need
sebariio is offline  
Old 11/11/2015, 11:21   #12
 
elite*gold: 0
Join Date: Aug 2015
Posts: 11
Received Thanks: 2
@sebariio sure, could you add me on skype ? darkbass96
Yashinau is offline  
Old 11/17/2015, 08:18   #13
 
elite*gold: 0
Join Date: Jan 2012
Posts: 19
Received Thanks: 1
sir can you help me with this error please

\Official Source\_Common\randomoption.cpp(437): error C2065: 'nAdj' : undeclared identifier
\Official Source\_Common\randomoption.cpp(437): error C2065: 'i' : undeclared identifier
\Official Source\_Common\randomoption.cpp(437): error C2065: 'nDst' : undeclared identifier
\Official Source\_Common\randomoption.cpp(439): error C3861: 'i': identifier not found, even with argument-dependent lookup
\Official Source\_Common\randomoption.cpp(440): error C3861: 'i': identifier not found, even with argument-dependent lookup
\Official Source\_Common\randomoption.cpp(439): error C3861: 'nDst': identifier not found, even with argument-dependent lookup
\Official Source\_Common\randomoption.cpp(440): error C3861: 'nAdj': identifier not found, even with argument-dependent lookup
flyff024 is offline  
Old 01/24/2016, 23:21   #14
 
elite*gold: 0
Join Date: Jan 2016
Posts: 1
Received Thanks: 0
Hey, I need some help with the __RANDOMOPTION_RETRY in DPSrvr.

I can only change the first line of awake. Whenever I try to change another, it calculates new IDs and they are not recognized by the functions that displays or checks whether there is an awake on the items.

Regarding some minor bugs in the code like "radio" instead of "nRadio" and the usage of "nerfedDst" / "nerfedAdj" without declaration, I think the code you provided is not complete.
I changed the "nerfedXXX" to "changedXXX" to compile it properly, but I can't find the error why it's calculating the awakes wrongly.

Can someone help me out?

Code:
#ifdef __5LAWAKES
		if (g_xRandomOptionProperty->GetDstSize(pItem->GetRandomOptItemId()) < nRadio){ return; } //check to see if select > size
		
		__int64 changedDsts = pItem->GetRandomOptItemId() & 0xFFFFFFFFFFFFFF00 << (8 + (8 * radio));
		__int64 changedAdjs = pItem->GetnAdjItemId() & 0xFFFFFFFFFFFFFC00 << (10 * radio));
		unsigned char dst = 0; short adj = 0;
		g_xRandomOptionProperty->createDstAdj(&dst, &adj, nRandomOptionKind, pItem->GetProp()->dwParts);
		g_xRandomOptionProperty->SetDsts(&nerfedDst, nRadio, dst);
		g_xRandomOptionProperty->SetAdjs(&nerfedAdj, nRadio, adj);
		
		pItem->SetRandomOptItemId(changedDsts);
		pUser->UpdateItemEx((BYTE)(pItem->m_dwObjId), UI_RANDOMOPTITEMID, changedDsts);

		pItem->SetnAdjItemId(changedAdjs);
		pUser->UpdateItemEx((BYTE)(pItem->m_dwObjId), UI_ADJRANDOMOPT, changedAdjs);		
		pUser->UpdateItem((BYTE)(pItem2->m_dwObjId), UI_NUM, pItemElem2->m_nItemNum - 1);
#endif
Nirixo is offline  
Old 04/12/2016, 20:33   #15
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
can you pls specify were i can add codes, because the release is when i find it their is a defferent codes or i cant locate the code were i can add the 5lines awake/. some of code you've post is like add codes is i cant find it

sorry for this

hope i can understand the shortcut codes
thanks in advnce
Ecrypter is offline  
Thanks
1 User
Closed Thread


Similar Threads Similar Threads
5-Line Awakenings + Awakening Transfer
07/20/2015 - Flyff PServer Guides & Releases - 1 Replies
#CloseThread > Decided to sell.
8 BALL POOL LONG LINE AND LINE SIZE TRAINER FIREFOX
10/22/2014 - Facebook - 2 Replies
MOZILA FIREFOX http://img163.imageshack.us/img163/159/vsb0.png VIDEO https://www.youtube.com/watch?v=26gHvcpoZsc VIRUS TOTAL
NEW 8 BALL POOL TRAINER - GUIDE LINE,LINE SIZE - MOZILA FIREFOX
12/08/2013 - Facebook - 3 Replies
http://imageshack.com/a/img545/2225/4kxy.png VIDEO NEW 8 BALL POOL TRAINER - GUIDE LINE,LINE SIZE - MOZILA FIREFOX - YouTube VIRUS TOTAL https://www.virustotal.com/pt/file/ca71cba51197a8 b8948133f2e752f6a0ccebaf003877646ae062a051c8167c8a /analysis/1385142659/



All times are GMT +2. The time now is 19:39.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.