-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Quote:
Originally Posted by
Chris Valentin
This îs big pile of..... You cant change the freaking ip from startup from 127.0.0.1 to yours. Crap
And who said that I have done it?
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Now my join server its online. But when i enter game i take disconnect. Why?help
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Quote:
Originally Posted by
or30n
I use windows 7 ultimate x64 and SQL 2008 r2 x64 and never had any prob.
which sql edition r u using bro - express, standard, enterprise...? could u share a link to download it? thx in advance.
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
OK, when I'll go home.
Does anyone has a fix for the dark raven level cause does not rise.
mauro07, did u done any progress with main + hooked DLL?
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Quote:
Originally Posted by
or30n
OK, when I'll go home.
Does anyone has a fix for the dark raven level cause does not rise.
mauro07, did u done any progress with main + hooked DLL?
I leave for all a fuckin* .dll, but as usual... source, source, source... here this fuckin* source:
Code:
DWORD CashShopDrawText = 0x0075AFB0;
DWORD ReturnCashShopLoad = 0x007A90CB;
void __declspec(naked) ChangeButtonPurchasePosition()
{
_asm
{
PUSH 0x7C
PUSH 0x28
LEA ECX,[EBP-0x668]
CALL CashShopDrawText
// ----
JMP ReturnCashShopLoad
}
}
void Fixes::Load()
{
Utils.SetRange((LPVOID)0x007A92B5, 251, ASM::NOP); // -> This is Fix to Remove Gift Button from Cash Shop.
// ----
Utils.SetRange((LPVOID)0x007A90BC, 15, ASM::NOP);
Utils.SetJmp((LPVOID)0x007A90BC, ChangeButtonPurchasePosition);
}
PS: Compile by yourself, maybe this time works for you.
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Quote:
Originally Posted by
mauro07
I leave for all a fuckin* .dll, but as usual... source, source, source... here this fuckin* source:
Code:
DWORD CashShopDrawText = 0x0075AFB0;
DWORD ReturnCashShopLoad = 0x007A90CB;
void __declspec(naked) ChangeButtonPurchasePosition()
{
_asm
{
PUSH 0x7C
PUSH 0x28
LEA ECX,[EBP-0x668]
CALL CashShopDrawText
// ----
JMP ReturnCashShopLoad
}
}
void Fixes::Load()
{
Utils.SetRange((LPVOID)0x007A92B5, 251, ASM::NOP); // -> This is Fix to Remove Gift Button from Cash Shop.
// ----
Utils.SetRange((LPVOID)0x007A90BC, 15, ASM::NOP);
Utils.SetJmp((LPVOID)0x007A90BC, ChangeButtonPurchasePosition);
}
PS: Compile by yourself, maybe this time works for you.
Thank you but why this language; U say no prob to release later main + dll and we thank you. U shouldn't talk like this my friend.
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Some comments may be useful to them:
*Use it in window 2008 R2 with SQL 2008 R2 more than 2 months without problems and there was no crashes.
*The gmove fix is / gmove NICK map Cordy Cordy, eg / gmove ErikGaston 0,120,120; For any character / gm.
*The problem of balancing, disable it by placing a 0 in CalcCharacter, and to use SLOW server and no problems.
*BUG: -Dark Raven does not rise to the level where they are talking about
-Socket: They found the solution .
-Trade Off does not work completely right.
They are good files, they can be assembled varieties of things.Thanks for credits and using them :w00t:
sorry for my English, I use translator xD
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Quote:
Originally Posted by
erikgaston
Some comments may be useful to them:
*Use it in window 2008 R2 with SQL 2008 R2 more than 2 months without problems and there was no crashes.
*The gmove fix is / gmove NICK map Cordy Cordy, eg / gmove ErikGaston 0,120,120; For any character / gm.
*The problem of balancing, disable it by placing a 0 in CalcCharacter, and to use SLOW server and no problems.
*BUG: -Dark Raven does not rise to the level where they are talking about
-Socket: They found the solution .
-Trade Off does not work completely right.
They are good files, they can be assembled varieties of things.Thanks for credits and using them :w00t:
sorry for my English, I use translator xD
Can u tell me what edition are u using bro? Someone told me that express edition doesn't have sql agent...
So it'd be a problem considering the use of some websites.
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Tnx for release. i try now. when new update?
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Hi all , please help me where download English client for this server?
- - - Updated - - -
i need full english server please help me
Skype: lifemu.ru
Icq: 645124207
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
-
1 Attachment(s)
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
my old source new wings for ia julia
user.cpp
Code:
void gObjMakePreviewCharSetEx(int aIndex)
{
gObjMakePreviewCharSet(aIndex);
OBJECTSTRUCT *lpObj = (OBJECTSTRUCT*)OBJECT_POINTER(aIndex);
BYTE btNewValue = 0;
if( lpObj->pInventory[7].m_Type >= ITEMGET(12, 180) && lpObj->pInventory[7].m_Type <= ITEMGET(12, 255) )
{
lpObj->CharSet[5] |= CS_SET_WING1(3);
lpObj->CharSet[17] |= (lpObj->pInventory[7].m_Type - ITEMGET(12, 180) + 1) << 2;
}
}
lite.cpp
Code:
ReadyWings();
Utilits.HookThis((DWORD)&DSProtocolCoreEx,DsProtocolCoreJmpOffset);
Utilits.HookThis((DWORD)&gObjMakePreviewCharSetEx,0x00403B57); //-- JMP GameServ.gObjMakePreviewCharSet
wings.cpp/h
dsprotocol.cpp/h
Attachment 155942
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Quote:
Originally Posted by
ashlay
my old source new wings for ia julia
user.cpp
Code:
void gObjMakePreviewCharSetEx(int aIndex)
{
gObjMakePreviewCharSet(aIndex);
OBJECTSTRUCT *lpObj = (OBJECTSTRUCT*)OBJECT_POINTER(aIndex);
BYTE btNewValue = 0;
if( lpObj->pInventory[7].m_Type >= ITEMGET(12, 180) && lpObj->pInventory[7].m_Type <= ITEMGET(12, 255) )
{
lpObj->CharSet[5] |= CS_SET_WING1(3);
lpObj->CharSet[17] |= (lpObj->pInventory[7].m_Type - ITEMGET(12, 180) + 1) << 2;
}
}
lite.cpp
Code:
ReadyWings();
Utilits.HookThis((DWORD)&DSProtocolCoreEx,DsProtocolCoreJmpOffset);
Utilits.HookThis((DWORD)&gObjMakePreviewCharSetEx,0x00403B57); //-- JMP GameServ.gObjMakePreviewCharSet
wings.cpp/h
dsprotocol.cpp/h
Attachment 155942
hey man , first thanks have errors in the source of DSProtocol how to fix ?
- - - Updated - - -
@ashlay
- - - Updated - - -
what is DsProtocolCoreJmpOffset ?:?
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Quote:
Originally Posted by
L1ron
hey man , first thanks have errors in the source of DSProtocol how to fix ?
- - - Updated - - -
@
ashlay
- - - Updated - - -
what is
DsProtocolCoreJmpOffset ?:?
bro stop spamming messages I'm at work now if you need it fast you can research by yourself...
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Hey, whitch one of femu.sytes.net need to change to my IP? I was trying to change one by one, but no luck, in some places when I change and try to launch gave, it's just close the screen with out any DC, in another ways, not connecting.(in client)
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
it looks everything working good, but i not understand little about gm commands, its not working a lot of them,or i done something wrong with updates, but without updates its the same,not working gmove, setzen,setchar,all ban commands(for other people),maybe there are alredy way to fix these cmd?
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Quote:
Originally Posted by
totiiposibil
please english client!!!
just use the local folder from an english client of the same season
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Hello all, i want to ask ,where is located files to be translated in server side, i want to translate server files into English.
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Hello, im just curios, why my joinserver crashed, when im lounching the server?
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Quote:
Originally Posted by
Ivo Kuvaga
Hello, im just curios, why my joinserver crashed, when im lounching the server?
You change IP everywere? In main all femu.sytes.net and in config.ini ? For my its working
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Quote:
Originally Posted by
m1nd3
You change IP everywere? In main all femu.sytes.net and in config.ini ? For my its working
yes i did, when server is starting, it's just shows me don't send error on joinserver, and i get thiss on all julia files, what is that problem? can anybody tell? I tryed ex700 files and there was no problems with that
-
re: [Release] Files Season 4.6 IA Julia JPN + Fix + Updates+source
Joinserver does not work. Im using Windows 8.1. :(