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 11:43

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

Advertisement



[Release] GoH-Files+Source | Ready to Play

Discussion on [Release] GoH-Files+Source | Ready to Play within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old 06/20/2014, 23:38   #571
 
elite*gold: 0
Join Date: Jan 2014
Posts: 63
Received Thanks: 7
Source is good but not completed, resource -> ****.
Tarosx3 is offline  
Old 06/20/2014, 23:48   #572
 
elite*gold: 0
Join Date: May 2014
Posts: 69
Received Thanks: 27
Quote:
Originally Posted by Tarosx3 View Post
Source is good but not completed, resource -> ****.
Source is ****/buggy

Resource is not bad..
CrackTex is offline  
Old 06/21/2014, 11:25   #573
 
.Crash's Avatar
 
elite*gold: 40
Join Date: Feb 2011
Posts: 1,886
Received Thanks: 582
Quote:
Originally Posted by ****** View Post
Hallo, wenn ich die Server neustarte, sind meine ganzen Items ect weg und ich bin dann wieder Lv 1 und mein Char ist da wo man angefangen hat zu spielen. Woran liegt das?
Der Jops glow ist nicht komplett. Ausbauen oder fertigschreiben.
.Crash is offline  
Old 06/21/2014, 14:30   #574


 
- Major's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,462
Received Thanks: 3,213
Quote:
Originally Posted by .Crash View Post
Der Jops glow ist nicht komplett. Ausbauen oder fertigschreiben.
Yeah thats it ... not .. You need the Datbase to fix this


Database
Quote:
Open your database and right click CHARACTER_TBL then click on design.
At the bottom you need to insert.
GlowArmRight (INT)
GlowArmLeft (INT)
GlowLegRight (INT)
GlowLegLeft (INT)
GlowBody (INT)
GlowHandLeft (INT)
GlowHandRight (INT)

After you have done that save it.

Then we go to stored procedures
And we find CHARACTER_STR right click on it Modify.

Then Search for
, @im_idCampus int = 0
And below we add this

Then search for
IF @iGu = 'S8' -- ??? ?? ????

In the Select procedure find
, isnull(R.m_LogOutTime, 0) m_LogOutTime
And after that we add


Then search for
IF @iGu = 'U1' -- ??? ??

In the UPDATE procedure search for
, idCampus = @im_idCampus
And below that add

Then find
IF @iGu = 'I1' -- ?? ?? ??

And in the INSERT PROCEDURE find
INSERT CHARACTER_TBL
In the INSERT STATEMENT below , idCampus add
Then after the second ,0
add
7x an , 0
After you done that all click on execute and youre done.
- Major is offline  
Old 06/21/2014, 14:36   #575
 
.Crash's Avatar
 
elite*gold: 40
Join Date: Feb 2011
Posts: 1,886
Received Thanks: 582
Quote:
Originally Posted by Armageddon' View Post
Yeah thats it ... not .. You need the Datbase to fix this
Auch der Database part gehört zu dem Glow System somit ist das system nicht komplett wenn der Part fehlt ...
.Crash is offline  
Old 06/21/2014, 14:42   #576


 
- Major's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,462
Received Thanks: 3,213
Quote:
Originally Posted by .Crash View Post
Auch der Database part gehört zu dem Glow System somit ist das system nicht komplett wenn der Part fehlt ...
Thats is True #
- Major is offline  
Old 06/21/2014, 18:42   #577
 
elite*gold: 0
Join Date: Jun 2011
Posts: 7
Received Thanks: 0
Hello !

I downloaded the files for create a server and I find 1 problem : the skills tree makes that the Neuz crashes. How can I fix this problem ?
Railwayx is offline  
Old 06/21/2014, 18:43   #578
 
elite*gold: 0
Join Date: May 2014
Posts: 69
Received Thanks: 27
Quote:
Originally Posted by Railwayx View Post
Hello !

I downloaded the files for create a server and I find 1 problem : the skills tree makes that the Neuz crashes. How can I fix this problem ?
The skilltree works lol?
CrackTex is offline  
Old 06/21/2014, 18:54   #579
 
elite*gold: 0
Join Date: Jun 2011
Posts: 7
Received Thanks: 0
I push "K" and the Neuz crashes ... I have this errors.


I know that many errors are not importants but I don't know why my Neuz crashes.

Sorry, there is no problem on the Skills tree. It was my computer who had a problem.
Railwayx is offline  
Old 06/22/2014, 19:41   #580
 
elite*gold: 0
Join Date: Jan 2014
Posts: 63
Received Thanks: 7
Quote:
Originally Posted by CrackTex View Post
Source is ****/buggy

Resource is not bad..
Resource is old... would be better with new params and latest Spec_Item
Tarosx3 is offline  
Old 06/24/2014, 02:07   #581
 
elite*gold: 0
Join Date: Jun 2011
Posts: 7
Received Thanks: 0
How can I fix this warning ?

Code:
Neuz warning LNK4204: 'c:\Users\Output\Neuz\NoGameguard\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
Thank you for help.
Railwayx is offline  
Old 06/24/2014, 08:40   #582
 
elite*gold: 0
Join Date: May 2014
Posts: 69
Received Thanks: 27
Delete your .pdb File in the Neuz Output folder an recompile .. i think tagt fix the warning

Gesendet von meinem HTC Desire 500 mit Hilfe von Elitepvpers, bereitgestellt von appyet.com
CrackTex is offline  
Old 06/24/2014, 12:34   #583
 
elite*gold: 0
Join Date: Jun 2011
Posts: 7
Received Thanks: 0
I fix it. Switch (/DEBUG) to No and add /IGNORE:4089 because LNK4089 is generated.
Railwayx is offline  
Old 06/24/2014, 13:21   #584
 
elite*gold: 0
Join Date: May 2014
Posts: 4,405
Received Thanks: 933
Was ist mit euch?
Peilt ihr euch nicht das es einfach nur drecks files sind.
Closed den müll
#augenkrebs
Michi is offline  
Old 06/24/2014, 14:38   #585
 
elite*gold: 0
Join Date: May 2014
Posts: 69
Received Thanks: 27
Quote:
Originally Posted by Secno View Post
Was ist mit euch?
Peilt ihr euch nicht das es einfach nur drecks files sind.
Closed den müll
#augenkrebs
Ich finde es immer wieder amüsant deine Hass Kommentare bezüglich dieser Files zu lesen.
Du selber hast 0 Ahnung von Source oder Resource meinst trotzdem das sie purer Müll sind.
Mit ein wenig Erfahrung und Grundlegendem Source Wissen kann man sogar aus diesen Files/Source einen erfolgreichen Server schaffen wenn man nur weiß wie.

Natürlich sie clean aufzusetzen ist dumm weil es wirklich einige Buggs gibt, die aber nicht schwer zu fixxen sind.

Lass die User sie benutzen aber Hate hier nicht immer nur rum und such dir n Leben.
CrackTex is offline  
Thanks
1 User
Reply

Tags
andré!, gates of heaven, gates-of-heaven, goh


Similar Threads Similar Threads
[Release] SoD-Source+Files+Client [Ready to Play]
10/24/2012 - Flyff PServer Guides & Releases - 434 Replies
#removed ty to epvp ;)



All times are GMT +2. The time now is 11:43.


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.