Register for your free account! | Forgot your password?

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

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

Advertisement



Baruna Awakening || APP_LOGIN

Discussion on Baruna Awakening || APP_LOGIN within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2013
Posts: 226
Received Thanks: 97
Baruna Awakening || APP_LOGIN

Hey,
Ich habe die Baruna-Erweckung zum laufen bekommen, Es klappt alles wunderbar, jedoch bleibt die Waffe nach dem Erwecken im Fenster drin, und ich kann dann beliebig oft neu erwecken. Mein Plan ist, wie auf offi, die Waffe am Ende wieder ins Inventar zurücklegen zu lassen, jedoch weiß ich nicht wie ich das in die Praxis umsetzen soll... Habe mir schon andere Systeme angeschaut, bei denen das gemacht wird, aber sucht erstmal was, von dem ihr nicht wisst wie es aussieht



Mein zweites Problem habe ich mit meinem Login-Fenster.... Ich habe es bischen länger und höher im Ruby gemacht, bekomme das jedoch nicht richtig dargestellt...
Hier im Ruby:


Hier im Game:


Code:
APP_LOGIN "WndTile09.tga" "" 1 525 750 0x2410000 26
{
 // Title String
 IDS_RESDATA_INC_003026
}
{
 // Help Key
 IDS_RESDATA_INC_003027
}
{
 WTYPE_BUTTON WIDC_OK "ButtNormal02.tga" 0 143 162 353 186 0x220000 0 0 0 0 0 0 0
 {
  // Title String
  IDS_RESDATA_INC_003028
 }
 {
  // ToolTip
  IDS_RESDATA_INC_003029
 }
 WTYPE_BUTTON WIDC_QUIT "ButtNormal02.tga" 0 143 343 353 367 0x220000 0 0 0 0 0 0 0
 {
  // Title String
  IDS_RESDATA_INC_003030
 }
 {
  // ToolTip
  IDS_RESDATA_INC_003031
 }
 WTYPE_EDITCTRL WIDC_ACCOUNT "WndEditTile00.tga" 1 214 44 378 64 0x20000 0 0 0 0 255 255 255
 {
  // Title String
  IDS_RESDATA_INC_003032
 }
 {
  // ToolTip
  IDS_RESDATA_INC_003033
 }
 WTYPE_EDITCTRL WIDC_PASSWORD "WndEditTile00.tga" 1 213 75 377 95 0x20000 0 0 0 0 255 255 255
 {
  // Title String
  IDS_RESDATA_INC_003034
 }
 {
  // ToolTip
  IDS_RESDATA_INC_003035
 }
 WTYPE_STATIC WIDC_STATIC2 "" 0 124 75 204 95 0x260000 0 0 0 0 244 204 77
 {
  // Title String
  IDS_RESDATA_INC_003036
 }
 {
  // ToolTip
  IDS_RESDATA_INC_003037
 }
 WTYPE_BUTTON WIDC_CHECK1 "ButtCheck.tga" 0 233 107 343 123 0x220048 0 0 0 0 255 249 198
 {
  // Title String
  IDS_RESDATA_INC_003038
 }
 {
  // ToolTip
  IDS_RESDATA_INC_003039
 }
 WTYPE_STATIC WIDC_STATIC3 "" 0 125 44 205 64 0x2260000 0 0 0 0 244 204 77
 {
  // Title String
  IDS_RESDATA_INC_003040
 }
 {
  // ToolTip
  IDS_RESDATA_INC_003041
 }
 WTYPE_BUTTON WIDC_CREDIT "ButtNormal02.tga" 0 143 297 353 321 0x220010 0 0 0 0 0 0 0
 {
  // Title String
  IDS_RESDATA_INC_003042
 }
 {
  // ToolTip
  IDS_RESDATA_INC_003043
 }
 WTYPE_BUTTON WIDC_ABOUT "ButtNormal02.tga" 0 144 208 354 232 0x220010 0 0 0 0 0 0 0
 {
  // Title String
  IDS_RESDATA_INC_003044
 }
 {
  // ToolTip
  IDS_RESDATA_INC_003045
 }
 WTYPE_BUTTON WIDC_PROLOGUE "ButtNormal02.tga" 0 143 252 353 276 0x220010 0 0 0 0 0 0 0
 {
  // Title String
  IDS_RESDATA_INC_003046
 }
 {
  // ToolTip
  IDS_RESDATA_INC_003047
 }
}
.S0ulSeller is offline  
Thanks
1 User
Old 03/12/2014, 02:22   #2
 
