-
Member
Minor Problem
Just a Minor problem that i can seem to fix ( seems so simple but hard to find )
i got a V17 server up and running using a own made v15 client everything works perfectly
but then when i try to spawn like the new weopon /gear they spawn but they dont show like there invisble but when i attack for example a aibat the weopon shows then gows invisble again or it just shows in white & yea it makes dmg)
anyone any idea?
Thanks.
-
-
Flyff Developer
Re: Minor Problem
Download a v17+ client (like eFlyff) and copy the Item and Model folders to your v15 client. You're missing models, textures, and possibly inventory icons (that's in Item folder).
-
Member
Re: Minor Problem
Thanks it worked
soo if i do this with the world folder it should work too right?
cause now it only has the v15 world folder if i change that into the eflyff v17 world folder i get the new maps etc?
Last edited by xDeadlyx; 07-02-12 at 01:41 PM.
-
Flyff Developer
Re: Minor Problem
Were you using v17 maps before? Cause I didn't say anything about changing that folder.
-
Member
Re: Minor Problem
nope cause when i did
it kept crashing me neuz over and over again
but when i put a v15 world folder in it.
it worked perfectly.
but now if i use the v17 world folder it suppose to work or am i overlooking something.
-
Flyff Developer
Re: Minor Problem
you're missing the models/texture information for v17 stuff in mdlObj.inc
-
Member
Re: Minor Problem
and that should me added handmaticly ? / and i already copied the v17 models from eflyf to me client so im just missing the texture and the stuff in mdObj.inc? if so how could i add them me self?
-
Flyff Developer
Re: Minor Problem
Use Flyff ResEditor (someone recently reuploaded it) to open the .res files for eFlyff (might need to run it as an administrator if you get an error).
Find mdlObj.inc and extract it. Compare that to the one in your server files to see what you're missing (copy/paste the missing stuff into the top of your file)
-
Member
Re: Minor Problem
Alrighty thanks for the info. here have a rep!
-
Re: Minor Problem
It's quite simple.
Make sure your client match your resource files. If you have v17 resource, that means you have new items and those models and textures have to be added to your client. Same goes for the rest, such as the world server. There's a reason why we use patcher and custom clients cause or else the items won't be functional and might cause disconnections.
Always remember this. If you disconnect after going to a map, or spawning a item. It's usually cause of the client.
-
Member
Re: Minor Problem
@YyZz thanks that pretty much helped me!
@ShadowDragon thanks for the info again!