PDA

View Full Version : LDON Adventures


creiss
01-18-2007, 09:57 AM
Hello all,

I wanted to inquire the status of LDONS adventure system.
I searched the forum but most of the replies were from 2004 and maybe 2005.
A lot may have changed during that time.

Any "news"? :)

-Chris.

mattmeck
01-18-2007, 09:58 AM
nothing has changed, they dont work like live.

The zones are there, you can go to them, you can spawn them.

John Adams
01-18-2007, 11:08 AM
Only 1 LDoN from each type appears to have spawns set (maybe 2). And from my testing, I cannot get an Adventure assigned to my group no matter what. This will be a welcome addition when it's completed.

creiss
01-18-2007, 11:54 AM
I spent 7 hours straight now playing with eq.

I am really surprised how advanxed this server is.
At parts I would not be able to tell original from emulator. Kudos!

-Chris.

WildcardX
01-18-2007, 07:24 PM
Mattmeck is correct. As of EQEmu version 0.7.0-944 (our current build for all you n00bz), the server has no significant support for LDoN and no support at all for zone instancing. At one point I heard a rumor that FNW may be working on adding this system to the code, but I could be wrong. Right now we are PEQ are focused on finishing Luclin and then the Epic v1.0. After that, we will complete PoP and LoY. Once we get PoP going and if no one else has implemented zone instancing and the other features required to support LDoN, then I will take it on this coming summer.

I for one, loved the LDoN expansion so I have a lot of personal interest in seeing this getting implemented, but I also think it is a great expansion for our community since all our servers have smaller populations and LDoN really did a great job or providing quality content to smaller groups of players.

Zengez
01-19-2007, 05:25 AM
Was thinking of the instancing problem, and figured I might chime in.... I'm not a C++ Programer, I just do database work, but I was thinking, what if we make duplications of the zones(Note) and have a dynamic zoneline, for example...

(This is all changed starting with step 1, but this idea may be more viable for non LDoN quest related instances)

You have Guk1, Guk2, Guk 3,..., Guk'X'.

When a player hits the zoneline there is a script, be it quest or hardcoded that says something along the lines of a checklevel,

If level < 5 goto Guk1, Else
If level <10 goto Guk2, Else
If level <15 Goto Guk3, Else
...
If level <5X goto GukX

This is obviously just an idea, For LDoN's specifically you could tie the dynamic zone to a tag on a dynamic quest, example;

Step 1:

you get an adventure quest and it essentially just flags you with a 2 piece code, for simplicity say it is 4A (obviously you'd need to figure out how many combinations to see if you really need, say, a 6 character string for this idea)

Step 2:

The character runs to where the script code told him to when it assigned his flag (goto guk young grasshoppa!), and hits the zoneline;

Script goes off saying...

If "First_string_code" < 1, goto Guk1, Else
If "First_string_code" < 2, goto Guk2, Else
If "First_string_code" < 3, goto Guk3, Else
...
If "First_string_code" < X, goto GukX, Else

This will say which of the unique zones to go into...

Step 3:

Ok, now (in theory) You're in the correct zone, now to pop the right type of quest and the right level (collection, kill all, boss kill)

If "Second_String_Code" = A, spawn "Collection_Quest_Instance"
If "Second_String_Code" = B, spawn "Kill_Everything_Instance"
If "Second_String_Code" = C, spawn "Kill_Boss_Instance"


That way the first string pops you into the right Zone, the second one pops the right kind of quest and the right level of zone in terms of LDoN specifically... I'd imagine allowing a dynamic quest-script based zone-line would have unimaginable possibilities, especially for those that want to put together truely customizable servers, so doesn't seem like the work would be wasted on just a few instanced zones throughout the game... But like I said, I'm not a C++ Programmer so I don't know how hard this would be to integrate, so I just thought I'd throw it out there as brain candy.


(Note) I know there are already duplicate zones for all the LDoN zone's but I'm under the impression that these are actually unique zones in terms of physical design and setup, not duplications of one another... a true 'duplication' may not be necessary, I suppose you could tie the two strings together to spawn both the right kind of quest as well as the right level, Like I said I am just kind of brain dumping to get some ideas out there.

Angelox
01-19-2007, 06:24 AM
Only 1 LDoN from each type appears to have spawns set (maybe 2). And from my testing, I cannot get an Adventure assigned to my group no matter what. This will be a welcome addition when it's completed.
Bet'cha I could get one to work with what we have now - trick is to get multiple instances of the same zone to work for individual groups(not to mention popping them with npc's within the pc level -range).
We already have a big portion of the temp zone we'd make accomplished with eqemus' "dynamic zone" system.
I can see it will get done one day - just there many more things that need to get fixed before that; we still have to detail a lot of the zones we have now, and code gets better all the time, but is still young. The more we spread our work out into more zones, the slower everything will get, because there's not too many people doing this work.

