Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 22:46

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

Advertisement



Max Safe Upgrade And Damage Show

Discussion on Max Safe Upgrade And Damage Show within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2017
Posts: 95
Received Thanks: 2
Max Safe Upgrade And Damage Show

Hi I just want to ask
How to increase the safe upgrade from 10 to 20

How to make this work?
putting "Space or Comma in numbers" Example: instead of 12904 it should be 12,904 when you try to hit something. (Damage show)

Yolo143 is offline  
Old 08/17/2017, 15:57   #2
 
elite*gold: 0
Join Date: Apr 2017
Posts: 95
Received Thanks: 2
bump
Yolo143 is offline  
Old 08/17/2017, 17:20   #3
 
Unleashed!'s Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 395
Received Thanks: 231
Increasing the Safe Upgrade shouldnt be that hard to do. You have to edit the ResData and search dir something like SmeltSafety in the Source if i remember correctly. As for the damage rendering: Im on vacation for another week and will look into that when im back.
Unleashed! is offline  
Thanks
1 User
Old 08/17/2017, 21:16   #4
 
elite*gold: 0
Join Date: Mar 2009
Posts: 477
Received Thanks: 218
This might help you.

Burdenz2007 is offline  
Thanks
2 Users
Old 08/18/2017, 02:58   #5
 
elite*gold: 0
Join Date: Apr 2017
Posts: 95
Received Thanks: 2
@
I found the in resdata.inc APP_SMELT_SAFETY but it didn't show there to increase the max upgrade.
@
I've tried this before i tried to change every single < 10 , to < 20 but its still not working its still show maximum upgrade in safe upgrade is 10.

btw thanks for your help guys! hope to know this soon
Yolo143 is offline  
Old 08/18/2017, 10:53   #6
 
Unleashed!'s Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 395
Received Thanks: 231
@
Hm thats not really how it works or what i was trying to say. To my understanding you want to upgrade the safe upgrade window so that you can have 20 tries per run. Is that correct? If so what i was trying to say is that you need to update your resdata to implement more fields for sunstones etc and then edit your source in order to make these fields work. The ResData is responsible for the windows in your client and can be changed either by hand or by using a tool the old and depresssing daisy or the new and much better aTools Gui Editor.

Hope this will clarify things a bit.
Unleashed! is offline  
Old 08/18/2017, 10:57   #7
 
elite*gold: 0
Join Date: Apr 2017
Posts: 95
Received Thanks: 2
@

no i Wast trying to say is this one increasing the Upgrade goal instead of 10 I want to make it 20. (Picture below)

Yolo143 is offline  
Old 08/18/2017, 10:57   #8
 
elite*gold: 0
Join Date: May 2017
Posts: 44
Received Thanks: 19
Quote:
Originally Posted by Unleashed! View Post
@
Hm thats not really how it works or what i was trying to say. To my understanding you want to upgrade the safe upgrade window so that you can have 20 tries per run. Is that correct? If so what i was trying to say is that you need to update your resdata to implement more fields for sunstones etc and then edit your source in order to make these fields work. The ResData is responsible for the windows in your client and can be changed either by hand or by using a tool the old and depresssing daisy or the new and much better aTools Gui Editor.

Hope this will clarify things a bit.
I think he wants to increase the max upgrade (from 10 to 20) not the upgrade window
xRageee is offline  
Old 08/18/2017, 11:00   #9
 
Unleashed!'s Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 395
Received Thanks: 231
Oh ok i see. Does that mean you already changed the upgrade cap to 20 and you just want to make the safe upgrade window work or do you still need to change the cap? I will look into that when im back from vacation next week.
Unleashed! is offline  
Thanks
1 User
Old 08/18/2017, 11:43   #10
 
elite*gold: 0
Join Date: Apr 2017
Posts: 95
Received Thanks: 2
Quote:
Originally Posted by Unleashed! View Post
Oh ok i see. Does that mean you already changed the upgrade cap to 20 and you just want to make the safe upgrade window work or do you still need to change the cap? I will look into that when im back from vacation next week.
I've already done making the upgrade cap to 20. I think i just need the window to make it up to 20

i just want to have follow up question if you don't mind

I was trying to make a patcher And i made it work (Patching) but after i click start the neuz wont open. how can I fix this one? I'am using Patchclient of v15 (Cuviee)

THANK YOU VERY MUCH FOR YOUR EFFORT !!!
Yolo143 is offline  
Old 08/27/2017, 16:35   #11
 
Unleashed!'s Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 395
Received Thanks: 231
Im back from vacation and had a look into the damage rendering. Rendering a space as seperator is very simple, just shift the x position of every third rendered number to the left using the modulo operator like this:

(2DRender.cpp - CDamageNum::Render)
Code:
			DWORD nIndex = strTemp[i] - '0' + m_nAttribute * 14;
			if( (int)nIndex >= 0 )	// ¿¡·¯¹æÁö.
			{
				textPackNum->Render( &g_Neuz.m_2DRender, CPoint( (int)( fX ), (int)( fY ) ), nIndex ,(DWORD)nAlpha,fScaleX,fScaleY);

				if ( (nLength - (i + 1)) % 3 == 0 && nLength - (i + 1) != 0 )
					fX += 10;
			}
Rendering the point isn't much harder though it requires to create a new texture for the point as the existing one only includes numbers from 0-9. If you wish i could probably look into that later.

I havent looked into the upgrade stuff as i dont have much freetime at the moment to spend on flyff :P

Greetz
Unleashed! is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Selling] SAFE TARDEING ! SAFE SAFE SAFE
11/15/2015 - League of Legends Trading - 0 Replies
Ich verkaufe mein LOL ACC/ I sell my LOL acc -Eu N&E 0 rp to change server ! - Gold 3 - 100 Champs - Skins 12 ! - Last season Diamond 4 !
[Question]On Safe Upgrade,Piercing and Element Upgrade
11/28/2014 - Flyff Private Server - 2 Replies
hello everyone, i want to know how do i make the safe upgrade,piercing and element upgrade faster than normal rate. I've been searching all over source files and i found this code. m_dwEnchantWaitTime = g_tmCurrent + SEC(4); or if(m_dwEnchantTimeEnd < g_tmCurrent) {
Damage Damage Damage
02/28/2012 - Mabinogi Hacks, Bots, Cheats & Exploits - 3 Replies
Because of poor English grammar may be a bit strange May I ask what damage accumulated or MOD
On screen damage / show damage
10/03/2010 - Lineage 2 - 2 Replies
Okay I just wanted to know if any1 knows how to patch the system folder for the "Asterios" servers (which isnt really the 'system' folder as much as it is 'asterios' folder) so that u can view the DMG on your screen. L2utils might be a solution, but as far as i`ve tried it doesnt work... so if any1 knows. tnx in advance.



All times are GMT +2. The time now is 22:46.


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.