elite*gold: 294
Join Date: Jun 2009
Posts: 407
Received Thanks: 587
WndNeuz.cpp
Code:
	if(dwWID == APP_LOGIN)
		rect = CRect( ptLeftTop.x, ptLeftTop.y, ptLeftTop.x + lpWndApplet->size.cx, ptLeftTop.y + 200 );
	else
		rect = CRect( ptLeftTop.x, ptLeftTop.y, ptLeftTop.x + lpWndApplet->size.cx, ptLeftTop.y + lpWndApplet->size.cy );

For baruna awakening, after awakening, you could close the window.
Avalion is offline  
Old 03/12/2014, 14:41   #3
 
Rhyder`'s Avatar
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
to edit login page you must go to this function:
Code:
void CWndLogin::OnInitialUpdate()
to edit button you must edit this:

Code:
	MoveParentCenter();

		pOk->Move( 275, 20 ); //1
		pPrologue->Move( 275, 80 ); //2
		pCredit->Move( 275, 80 );//combine with prologue
		pAbout->Move( 275, 50 ); //3
		pQuit->Move( 275, 110 ); //4
for the window size just edit it here:

look at what i did to my login page :P


Quote:
Originally Posted by Avalion View Post
For baruna awakening, after awakening, you could close the window.
he said that after he use baruna the item will still remain at the window.
or in the inventory it will still checked i think.
Rhyder` is offline  
Thanks
1 User
Old 03/12/2014, 17:54   #4
 
elite*gold: 0
Join Date: Mar 2013
Posts: 226
Received Thanks: 97
Thanks... So anybody an idea about the Baruna awakening? :/
.S0ulSeller is offline  
Old 03/13/2014, 22:50   #5
 
Mognakor's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 598
Received Thanks: 465
Show the functions where you add the item to the window and i might be able to tell you what to look for or what to do.
Mognakor is offline  
Reply


Similar Threads Similar Threads
Baruna?
07/17/2013 - Flyff Private Server - 2 Replies
Hallo, wollte mal fragen wo ich es in der Resource finde das ich Ultimate gegen Baruna austauschen kann und da auch wirklich Baruna steht weil momentan hab ich nur BARUNA_D stehen aber vor dem Namen des Gegenstands steht leider kein Baruna. Dazu wollte ich fragen wie man auch Baruna Upgrade zu dem Safe Boboko hinzufügen kann. Bin neu in C++ und nehme alle Ratschläge gerne an.
Baruna Upgrade
05/24/2012 - Flyff - 1 Replies
Hey, wollte mich mal wegen dem Baruna Upgrade informieren. Frage: 1.) Gehen die Effekte von einen Kalgas Set verloren wenn ich das ganze set über +10 habe? 2.) Was bringt es wenn ich mein Kalgas Set +20 habe? 3.) Gibt es einen Trick wie ich meinen Udi schneller lvln kann?
Ancient VS Baruna ?
08/16/2011 - Flyff - 4 Replies
Was ist besser ancient oder baruna ?
[Source Help] Baruna
08/12/2011 - Flyff Private Server - 3 Replies
Hab Alles eingefügt was eingefügt werden muss aber kriege einen paar errors. c:\Users\...\Desktop\Neuer Ordner(5): error C2065: 'BARUNA_B' : undeclared identifier c:\Users\.....\Desktop\Neuer Ordner(5): error C2065: 'BARUNA_S' : undeclared identifier c:\Users\....\Desktop\Neuer Ordner(5): error C2065: 'BARUNA_S' : undeclared identifier c:\Users\.....\Desktop\Neuer Ordner(5): error C2065: 'BARUNA_D' : undeclared identifier c:\Users\....\Desktop\Neuer Ordner(5): error C2065: 'BARUNA_C' :...
Baruna Waffen/Rüstungen Awakening Able machen
07/15/2011 - Flyff Private Server - 1 Replies
Hallo E*pvpers, wie der Titel schon sagt, möchte ich in den Etioom Files den Baruna Waffen/Rüstungen die Awakening Funktion hinzufügen!! Weiß einer wie das geht?? Lg ich



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


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.