John Adams
01-19-2007, 06:57 AM
Just a thought, but isn't Gloomingdeep supposed to be instanced? New player, all alone, doing the zone? If so, maybe that'd be something simpler to start playing with instancing (while waiting for the official word from the Big Kahuna).

Wizardanim
01-19-2007, 07:05 PM
Just a thought, but isn't Gloomingdeep supposed to be instanced? New player, all alone, doing the zone? If so, maybe that'd be something simpler to start playing with instancing (while waiting for the official word from the Big Kahuna).


Gloomingdeep is instanced... the first zone (tutoriala) (quest being, open a few doors... kill a gnoll or two, simple such) The second zone (tutorialb) which imo is also considered gloomindeep, isnt instanced. Tons of fr00bs and low lvl players runnin around finnishing initial quests untill being ported to primary cities.

John Adams
10-24-2007, 05:40 AM
Golly I just love bumping old threads. Don't you? If this post needs to become it's own thread, please split it off. I just thought I'd continue here since it was easy to find.

Some discoveries...

Accepting an Adventure:
After some research, it appears the LDoN code that is currently in the emulator does support adventuring (except for that missing adventure_id offset), and if I interpret it correctly, how it used to work is a group of adventurers accept an adventure - and the "in use" flag goes up, so that particular adventure (and zone) are no longer available to another party. The second party comes along and wants an adventure, and again, the next one not "in use" is offered.

What I need Dev help with is either identifying the actual adventure_id offset in the playerprofile_struct, or as KLS suggested, using the extended profile to store the data for now. What I tried was adding a new value to the extended profile struct, then changing the existing code in client.h from m_pp.adventure_id to the new struct m_epp.adventure_id, but no love. I'm learning, but not fast enough. The bane of my existence is "GetAdventureID()", for anyone who wants to help figure this out. :)

If I could get more of a hint what else needs to happen for the emulator to globally recognize a new profile variable, I could continue to try and revive this functionality.


Titanium UI (maybe others?):
There is no support for the (newer) "pick your own style", if I remember correctly LDoNs used to be a crap shoot as to what adventure you'd get - and you'd have to decline and request again until you got the type you wanted (Collection, Kill, Rescue, Named). Also, there is no support for Normal or High Risk currently. I believe these toggles are newer than the old LDoN code by Cofruben(?)


Instancing - Nope!:
Next, as stated, there is no true instancing in the Emu yet - but I feel LDoNs could still work based on the above concept of "pick the next in line".


Dynamic Levels:
What I have not yet discovered is how the original developer sorted out the mob levels and/or loot tables for LDoNs of level 20, 30, 40, etc. In Live, I remember the dungeon created itself based on the average level of all party members (or maybe that was one helluva smoke & mirrors performance). The only way I can imagine it was done was each of the 7 or so base dungeons had a hard-spawn of mobs as Zengez stated above. Guka = level 20, Gukb = level 30... Gukg = Raid.


