Re: [Release] Delia Server Files
wow,amzing,nice job guys.thanks.
- - - Updated - - -
Quote:
Originally Posted by
Tetraspore
Hello,Tetra.do u login the game?
Re: [Release] Delia Server Files
http://s.uchat.io/ocKkd.png
How do I get Delia to create it?
Re: [Release] Delia Server Files
Quote:
Originally Posted by
chongtianlong
wow,amzing,nice job guys.thanks.
- - - Updated - - -
Hello,Tetra.do u login the game?
Unfortunately no.
@zmffls12 Is Delia enabled in your featurematrix in your heroes.db3/heroescontents.db3?
Re: [Release] Delia Server Files
Gvy's bins (1.64) will not work, you will need the clean EU 1.69 bins
Here you go,
https://mega.nz/#!tNx3FJTI!-jjN3gnKY...eu-JUl5naeWS0k
Re: [Release] Delia Server Files
Quote:
Originally Posted by
Delteros
https://i.imgur.com/Vz5rfup.png
Now I'm getting this one shortly after running "start.bat"-- I should note, I have been doing all of my work and using this client as a base from the get-go, if that bears any weight on the issue I'm having.
Re: [Release] Delia Server Files
Quote:
Originally Posted by
Tetraspore
https://i.imgur.com/Vz5rfup.png
Now I'm getting this one shortly after running "start.bat"-- I should note, I have been doing all of my work and using
this client as a base from the get-go, if that bears any weight on the issue I'm having.
My client is crash too.but nothing error display.just crash.fk
Re: [Release] Delia Server Files
Quote:
Originally Posted by
Tetraspore
https://i.imgur.com/Vz5rfup.png
Now I'm getting this one shortly after running "start.bat"-- I should note, I have been doing all of my work and using
this client as a base from the get-go, if that bears any weight on the issue I'm having.
i had that error then i changed my command line from en-us to en-eu and it worked and i changed back to en-us then it loaded lel or you can remove winnsi.dll from the program directory and it should start (no idea why changing region fixed it for me)
Re: [Release] Delia Server Files
Quote:
Originally Posted by
Tannaka
i had that error then i changed my command line from en-us to en-eu and it worked and i changed back to en-us then it loaded lel or you can remove winnsi.dll from the program directory and it should start (no idea why changing region fixed it for me)
Hey, I am running en-eu-x-gm, and I tried swapping it with something else with no luck, and then I swapped it back with no luck. I also tried this in conjunction with removing winnsi.dll and I still get the same error-- I must be doing something wrong here.
Re: [Release] Delia Server Files
Quote:
Originally Posted by
Tetraspore
Hey, I am running en-eu-x-gm, and I tried swapping it with something else with no luck, and then I swapped it back with no luck. I also tried this in conjunction with removing winnsi.dll and I still get the same error-- I must be doing something wrong here.
are you using proper 1.69(or equivalent) client bins? because the ones i released as part of my 1.69 repack were a hodgepodge of Thai DLLs and 1.62. the 1.69 ones as uploaded by Delt SHOULD work but i honestly dont know whats up with yours without looking at your client in detail
Re: [Release] Delia Server Files
Can I upload clients that are using Tannaka?
Re: [Release] Delia Server Files
Quote:
Originally Posted by
Tannaka
are you using proper 1.69(or equivalent) client bins? because the ones i released as part of my 1.69 repack were a hodgepodge of Thai DLLs and 1.62. the 1.69 ones as uploaded by Delt SHOULD work but i honestly dont know whats up with yours without looking at your client in detail
I'm gonna try re-installing a clean v1.69 client from this thread and applying Delt's bins and seeing if that works.
Re: [Release] Delia Server Files
Quote:
Originally Posted by
Tetraspore
I'm gonna try re-installing a clean v1.69 client from
this thread and applying Delt's bins and seeing if that works.
shouldnt need to apply any bins to that client since it literally is a raw 1.69 client with official EU installer(i think i havent actually downloaded the file to check the filenames look similar though).
Re: [Release] Delia Server Files
Quote:
Originally Posted by
Tetraspore
Hey, I am running en-eu-x-gm, and I tried swapping it with something else with no luck, and then I swapped it back with no luck. I also tried this in conjunction with removing winnsi.dll and I still get the same error-- I must be doing something wrong here.
If u are using Gvygvxvx EU Client v1.69, u need to revert some changes in order for them to work.
1. restore the original bin folder from EU Client v1.69
2. restore the original 9FB527B373DCBD159552ADD1710487A724237AF9.hfs file
3. remove the scaleform folder
then
1. hex edit the bin/engine.dll to point the heroes.db3 from sql folder.
2. insert the following record into table DefaultItemInfo in server db
Code:
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (100, 10, 'life_potion_lvl0', 20, NULL);
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (101, 10, 'phoenix_feather_lvl0', 4, NULL);
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (102, 10, 'repair_kit_lvl0', 10, NULL);
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (103, 10, 'gold', 10000, NULL);
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (104, 10, 'javelin_lvl0', 14, NULL);
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (105, 10, 'bastardsword_newbie', 1, NULL);
My EU Client v1.69 bin and hsf file which I tested working on Delia server files.
https://drive.google.com/file/d/1fhD...ew?usp=sharing
Password: ylwong
Image screen for creating new character
https://i.imgur.com/l3GdZyK.png
In game delia character
https://i.imgur.com/hmSxAkm.jpg
Re: [Release] Delia Server Files
Quote:
Originally Posted by
ylwong
If u are using Gvygvxvx EU Client v1.69, u need to revert some changes in order for them to work.
1. restore the original bin folder from EU Client v1.69
2. restore the original 9FB527B373DCBD159552ADD1710487A724237AF9.hfs file
3. remove the scaleform folder
then
1. hex edit the bin/engine.dll to point the heroes.db3 from sql folder.
2. insert the following record into table DefaultItemInfo in server db
Code:
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (100, 10, 'life_potion_lvl0', 20, NULL);
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (101, 10, 'phoenix_feather_lvl0', 4, NULL);
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (102, 10, 'repair_kit_lvl0', 10, NULL);
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (103, 10, 'gold', 10000, NULL);
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (104, 10, 'javelin_lvl0', 14, NULL);
INSERT INTO "main"."DefaultItemInfo" ("ID", "CharacterClass", "ItemClass", "ItemNum", "Feature") VALUES (105, 10, 'bastardsword_newbie', 1, NULL);
My EU Client v1.69 bin and hsf file which I tested working on Delia server files.
https://drive.google.com/file/d/1fhD...ew?usp=sharing
Password: ylwong
Image screen for creating new character
https://i.imgur.com/l3GdZyK.png
In game delia character
https://i.imgur.com/hmSxAkm.jpg
Thank you, I'll try this. I noticed though, it boots just fine when I remove my mod injector, so winnsi.dll injector has something to do with it.
Re: [Release] Delia Server Files
i got it works...i used 169 clean client then gvy bin files , i needed icudt56.ddl ,icuuc56.dll, vindictus.exe, bip and uptodate2 from http://forum.ragezone.com/f944/relea...-69-a-1113635/, then used ylwong files bin + hfs files. Only difference i had to change engline.dll hex edit, i changed sql/heroes.db3 to sqloll/heroes.db3 cause had size error. In poor words i changed heroes.db3 hex point and sql folder name to sqloll