you can upgrade baruna items from the safe upgrade menu but the pets don't work
Printable View
@twisted my bruna items were labeled as "baruna"
There is no problem in the SKILLS of 3rd job in this source and the skill window is working ,right?
They work (I haven't actually used this source though) but I have heard that ForceMaster skills don't work as they do on eFlyff. In this source, you HAVE to have a party to get the buffs, otherwise nothing happens.
I have downloaded this source and compiled with no errors :) , but where are the Model, World, and other folders in the resource? Can I put the folders from eflyff v17?
And I can't find the spec_item.txt in the resource? where should I get it? in the resdatas of eflyff? or can it be the spec_item.txt in Etioom's files?
sorry to bother you:)
Tested:
I have copy all the resource files from Etiooms to this source and it have compiled completely with no errors... but I can't open the neuz (using a loader.bat with sunkist parameter)-_- I have checked the CONFIGS in neuz change it to the version in the loginserver.ini and IP address to 127.0.0.1 just to test it ...but the neuz.exe won't open :(
Is it possible if I didn't copy all the server.exes in the server files the Neuz.exe won't open? sorry for asking but i'm new at source editing just started a while ago :) thank you , sorry to bother you guys again:)
Just a quick queery to fix the max level at 195 would i edit this
with thisCode:void CDPDatabaseClient::OnJoin( CAr & ar, DPID dpidCache, DPID dpidUser )
{
DWORD dwWorldId, dwIndex;
DWORD dwSavePlayerTime = 0;
DWORD dwSaveFlyTime = 0;
int nMaximumLevel = 0;
Code:void CDPDatabaseClient::OnJoin( CAr & ar, DPID dpidCache, DPID dpidUser )
{
DWORD dwWorldId, dwIndex;
DWORD dwSavePlayerTime = 0;
DWORD dwSaveFlyTime = 0;
int nMaximumLevel = 195;