Adventure Time Limits:
"You have 90 minutes to complete your task" - there does appear to be code in place to start an adventure timer. I cannot identify if the 30 mins TO the dungeon, and 30 mins after timeout, is supported. But if not, that's probably the easy part. The expected functionality here is to accept an adventure, run your arse off to the dungeon, and click in before 30 mins is up (which is displayed on the UI if I remember). Then, you have 'x' minutes to finish the adventure. At the end of 'x' minutes, you still have 30 more minutes to ravage the place before you are ported out by the system (zone shuts down?) Again, I do not see this code, but I could be missing it.


Acquiring LDoN Points:
It appears the code is in place to award the party who meets the goal of the adventure, but of course I cannot test this yet. I see code in UpdateLDONPoints and SendAdventureFinish that makes me think this could currently work... which brings me to my next unsupported feature...


Spending LDoN Points:
If I give myself 1000 points and head over to a merchant, I am unable to buy anything. I am not sure if this is not currently supported in the emulator, or if I am doing something wrong because I am trying to cheat. =) Regardless, even without Adventure Merchant support, the savvy admin could come up with a different way to "sell" items to the player for winning adventures. Convert Points to Cash, or Tokens for hand in, etc. But of course, I'd prefer to buy direct.


Leaderboards:
I see nothing at all for tracking LDoN adventure bragging rights. When you click on the leaderboard buttons in the UI, the world complains of more unknown opcodes.
- Adventure Stats button: Opcode 0x5fc7
- Adventure Leaderboard: Opcode 0x230a
Putting these in patch_*.conf naturally does nothing, because there is no code on the back side to handle them anyway. So this would be a from-the-ground-up development effort to add this, which is the least important imo, but nice to have.


Missing Opcodes
I left this for last, because I honestly have no idea how to identify opcodes coming from or to the client. Example, if you hack the code around GetAdventureID() and manage to fake an assignment, you still cannot proceed to the adventure because of an opcode the client (I think?) is waiting for that is not identified anywhere.

In "Client::SendAdventureRequest()", after successful adventure assignment, wants to send something back to the client that is unknown
outapp = new EQApplicationPacket(OP_AdventureDetails,strlen(AF. text)+1);
The only reference to this I can find is in eq_opcodes.h and emu_oplist.h, and the patch_*.conf shows 0x0000. How do I find out what this opcode is so I can set it? I do not see any errors or warnings in any logs showing me unknown opcode like the incoming ones do, so I am at a loss here.


Bottom line:
First, without an adventure_id offset in "a" struct, the current code will not work. Re-writing it to add a field to the character_ table is not something I think we should do. Extended profile would be fine for now if I had more input on adding something to the extended profile.

Second, once I DO get that adventure_id, where does the OP_AdventureDetails get created if there are zero references to it in the source?

Lastly, can an actual dev review the code currently in client.cpp and zonedb.cpp and let me know if it's still viable, or should the whole system be scrapped and started over?

Thank you, that is my quarterly update.
-J

gernblan
10-24-2007, 06:48 AM
Personally, once this does (eventually, I know) get sorted out, I'm hoping instancing is an OPTION... to me, instancing is a great way to just eat server resources like crazy.

Maybe something like you said, a "next in line" type thing, with the zone being able to be locked for a group (or globals used to temp flag players to be "allowed" to go in for that adventure but nobody else until it resets)...

IMO, LDoN was horrible on Live, boring to the max, the rewards blew, it was redundant (all the zones looked the same)... and was the most pathetic attempt at a time sink since Luclin. LDoN convinced me that SoE hired chimps to just bang out cookie-cutter content for profit. People only played it because they were desperate for solo and group content, because SoE made SURE that only raid guilds could advance previously. Does that make LDoN good? Nope. It's probably the worst expansion they ever did.

