View Full Version : Questions about adventures
Randymarsh9
06-08-2009, 08:36 PM
I updated everything so I could do adventures, but I guess they aren't in still? Like the adventure recruiter can't actually assign one and there are no items on the merchant. Is this all stuff I have to make myself?
trevius
06-08-2009, 08:45 PM
I think PEQ is already working on some of the database work for at least one adventure set, but there is a long way to go before they are all done. If you updated to the current PEQ DB, they would probably be in there. Otherwise, yes, you have to add each one yourself, but they do work.
Randymarsh9
06-08-2009, 09:10 PM
well I guess my db is already out of date. I checked mistmoore and couldnt get an adventure
vales
06-09-2009, 12:45 AM
Mistmoore is almost fully functional. Update your database. ;)
Randymarsh9
06-09-2009, 10:44 AM
I updated it like 4 days ago
Randymarsh9
06-09-2009, 11:27 AM
teh adventure template table is full of mistmoore stuff, but I can't get the person to actually assign my group an adventure
trevius
06-09-2009, 04:41 PM
When you updated, did you also update to the latest SVN that has the recent adventure changes? And if so, did you also remember to move the /utils/patch_SoF.conf file to your server folder?
gaeorn
06-09-2009, 05:15 PM
What level are your characters? The adventures range from level 15 to 68 as I saw them in the DB. If your characters are outside of that level range, there will not be any adventures available to you.
I ran into this problem with a level 70 GM char I was testing with.
leslamarch
06-09-2009, 05:19 PM
and you are right clicking the Adventure person and not hailing them right?
Randymarsh9
06-09-2009, 07:28 PM
I have everything I should. I think it might be the level because I was using a 75 and a 70 character.
Randymarsh9
06-09-2009, 07:37 PM
Ok, I was able to accept an adventure with 2 level 65s. I ran to the zonein for the adventure, but when I click the door, I get a message saying it is sealed and perhaps it would open if I was doing an adventure
cavedude
06-09-2009, 07:53 PM
Make sure you have the adventurer's stone on your toons.
On a side note, it just occurred to me that I test adventures with a 70 and a 65 on TGC, which is indeed out of the range. I'm wondering if min and max levels also take averaging into account as well.
Randymarsh9
06-09-2009, 08:14 PM
Honestly, the 68 thing doesn't bother me. I just made the max levels on those adventures 70 in the DB
gaeorn
06-09-2009, 08:43 PM
You need to deal with two things to zone in. Each on of the two can be dealt with in one of two ways:
1:
Either give an Adventurer's stone to each character adventuring
or
set the rule for the required item to 0
2:
Either change the min_status field for the zones to 0
or
make sure each character meets or exceeds the required status
That's all there is to it.
poet1960
06-10-2009, 12:26 AM
I am using the latest updates with AX's installer and the PEQ database. I have bots all level 10 in the east commons area adventure recruiter. I try to start an adventure but it says you need to be the leader. I thought I was or is level 10 still too low for those adventures?
cavedude
06-10-2009, 12:51 AM
Need to be 15 or higher like Live default, though as said above you can change the minlevel to 0 and then you'll be able to enter.
poet1960
06-10-2009, 12:55 AM
Well, after poking around in the database I sort of figured out why it wasn't working or rather it is apparently working for the mist moor which I presume what the zone mmca is. Can I get the mist moor adventure from the guy in the east commons provided I am the correct level? Also, is there a good guide for setting up my own adventures? I could probably figure out most of it, but might miss some critical step that is not apparent?
poet1960
06-10-2009, 12:56 AM
Need to be 15 or higher like Live default, though as said above you can change the minlevel to 0 and then you'll be able to enter.
Does changing that effect the difficulty of completing the adventure or does it step down the mobs accordingly?
cavedude
06-10-2009, 01:27 AM
Mistmoore is in butcher, not commons.
No, you need to manually adjust the NPCs when you change the min and max levels, which is why this is going to take me so long to complete. What's in there now took me the equivalent of more than 2 days to complete, though I admit much of that was testing earlier versions of the adventure code. Please also keep in mind that stats, faction, and loot have not even been looked at yet, and won't be until I am done with the mmc theme.
Trevius setup a basic wiki for adventures, check around for the link. Though, afaik, there is no guide that describes how to setup the NPCs. It really just boils down to making copies of NPCs/spawns for each version of the instance you specify.
poet1960
06-10-2009, 01:36 AM
OK, thanks. Guess I will forgo the adventures part of the game for a while. I just wanted to check it out to see what it was like. I still have so much exploring to do with this game it isn't even funny. I did think of something that would be useful for someone just playing locally, a way to summon their dead body to them, although you could just create everything again, but that would take time. Much easier to get it off your body.
gaeorn
06-10-2009, 02:17 AM
Only the Butcherblock Mountains adventure recruiter has any adventures right now. Future updates will include others.
trevius
06-10-2009, 05:09 AM
Mistmoore is in butcher, not commons.
No, you need to manually adjust the NPCs when you change the min and max levels, which is why this is going to take me so long to complete. What's in there now took me the equivalent of more than 2 days to complete, though I admit much of that was testing earlier versions of the adventure code. Please also keep in mind that stats, faction, and loot have not even been looked at yet, and won't be until I am done with the mmc theme.
Trevius setup a basic wiki for adventures, check around for the link. Though, afaik, there is no guide that describes how to setup the NPCs. It really just boils down to making copies of NPCs/spawns for each version of the instance you specify.
Ya know, I wouldn't be surprised if GeorgeS might be able to help accelerate the process of creating Adventures with multiple versions of the same zone at different levels of NPCs. He's pretty awesome with tools, and I bet he could put something into his NPC Loot Editor that would basically copy the whole zone to a second version of the zone. Maybe it could even have options of how many levels to add/subtract from all NPCs in the zone when copying, as well as a percentage of HPs/Mana to add/subtract and maybe Percentage of Min/Max Damage settings and a few other key stats that would need to be scaled for each version. Have it automatically remove their loot tables if any exist, since they will need to be replaced anyway. Also, have it copy or use the same pathing grids if possible. I am sure some fine tuning would still need to be done after, but that would get a good chunk of the work out of the way. Then, it would just mean adding in new loot tables and that should be about it.
Maybe I should post something about this in his section to see what he thinks.
cavedude
06-10-2009, 08:58 AM
Ya know, I wouldn't be surprised if GeorgeS might be able to help accelerate the process of creating Adventures with multiple versions of the same zone at different levels of NPCs. He's pretty awesome with tools, and I bet he could put something into his NPC Loot Editor that would basically copy the whole zone to a second version of the zone. Maybe it could even have options of how many levels to add/subtract from all NPCs in the zone when copying, as well as a percentage of HPs/Mana to add/subtract and maybe Percentage of Min/Max Damage settings and a few other key stats that would need to be scaled for each version. Have it automatically remove their loot tables if any exist, since they will need to be replaced anyway. Also, have it copy or use the same pathing grids if possible. I am sure some fine tuning would still need to be done after, but that would get a good chunk of the work out of the way. Then, it would just mean adding in new loot tables and that should be about it.
Maybe I should post something about this in his section to see what he thinks.
That is some awesome thinking right there! If I had a tool to automatically copy NPCs and spawns that will also adjust the levels based on my choosing, it would decrease the time it will take me to roll out LDoN tenfold. The estimated time frame would be reduced from months to weeks. I personally would also need the changes to be dumped to a sql file, as PEQ has no GUI.
trevius
06-10-2009, 04:41 PM
All of GeorgeS' tools work on remote Hosts as long as you have port 3306 open and have an account that can be used from the host you are using the tool from. I don't know if that is an option for PEQ, or if you guys keep port 3306 closed for security reasons, but if it is an option, it isn't hard to setup. I always just set my MySQL outside accounts to work only from a single host/IP to keep security as high as possible with having 3306 open.
If that isn't an option, I don't see why he wouldn't be able to generate an SQL file, since I believe that any changes from his tools simply run queries to do the updates anyway. Should be able to just write those queries to a file instead, I would think.
I will mention this and see what he thinks. He probably doesn't know much about the Adventure stuff yet, so I don't know how long it would take.
gaeorn
06-10-2009, 05:58 PM
One other option would be for Cavedude to use ssh port forwarding to get at port 3306. I know putty supports port forwarding as does the sshd server on every linux distro i've seen.
I use it to get at ports remotely that I wouldn't want open to the world to access. It's pretty simple to setup too. I've not done so with putty but I have used it many times through linux ssh.
Let me know if you'd like more information on this.
GeorgeS
06-13-2009, 12:15 PM
I replied to Trevius' post
http://www.eqemulator.net/forums/showthread.php?p=172031#post172031
I have given the whole scope a 'once over' and workflow has begun. I'm prototyping the sql and will begin this today.
GeorgeS
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.