If I add a new HFS, it throws a "CRC Check Fail" how do you go about adding in new HFS's?
Printable View
If I add a new HFS, it throws a "CRC Check Fail" how do you go about adding in new HFS's?
Both db3
Change QuestInfo table QuestSet to 1, DisableUserShip to 'False', EnableUserDSMode to 'False' to create boat
HeroesContents.db3 to remove the ghostwall
Get SectorID from Sectors table for all the 24 man quest
Get EntityID from Entity table for all the 24 man quest SectorID
Go through EntityAttribute with the EntityID founds.
Disable all the ghostwall
/* 解除开门条件 */
INSERT INTO "EntityAttribute" ("EntityID", "Name", "Value") VALUES (1408004, 'OnStartTouch', 'ghostwall_1,Disable,,1.0,-1');
INSERT INTO "EntityAttribute" ("EntityID", "Name", "Value") VALUES (1411588, 'OnStartTouch', 'ghostwall_2,Disable,,1.0,-1');
UPDATE "EntityAttribute" set "Value" = 1 WHERE "EntityID" = 1408518 and "Name" = 'StartDisabled';
UPDATE "EntityAttribute" set "Value" = 1 WHERE "EntityID" = 1408771 and "Name" = 'StartDisabled';
UPDATE "EntityAttribute" set "Value" = 'ghostwall_1,Disable,,1.0,-1' WHERE "EntityID" = 1411074 and "Name" = 'OnStartTouch' and "Value"='ghostwall_1,Enable,,0,-1';
/* command,command,cam_mode_large_boss 1,0,-1 */
/* 24人本显示在北方废墟 1北方废墟,2冰风谷,3阿尤伦 13 哈伊德*/
update questinfo set questset = 2 where id ='quest_bear_giant'; /* 征兆 */
update questinfo set questset = 13 where id ='quest_dragon_ancient_elculous'; /* 魔神 */
update questinfo set questset = 13 where id ='quest_giant_spider_all'; /* 古代的种族 */
update questinfo set questset = 13 where id ='quest_dragon_ancient_siglint'; /* 右边的守护神*/
update questinfo set questset = 13 where id ='quest_dragon_ancient_bugeikloth'; /* 左边的守护神*/
Two questions: How to buy Tir Coins?
Also how can I use bindings? Or a console?
You can push it.
thanks guys! Now I made another blunder. There's this update file I downloaded and installed over my server (The new update from tannaka, EU 1.69 Updated DB+ New Stuff) and now I can't connect to my game anymore. Everything seems fine, I have the IPs and ports set up correctly everywhere, but a bit of searching on here tells me that he uses the heroescontent.db3 file and that there is a private.vindictus.server.com somewhere in there. I can't find it. Where is it exactly? Please!
Edit: Well I sorta fixed it. I wanted to change it inside the database because when I change my HOSTS file the game freezes when I try to connect.
It also freezes with the database change.
So now I can't connect. Vindictus freezes when I put my User and password.
If you're using tannaka's DB, you need to put an entry for 'private.vindictus.server.com = <your IP>' into your HOSTS file. Basically he's no longer using the proper TW or EU Nexon servers so you can remove those entries from your hosts file.
Note to self... must try that solo 24man stuff, looks fun as hell :D
I did. Still when I try to connect the game freezes. It's quite infuriating. I know the solution is within my grasp yet I can't fathom.
Edit: Fixed it. I was opening NMServer.exe but it seems we don't need that anymore. All right, thanks, guys!
As delia was released in 1.69, is she working with this Server version for client 1.69?
This folder google drive access denied.
I'm having a really hard time trying to get this to work. I've followed everything but the CCPROXY bit step-by-step (because I only want to run this on LAN for personal use) but no matter what I do it never shows the server in the server list. And I don't know how to open heroescontents.db3 or heroes.db3 to change the featurematrix thing.
Can somebody help me out with this?