On live, LDoN is a ghost town expansion... as soon as missions came out, people dropped LDoN flat. Everyone knew it stunk, everyone I knew hated it. To me, it should be the lowest priority to emulate especially since far more important things (like AAs, tribute, leadership even, class balance, etc.) still do not work. Even pets still aren't working right. This is the stuff that needs to work first, I think. Not some expansion almost everyone I ever met hated with a passion...

If you want instancing, I'd rather see missions and mission zones worked on before this turd of an expansion. I'd rather use the LDoN zones as static zones, chain them together for massive raid crawls or something (which makes a lot more sense to me, you know, like a maze of twisty little zones, all alike ;)... or even swap many of them out with custom (openzone) zones.

I mean this is JUST MY OPINION, but the deeper I can bury LDoN on my server, the better.

John Adams
10-24-2007, 09:33 AM
As an opposing view, LDoNs give smaller groups (and in theory, smaller servers) something to do without ruining the zones that do require larger groups or raids. I was a big fan of LDoN because of 2 things; 1) it introduced instancing, so that asshat level 65 couldn't come steal my goodies I camped 900 hours for, and 2) me and my very busy RL mates could dash into the game, take an adventure, knock it out, and still have time for dinner and a movie. Shrug. It's all about perspective.

As for priority in emulation, I agree it is not the top-most priority. That's why >I< have been looking into it - a non-developer who can barely spell C++. And I have only harassed Core Dev 2 times about it ;)

However, I feel that if this gets some attention, and some architecture gets implemented to support not only adventures, but tasks and missions, it would open the door to many of the newer features you do like - like DoN Missions. It seems basically the same. Grab a mission, complete it, get crystals. How is that any different than LDoN points?

As for the zones all looking the same... that's called Themes, silly. But yes, after 200 of them, they started to rake on ones nerves. However, imo, missions and tasks are no less redundant and boring after awhile. They all still need work, and someone should step up, git er dun.

John Adams
10-24-2007, 02:11 PM
I just had a thought, and wanted to jot it down before I forget (again) :)

I wonder if using the spawn "conditions" for spawning the same dungeon with different configurations of mobs (levels, strengths, bosses whatever)... It would be more work on the front end, but if somehow an adventure could trigger a condition based on, say, the average level of your party, that would be cool.

There. Documented.

RangerDown
10-24-2007, 03:10 PM
I think that was one of the major reasons for putting in the spawn conditions :D

(The three I cited off the top of my head were the LDoN adventures, day vs night spawns like Kithicor, and major events like the later stages of Coldain ring quests that significantly affect spawn tables, such as dead Coldain everywhere in thurgadinb if you fail the quest)

gernblan
10-24-2007, 06:21 PM
Oh forgot to mention /trader in bazaar.

That alone is keeping all emu servers from having real economies.

John your points are valid. All I am saying is that with the limited dev resources this project has (which of course there are many reasons for I do not pretend to know them all or even care, I just like to hope that all that can be done is being done day to day)... all I am saying is that maybe as a community we should pick our battles carefully.

gernblan
10-24-2007, 06:23 PM
As an opposing view, LDoNs give smaller groups (and in theory, smaller servers) something to do without ruining the zones that do require larger groups or raids. I was a big fan of LDoN because of 2 things; 1) it introduced instancing, so that asshat level 65 couldn't come steal my goodies I camped 900 hours for, and 2) me and my very busy RL mates could dash into the game, take an adventure, knock it out, and still have time for dinner and a movie. Shrug. It's all about perspective.

As for priority in emulation, I agree it is not the top-most priority. That's why >I< have been looking into it - a non-developer who can barely spell C++. And I have only harassed Core Dev 2 times about it ;)

However, I feel that if this gets some attention, and some architecture gets implemented to support not only adventures, but tasks and missions, it would open the door to many of the newer features you do like - like DoN Missions. It seems basically the same. Grab a mission, complete it, get crystals. How is that any different than LDoN points?

