Quote:
|
true true. it could work if you were fine with it being a set progression
|
Quote:
|
Yes please free me from my evil captor Richardo :p
|
Quote:
Flag 1 = lets you zone into zone1, zone2, zone3. Flag 2 = lets you zone into zone4. Flag 3 = lets you zone into zone5. With a 0 flag you can't enter zone1 through zone5. However when you get flag 1 you can enter zone 1-3 which will have the quests to get you flag 2 so you can enter zone4, then zone4 gets flagged for zone5. If the person doesn't get flag 1, they can't go to zone4 to get flag 3. It would basically be a progressive quest leading to the final zone. Of course if there is no current way to get a npc to change your user status, then it won't work anyways. |
thats a nice little system for a custom server. but not for the official cvs... flags dont work that way in eqlive
|
So I guess to sum things up, unless your a coder you can forget any type of flagging quest as of right now? I assume it would require heavy codeing to add a perl function that allows a npc to modify your userstatus?
|
Here's how I had it set up, brief example to give you an idea:
Firstly I had a new table that stored flags for various zones. If a zone required special flags for entry, it was in this table. It had the following: charid, zoneid, flag. They should be obvious, charid is the ID of the character attempting to enter the zone, zoneid is the ID of the zone they're attempting to enter. Flag was 1 for yes, 0 for no. If it was 0, the player got a message "You do not meet the requirements to enter this zone." much like when there aren't enough zone servers. I then added a function which checked this table, and put it within the zoning function itself. That's basically it. I also added quest functions to add a specific zone which required the flag. |
pretty much exactly as i described...
except instead of 1 record per user in the flag table, 1 record per flag. either way it works. |
Yeah, I have other ideas of ways to implement it that would be better for me...but that's because I have set zones I plan to limit access to based on flags. This way is probably better for your everyday legit EQLive clone type server.
|
All times are GMT -4. The time now is 01:12 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.