There are corresponding datasheets in the datacenter for both of those, but it sounds like there may not be an entry in your TeleportData.xml for that dungeon
Type: Posts; User: tya0411
There are corresponding datasheets in the datacenter for both of those, but it sounds like there may not be an entry in your TeleportData.xml for that dungeon
DungeonConstraint.xml for enabling the dungeons and DungeonMatching.xml for tweaking special requirements (I think).
I believe InputRestrictionData.xml will get you there
In that case it would be db -> tasks -> restore. It will allow you to restore the db to the backup you made
In SSMS, you can right-click the db -> tasks -> backup. It's worth mentioning that the arbiter/worldserver need to be restarted after re-populating that table.
I dunno if I got them all, but here's a script for the productmarkinfo table that has the temp mounts removed:
https://drive.google.com/file/d/19sAmBaKELPrr3FFAk3ZREZIjAugUYl-X/view?usp=sharing
...
Nice! Happy to help :)
These two posts detail how to change the server settings to allow name reuse. Lemme know if it doesn't work out!
...
If you are using VMware workstation/vSphere, you can set the following parameter inside the .vmx file associated with the VM:
hypervisor.cpuid.v0 = falseIt basically tells the OS/application that...
I noticed the FloatingCastle.xml in the DC pretty much looks the same as 92.03, minus i think some of the NPC menus (from what I can remember, at least). Something that stood out was the .gpk files...
So I was able to assign my guild a skycastle with the /@assign_floating_castle command, but the assets arent there like in 92.03. I have no actual question, since I havent gone down the rabbit hole...
Thank you so much for this hsdn! Amazing!
When you're visiting http://192.168.163.130:8090/tera/LauncherMain is it from the server or your machine(or both)?
Awesome, thank you!
For reference, do you remember if would it be best to match up identifiers via the unpacked DC, or does the info in the server-side datasheet have accurate IDs? I mean, I'd...
So for 92.03, I got the dressing room to work via this post:
https://forum.ragezone.com/f797/92-03-vmware-1198583-post9099348/#post9099348
It involves updating the ProductMarkInfo table in the...
I put hsdn's API on the server. I think it bypasses the need for those credentials. Well, this kinda highlights the fact I dont know whether or not the components call the API unauthenticated. You...
I feel like I ran into that. No promises but I think I had the language wrong in the server_info table. It didnt match the region i was using (TW) and the game would immediately close
- - -...
That's wonderful news! I'm happy it worked out; its always a nice feeling when you break thru all the little issues haha.
I tried to match up Ids + character stuff between the planet_2800,...
lokix1
I had the same issue with the launcher that comes with the torrent. The only way I could get it to update correctly was by using an IP with the exact octet structure; otherwise, the...
I've also seen this happen when you already have the client open and you start or restart the worldserver. Even when the server comes back up the client cant reach it for the same reasons hsdn...
I'm so glad to hear that! I put the VM on another vlan to test various things and I couldn't replicate it. What a relief, I was feeling terrible it wasn't working for you :(
The webadmin is bound to port 5000; that can be changed in IIS. The inbound firewall should be off on the server, so that won’t present an issue. I’m uploading the VM now into vSphere so I can try to...
Here's the first pass at a working English VM with the awesome new API!
Mega:
https://mega.nz/file/Z1wCxAiQ#l5j3HaH9dZLFBvt-E6k5rG4YY0StZsImTHq2w3oyUAY
Google Drive:...
Apologies for anyone waiting on the v100 VM. Even after trying to reduce the filesize, its YUUUGE. I'm going to install it on another to make it more compact. What do most people use, is it VMware...
Dont worry, the VM has the new API! It's just taking a while to re-clone the disks to thin-provisioned because I use datastore encryption. If I dont do that, the VM would be mega-huge!
I havent...
I wish I was better at documentation, but i feel like it'll always be my weak point haha.
My vCenter died during the clone (Murphy's Law!), so i'll have to upload the raw .vmx and .vmdk files. ...
EXACTLY! I was like “this works, but mostly because magic and I have no idea how to fix it if it breaks” lol. I’ll kick off the export then and post it later today :)
I have a working server 2022 VM in english. It's hosted in vSphere, so I'd have to export as an OVA/OVF if that would work for you?
- - - Updated - - -
I managed to get it done up on a...
API and launcher work great! Very quick setup, too. I really like the check/update bypass feature; let me test functionality of everything with very little config time. Awesome!
If anyone is having trouble with the webapp not responding to some interactions out-of-the-box (altering announcements, updating records, etc.), this shim helps fix some of that functionality:...
I should probably google it to make sure i'm not an idiot, but i was able to dump the .sql from the MSSQL databases. I just dont know yet if it can be imported into mysql. I'll try it and keep ya...
I had to install asp.net 4.8 from roles and features:
https://i.imgur.com/RU4hJcr.png
I also got an error about Default.aspx being added as a duplicate. You just have to remove that element out...