|
You last visited: Today at 15:32
Advertisement
Changing v19 status bar to v21 status bar?
Discussion on Changing v19 status bar to v21 status bar? within the Flyff Private Server forum part of the Flyff category.
03/09/2019, 19:36
|
#1
|
elite*gold: 0
Join Date: Jul 2018
Posts: 224
Received Thanks: 46
|
Changing v19 status bar to v21 status bar?
Hey , I was wondering how can i change the MP\FP\EXP Status bar like v21 has?
Example: (Change What's on the right to the left).
Anyone know what to edit\change\add?
All i came up with is edit the WndStatus2.tga , but even when im coloring the background in "black" , It still looks transparency.
Thanks  .
|
|
|
03/09/2019, 19:46
|
#2
|
elite*gold: 0
Join Date: Nov 2012
Posts: 80
Received Thanks: 33
|
//#define __STATUS_V19
possibly
|
|
|
03/09/2019, 20:03
|
#3
|
elite*gold: 0
Join Date: Jul 2018
Posts: 224
Received Thanks: 46
|
Quote:
Originally Posted by ademir321
//#define __STATUS_V19
possibly
|
When im undefine the __STATUS_V19 and try to re-compile , I get too many errors..Sure this is the way?
|
|
|
03/09/2019, 20:05
|
#4
|
elite*gold: 0
Join Date: Nov 2012
Posts: 80
Received Thanks: 33
|
Quote:
Originally Posted by LookAtTheFlower
When im undefine the __STATUS_V19 and try to re-compile , I get too many errors..Sure this is the way?
|
Send print from errors.
|
|
|
03/09/2019, 20:31
|
#5
|
elite*gold: 0
Join Date: Jul 2018
Posts: 224
Received Thanks: 46
|
Quote:
Originally Posted by ademir321
Send print from errors.
|
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3209): error C2065: 'm_HPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3209): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3210): error C2065: 'm_MPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3210): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3211): error C2065: 'm_FPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3211): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3212): error C2065: 'm_EXPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3212): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3295): error C3861: 'm_HPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3305): error C3861: 'm_MPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3315): error C3861: 'm_FPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3326): error C3861: 'm_EXPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3353): error C3861: 'm_HPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3355): error C3861: 'm_MPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3357): error C3861: 'm_FPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3359): error C3861: 'm_EXPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3464): error C2228: left of '.SetInvalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3464): error C3861: 'm_HPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3465): error C2228: left of '.SetInvalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3465): error C3861: 'm_MPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3466): error C2228: left of '.SetInvalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3466): error C3861: 'm_FPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3467): error C2228: left of '.SetInvalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3467): error C3861: 'm_EXPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3479): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3479): error C3861: 'm_HPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3480): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3480): error C3861: 'm_MPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3481): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3481): error C3861: 'm_FPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3482): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3482): error C3861: 'm_EXPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndField.cpp(14241): error C2065: 'm_HPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndField.cpp(14241): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14242): error C2065: 'm_MPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndField.cpp(14242): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14243): error C2065: 'm_FPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndField.cpp(14243): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14244): error C2065: 'm_EXPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndField.cpp(14244): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14245): error C2065: 'm_AEXPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndField.cpp(14245): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14495): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14495): error C3861: 'm_HPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndField.cpp(14496): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14496): error C3861: 'm_MPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndField.cpp(14497): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14497): error C3861: 'm_FPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndField.cpp(14498): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14498): error C3861: 'm_EXPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndField.cpp(14499): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14499): error C3861: 'm_AEXPGaugeTexture': identifier not found, even with argument-dependent lookup
|
|
|
03/09/2019, 21:00
|
#6
|
elite*gold: 0
Join Date: Nov 2012
Posts: 80
Received Thanks: 33
|
Quote:
Originally Posted by LookAtTheFlower
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3209): error C2065: 'm_HPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3209): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3210): error C2065: 'm_MPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3210): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3211): error C2065: 'm_FPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3211): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3212): error C2065: 'm_EXPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3212): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3295): error C3861: 'm_HPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3305): error C3861: 'm_MPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3315): error C3861: 'm_FPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3326): error C3861: 'm_EXPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3353): error C3861: 'm_HPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3355): error C3861: 'm_MPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3357): error C3861: 'm_FPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3359): error C3861: 'm_EXPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3464): error C2228: left of '.SetInvalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3464): error C3861: 'm_HPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3465): error C2228: left of '.SetInvalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3465): error C3861: 'm_MPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3466): error C2228: left of '.SetInvalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3466): error C3861: 'm_FPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3467): error C2228: left of '.SetInvalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3467): error C3861: 'm_EXPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3479): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3479): error C3861: 'm_HPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3480): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3480): error C3861: 'm_MPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3481): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3481): error C3861: 'm_FPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3482): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndTaskBar.cpp(3482): error C3861: 'm_EXPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndField.cpp(14241): error C2065: 'm_HPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndField.cpp(14241): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14242): error C2065: 'm_MPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndField.cpp(14242): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14243): error C2065: 'm_FPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndField.cpp(14243): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14244): error C2065: 'm_EXPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndField.cpp(14244): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14245): error C2065: 'm_AEXPGaugeTexture' : undeclared identifier
g:\V19 Test\Source\_Interface\WndField.cpp(14245): error C2228: left of '.Invalidate' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14495): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14495): error C3861: 'm_HPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndField.cpp(14496): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14496): error C3861: 'm_MPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndField.cpp(14497): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14497): error C3861: 'm_FPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndField.cpp(14498): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14498): error C3861: 'm_EXPGaugeTexture': identifier not found, even with argument-dependent lookup
g:\V19 Test\Source\_Interface\WndField.cpp(14499): error C2228: left of '.LoadTexture' must have class/struct/union type
type is ''unknown-type''
g:\V19 Test\Source\_Interface\WndField.cpp(14499): error C3861: 'm_AEXPGaugeTexture': identifier not found, even with argument-dependent lookup
|
Confira se tem alguma definição incorreta.
|
|
|
03/09/2019, 21:02
|
#7
|
elite*gold: 0
Join Date: Jul 2018
Posts: 224
Received Thanks: 46
|
Quote:
Originally Posted by ademir321
Confira se tem alguma definição incorreta.
|
Sorry but what does it mean in English?
|
|
|
03/09/2019, 21:05
|
#8
|
elite*gold: 0
Join Date: Nov 2012
Posts: 80
Received Thanks: 33
|
Quote:
Originally Posted by LookAtTheFlower
Sorry but what does it mean in English? 
|
check if possue one define in a incorrect local
|
|
|
03/10/2019, 10:40
|
#9
|
elite*gold: 60
Join Date: Sep 2017
Posts: 424
Received Thanks: 138
|
The Color of the Status-bar from HP/MP/FP/EXP is in the Theme Folder... its just re-colored
|
|
|
03/10/2019, 11:37
|
#10
|
elite*gold: 0
Join Date: Jul 2018
Posts: 224
Received Thanks: 46
|
Quote:
Originally Posted by Dr. Peacock
The Color of the Status-bar from HP/MP/FP/EXP is in the Theme Folder... its just re-colored 
|
Ok , i'll try , what about the black background?
|
|
|
03/10/2019, 16:20
|
#11
|
elite*gold: 100
Join Date: Apr 2015
Posts: 128
Received Thanks: 32
|
It's all Theme work...the black background is 100% black no transparency...
Check your Theme folder and try....
|
|
|
03/14/2019, 10:25
|
#12
|
elite*gold: 0
Join Date: Jan 2017
Posts: 301
Received Thanks: 28
|
Yea get official theme folder and just copy the theme files you need
|
|
|
03/17/2019, 09:52
|
#13
|
elite*gold: 0
Join Date: Jul 2018
Posts: 224
Received Thanks: 46
|
Quote:
Originally Posted by KingKeesie
Yea get official theme folder and just copy the theme files you need
|
I already tried that before i came here to ask , Nothing changes.
|
|
|
 |
Similar Threads
|
I need help changing load bar position
05/25/2016 - Silkroad Online - 1 Replies
Fix..!
|
I need help changing load bar position
05/25/2016 - Silkroad Online - 1 Replies
Fix..!
|
Best time to activate premium ? Grey bar , yellow bar or red bar ?
06/14/2013 - Silkroad Online - 1 Replies
Im playing silkroad r . Im currectly level 86. What would be the best time to activate a premium plus ? During the yellow , red or grey bar ?
|
[Guide] Just changing the drops of VIP maps without changing of its place
10/08/2010 - EO PServer Guides & Releases - 2 Replies
in revo's DB when u add the VIP tele it apears on the old market ..
some ppl dont know how to change its place thats why i made this query for them
delete from cq_generator where id >= 0113 and id <= 0128;
INSERT INTO `cq_generator` VALUES ('0113', '8900', '0062', '0033', '0001', '0001', '0001', '0025', '0001', '0110', '0000', '0000', '0000', '0000', '0000');
INSERT INTO `cq_generator` VALUES ('0114', '8900', '0072', '0037', '0001', '0001', '0001', '0025', '0001', '0110', '0000',...
|
All times are GMT +1. The time now is 15:35.
|
|