As for the zones all looking the same... that's called Themes, silly. But yes, after 200 of them, they started to rake on ones nerves. However, imo, missions and tasks are no less redundant and boring after awhile. They all still need work, and someone should step up, git er dun.

ALL very good points.

Believe me, if LDoN ever WAS emulated, I'd find a way to use it and would try to make it fun for my players.

There just so many other things I'd LOVE to see working... some of those things pretty basic (like AAs)... oh and FEAR.

Fear is a travesty on the emulator. it's such an important part of the game, yet it's useless.

sfisque
10-25-2007, 03:16 PM
As an opposing view, LDoNs give smaller groups (and in theory, smaller servers) something to do without ruining the zones that do require larger groups or raids. I was a big fan of LDoN because of 2 things; 1) it introduced instancing, so that asshat level 65 couldn't come steal my goodies I camped 900 hours for, and 2) me and my very busy RL mates could dash into the game, take an adventure, knock it out, and still have time for dinner and a movie. Shrug. It's all about perspective.

As for priority in emulation, I agree it is not the top-most priority. That's why >I< have been looking into it - a non-developer who can barely spell C++. And I have only harassed Core Dev 2 times about it ;)

However, I feel that if this gets some attention, and some architecture gets implemented to support not only adventures, but tasks and missions, it would open the door to many of the newer features you do like - like DoN Missions. It seems basically the same. Grab a mission, complete it, get crystals. How is that any different than LDoN points?


TBH, i share the view that ldon and missions are low priority. personally, i'd like to see standard content (spells, songs, etc.) fully operational. there are a host of standard (aka, in the game well before these expansions appeared) things that are completely non-functional (charm?) or are not functioning properly ( fear, buffs, tradeskills, etc.)

granted, the "newer features" will contain more "woohoo" factor. but listening to a bard on my server laments the broken songs that litter his repertoire, among the various things, holds my attention. thus, i spend time pouring over the song code trying to devise ways to make it work without crashing my server or doing "bad things" to the code base.

and i agree with gernblan. we gotta pick our battles. if you're hot and heavy for ldon, rock that world, man. i'm a nub at packet disassembly, so i'm picking my battle elsewhere, atm.

== sfisque

John Adams
10-26-2007, 06:20 AM
Agreed. I didn't expect any devs to actually code LDoN, I am merely asking for guidance. I do not know how to detect unknown Opcodes. I do not know how to add to the extended profile structure effectively. And I do not want to re-write everything to work "my way" when it will just be rejected by the core team because it looks like it was coded by a 3rd grader. ;)

But I absolutely agree, this is a project for the casual dev who cannot help elsewhere. That'd be me (and hopefully someone else eventually).

WildcardX
10-26-2007, 10:05 AM
All you LDoN haters out there are going to be sad to hear work has already begun on LDoN, mostly at PEQ so far, but LDoN is coming to an emulated server near you.. probably not until sometime after the holidays though.

Of course there is a very long list of things that need to be done on the server. And depending on who you ask and what that person's agenda is, you'll get a different list of priorities. But thats neither here nor there, because at the end of the day, the things that are going to get coded, are whatever the person doing the code is most interested in. So relax, download the code and contribute to it by posting in the code submission section of this forum or simply play and enjoy yourselves.

Think back a year ago today and ask yourself, what was the state of the server code then... I can tell you, at the time the server code had many stability issues, memory issues and bugs that would lock up the whole server just because some assling in misty thicket looted his bee jam! My friends, what a long way the code has come and for the better.

So I guess my point is this... If you hate LDoN and cant figure out why some ass clown like me is going to waste my time coding zone instancing instead of fixing fear pathing, well no one is going to stop you from following your interests and no one here is going to turn down your code contribution to implement fear pathing either.

