Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server > Flyff PServer Guides & Releases
You last visited: Today at 09:14

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

Advertisement



[Tutorial] Add system to v19 Jopsi Glow

Discussion on [Tutorial] Add system to v19 Jopsi Glow within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Closed Thread
 
Old 05/15/2013, 16:28   #16
 
elite*gold: 0
Join Date: Aug 2011
Posts: 175
Received Thanks: 1
error
brent2121 is offline  
Old 05/15/2013, 16:55   #17
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 0
The Black Market: 517/0/0
Join Date: Jan 2012
Posts: 16,497
Received Thanks: 3,520
Quote:
m_iGlowBody
m_iGlowLegLeft
m_iGlowLegRight
m_iGlowArmLeft
m_iGlowArmRight
m_iGlowHandLeft
m_iGlowHandRight
is not declared.

Mover.h:
Code:
#ifdef __JOPS_GLOW
int m_iGlowBody;
int m_iGlowLegLeft;
int m_iGlowLegRight;
int m_iGlowArmLeft;
int m_iGlowArmRight;
int m_iGlowHandLeft;
int m_iGlowHandRight;
#endif
Lumi is offline  
Old 05/15/2013, 16:59   #18
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Quote:
Originally Posted by Lumi' View Post
is not declared.

Mover.h:
Code:
#ifdef __JOPS_GLOW
int m_iGlowBody;
int m_iGlowLegLeft;
int m_iGlowLegRight;
int m_iGlowArmLeft;
int m_iGlowArmRight;
int m_iGlowHandLeft;
int m_iGlowHandRight;
#endif
dude he dont know how to read and search that's why he ask
Rhyder` is offline  
Old 05/15/2013, 17:08   #19
 
elite*gold: 0
Join Date: Aug 2011
Posts: 175
Received Thanks: 1
Quote:
Originally Posted by Lumi' View Post
is not declared.

Mover.h:
Code:
#ifdef __JOPS_GLOW
int m_iGlowBody;
int m_iGlowLegLeft;
int m_iGlowLegRight;
int m_iGlowArmLeft;
int m_iGlowArmRight;
int m_iGlowHandLeft;
int m_iGlowHandRight;
#endif
i declare it on mover.h ,
brent2121 is offline  
Old 05/16/2013, 08:29   #20
 
ThoughtfulDev's Avatar
 
elite*gold: 28
Join Date: Aug 2012
Posts: 2,335
Received Thanks: 471
Quote:
Originally Posted by jayjei14 View Post
dude he dont know how to read and search that's why he ask
that comes from you mouth?

as i said in dbmanagersave.cpp change sql_varchar to sql_integer because in the db your create rows with integer but in sourcer u would say varchar -> oversized character_tbl
ThoughtfulDev is offline  
Thanks
2 Users
Old 05/16/2013, 11:18   #21
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
Why is there no like?

However the thanks must be an like Shonenx.

Espacialy from this line (That comes from your mouth)
raventh1984 is offline  
Old 05/18/2013, 20:17   #22
 
elite*gold: 294
Join Date: Jun 2009
Posts: 407
Received Thanks: 587
DbManagerSave.cpp

Code:
#ifdef __JOPS_GLOW
	bOK[++j] = qry->BindParameter( ++i, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &pMover->m_iGlowArmLeft , 0, 0 ); 
	bOK[++j] = qry->BindParameter( ++i, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &pMover->m_iGlowArmRight, 0, 0 ); 
	bOK[++j] = qry->BindParameter( ++i, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &pMover->m_iGlowLegLeft, 0, 0 );
	bOK[++j] = qry->BindParameter( ++i, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &pMover->m_iGlowLegRight, 0, 0 );
	bOK[++j] = qry->BindParameter( ++i, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &pMover->m_iGlowBody, 0, 0);
	bOK[++j] = qry->BindParameter( ++i, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &pMover->m_iGlowHandLeft, 0, 0);
	bOK[++j] = qry->BindParameter( ++i, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &pMover->m_iGlowHandRight, 0, 0);
#endif// __JOPS_GLOW
Shonen is correct. Varchar != Int. Fix it and it should work.
Avalion is offline  
Old 05/23/2013, 06:53   #23
 
elite*gold: 0
Join Date: May 2013
Posts: 16
Received Thanks: 0
is this updating??
emadelyn is offline  
Old 05/25/2013, 15:26   #24
 
flag51415's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 26
Received Thanks: 5
Hello, I've got a problem with the procedure. Everything works correctly, no error on compile but in game when I change the glow and check "Apply", nothing append. When I change the values manually in database, it works.
Someone knows how can I fixx this ?
Thanks
flag51415 is offline  
Old 05/25/2013, 16:05   #25
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Reequip item?
update your mdldyna.inc and get the correct sfx
Rhyder` is offline  
Old 05/25/2013, 16:14   #26
 
flag51415's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 26
Received Thanks: 5
No matter, I just forget a line ^^ It works great, thanks for the tuto
flag51415 is offline  
Old 08/01/2013, 23:48   #27
 
elite*gold: 0
Join Date: Jul 2013
Posts: 143
Received Thanks: 2
Can u send me the SFX Files please plase ?
LoscArmy is offline  
Old 08/02/2013, 17:46   #28



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
Here is the sfxen from glowchange ..
Attached Files
File Type: rar Glowchange.rar (77.3 KB, 191 views)
- DK is offline  
Old 08/02/2013, 21:52   #29
 
elite*gold: 0
Join Date: Jul 2013
Posts: 143
Received Thanks: 2
Oh Thanks so much bro!

( They don't have textures?
LoscArmy is offline  
Old 08/03/2013, 00:09   #30



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
Quote:
Originally Posted by LoscArmy View Post
Oh Thanks so much bro!

( They don't have textures?
x..x Sfx .. x..x sorry i forget it ..
- DK is offline  
Closed Thread

Tags
flyff, glow, jopsi, system, tutorial


Similar Threads Similar Threads
[Release]Glow System
11/21/2013 - Flyff PServer Guides & Releases - 81 Replies
Da das ganze in der Exordium Source releast worden ist release ich es mal hier offiziel. Ich werde dafür kein Support leisten und das mit der Datenbank könnt ihr selbst machen wers net gebacken kriegt hat pech. Ist eh eine alte Version die lange nicht alle features meines aktuellen glow systems hat an einigen stellen echt dreckigen code hat. File-Upload.net - glow-alt.rar pw ist onlyepvp
[iNEED] GLOW SYSTEM DATABASE JOPSI
05/23/2013 - Flyff Private Server - 7 Replies
anyone can give me Glow System DATABASE plss :handsdown:
[iNEED] GLOW SYSTEM DATABASE JOPSI
05/03/2013 - Flyff - 3 Replies
anyone can give me Glow System DATABASE plss :handsdown:
Errors with Jopsi's Glow Change system
02/28/2013 - Flyff Private Server - 3 Replies
Hi epvp ! Today i want to add the Glow Change system by Jopsi (HERE). BUT :D, i have errors when compiling the source code : C:\Users\Steve\Documents\11.RapidFlyff\Sources\So urces\_Database\DbManagerSave.cpp(119): fatal error C1021: invalid preprocessor command 'endi' C:\Users\Steve\Documents\11.RapidFlyff\Sources\So urces\_Network\Objects\Obj.cpp(688): error C2065: 'm_iGlowArmLeft' : undeclared identifier...



All times are GMT +1. The time now is 09:15.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.