John Adams
10-26-2007, 03:53 PM
So I guess my point is this... If you hate LDoN and cant figure out why some ass clown like me is going to waste my time coding zone instancing instead of fixing fear pathing, well no one is going to stop you from following your interests and no one here is going to turn down your code contribution to implement fear pathing either.
/cheer ! ! !

I have spent so much time in this code, I hope you can share with me your insights into how you are making it work. I feel it is a personal mission, heh. I will stop fiddling with it for now, because imo, I am totally blocked from continuing any research on this until I get that god forsaken adventure_id. :)

Irreverent
10-27-2007, 01:06 AM
I also hope this comes to life. When John mentioned it months ago, I got excited. I really enjoyed ldon because it gave short-quest type of things to do, as well as loot.

John Adams
10-27-2007, 08:04 AM
(although I can tell you right now I am going to code a rule to override this requirement)
In my testing, trying to set things up, I found that a single player cannot "Request Adventure" from an Adventure Recruiter without at least being grouped with 1 other player. The Live version requires 3 to accept the adventure, I believe. I have surfed much of the server code to see where this limit of 2 is coming from, and cannot find it. I started to think it was hard-coded in the client itself... and long ago was going to post a request for someone to tell me how to "fool" the client into thinking I was grouped when I was not. My goal was offering solo LDoN capabilities.

I am very happy to see this getting some attention. But at the same time, I'll admit a little disappointment that once again, my efforts are completely overlooked until someone else takes interest. See my post on understanding the PlayerProfile struct :p At least it's being looked at, which is good for the community, regardless.

FirestormXL
01-14-2008, 09:45 PM
So I guess my point is this... If you hate LDoN and cant figure out why some ass clown like me is going to waste my time coding zone instancing instead of fixing fear pathing, well no one is going to stop you from following your interests and no one here is going to turn down your code contribution to implement fear pathing either.

I know some players who are very happy to hear this.

So_1337
01-15-2008, 02:21 AM
Dang, how did I miss this thread until it got bumped?

It'd be great to see implemented, just as any progress made is still progress. There's a lot to do, and a little bit at a time is the way to go. Like was mentioned above, how far has the project come since a year ago? :)

Also, JohnAdams, I'm a huge fan of self-deprecation myself, but give yourself some credit! Looks like you dug up a lot of the leads that helped others gain some ground on the LDoN system. Hopefully whatever progress is being made will be updated here soon, along with any roadblocks that they could use help clearing.

John Adams
01-26-2008, 05:30 AM
Self-abuse may cause blindness.

But thank you. I just hope that wasn't a momentary spike in interest... Yo WildcardX, any movement on this? Since I am no longer looking into it, I hope someone is.

Soulscry
02-25-2008, 01:32 AM
Just wondering how this is comeing along? =) I am super enterested in seeing Instance zone added to the emu. Even if there is still alot of work to do on it, an update would be awsome.

Keep up the great work guys!

dj_krztoff
02-28-2008, 06:44 PM
LDoN is the ONE expansion that makes the most sense to me in terms of small private servers. I can't wait to see this implemented!!

ChaosSlayer
02-28-2008, 07:07 PM
"LDoN is the ONE expansion that makes the most sense to me in terms of small private servers. I can't wait to see this implemented!!
02-25-2008 09:32 AM
"

Respectfuly -I disagree.
LDON WAS the best thing for casual pick up groups in the hueg bareness of eq1 hard core group and raid oriented world.
It was cheap, repedious, uncreative substitute to give casual players a tiny glimse at good items and encounters they can actual defeat in massive world designed for hardcore raiders.

However the entrie concept of eq emu changes all this to just the opposite - with Emu you have the power to remake the world into any shape.
With over 200 zones avilable to custom modding, why would anyone from lev 20 to 65 time after time go into the same 4 dungeons (ok 40, each 10 of each are neraly identical to each other), kill over and over the same mobs with slightly different names, where 200+ UNIQUE zones with hundrends of monster models will sit unused?

Thats is BEYOND my comprehension.
The implementation of instancing is a great task to undertake specialy from programming concept side - but implementing LDOn excatly how it was on LIVE - is IMHO- an isult to entire concept of Emu at its core :rolleyes:

dj_krztoff
02-28-2008, 07:10 PM
Quite simply, nostalgia; The single reason that I even have eqemu running in the first place. I have more memories running LDoN missions with my friends than almost anything else.

"an isult to entire concept of Emu at its core "

C'mon now ... let's not be TOO dramatic here.

ChaosSlayer
02-28-2008, 07:30 PM
Quite simply, nostalgia; The single reason that I even have eqemu running in the first place. I have more memories running LDoN missions with my friends than almost anything else.

"an isult to entire concept of Emu at its core "

C'mon now ... let's not be TOO dramatic here.

Hey i was hardcore LDOn runner too.. back when it was hot - but after I had like 50 runs in each theme i was sick of it =) The only reason i kept doing it is to get 1492 points druid tunic from Guk (it was pain in the arse to get Guk groups, no one ever wanted to do Guk) and 2 FT2 augments.
Thank God I was in a decent raiding guild, who just started VT and did tier 1-3 pop on regular bases, so i wasn't depedant on LDOn for gear, or i would have hanged myself.

yes nostalgy - most of my grouping also occured in LDON, so once i got Emu runing I went there too...

ruja - yeah cool.. LDON
rujb - yeah ldon...
rujc - kind of like ruja...or rujb..
rujd - ummm ldon?

past that point I could no longer tell them appart.
Guk prabobly is the worst one in that perspective - all zones start to look identical after first 5 minutes

On my server I use LDOn zones all over the place as "in-dungeon" dungeons (for exmaple I use one of the Guks as "sewer" zone for Freeport). Or as conection poitns bewten some zones. But as stand alone package which would be designed to provide 24/7 Xp/hunting ground - players will get sick after the nostalgy feeling fades off in about 15-30 minutes

gernblan
03-04-2008, 02:18 PM
I quite agree.

Our plans are to use some from each theme for standalone dungeons, and even a few chained dungeon crawls, then use the rest of the zone slots for completely custom (original) zones.

John Adams
11-30-2008, 08:56 PM
All you LDoN haters out there are going to be sad to hear work has already begun on LDoN, mostly at PEQ so far, but LDoN is coming to an emulated server near you.. probably not until sometime after the holidays though.
Did this ever get done? I haven't looked over the task system enough to see if it encompasses LDoN.

Andrew80k
11-30-2008, 09:46 PM
It doesn't. The LDoN system is quite a bit different than the task system.

John Adams
12-08-2008, 04:27 PM
That's what I thought, too. I just didn't want someone saying that it has been done, and it's in this new system noob! heh =) thanks for clarifying.

bushman77
12-09-2008, 10:05 AM
here is something in the archives i found you may want to play with it
http://eqemulator.net/forums/showthread.php?t=15348&highlight=adventure

unknownhost
12-09-2008, 11:25 AM
love LDON's. the only problem on live was that much better equipment was faaar easier to get. especially once generic uber gear (for level)started dropping off any mob in the game. on the Emu things are still, forgive me, archaic enough that the LDON gear is still useful i feel. it certainly seems on par/better than hate/fear and velious gear. and the customization options this type of work brings up are very interesting!

anyways, just couple things havent heard anyone mention so just in case...

dont forget the leaderboard system with the ldon's! i say this not to add to you guys already overwhelmed paletes but rather because i guess it might be easier to code in things like that if its supported by the initial design?

that and Augments were a crucial part of the LDON's loot. seperate thread there (and i think theres already an ongoing one or two...) but i fully understand that those are being a PIA up til now for everyone. ;)



i really hope one day i can actually contribute to this stuff... sucks watching it all go down all the time. /grumble about his own complete lack of coding ability.