Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-23-2015, 04:18 PM
Veltira
Sarnak
 
Join Date: Jan 2015
Posts: 44
Default Unable to lock things down by expansion

I have tried for four days to lock everything down to classic on my server. I've tried numerous things i found on this forum through the search feature and so far I can lock down classes, races, and zones to classic. However, features from other expansions are still available. Such as the books of knowledge being in, augments dropping, etc.

I have tried changing the Variables table Expansions setting. I have tried changing the rules_values table World:ExpansionSettings setting. Both of those I've tried 1 and 0, neither works.

I'm attaching screenshots of the respective tables. Any help is greatly appreciated!



Reply With Quote
  #2  
Old 11-23-2015, 04:42 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

It's not that easy, not just changing one setting. It all has to be done manually, all of it.

Zone lines
Objects (books, stones, LDoN camps)
Spells
NPC's
Character start locations
Out of era items
Augment slots on items

Also the spells of course changed many times. I had to go back and redo all spell statistics. You have to think the magician damage shield never lasted as long as it does. You also will have to remove classes from the spells, or they will show Beastlord and Berserker. I am sure I am missing a few things, we had months of post going back and forth when the players were giving me feedback.

Oh and the LoY starting gear and all associated items, those were removed. Then we went back and removed all of the NPC's regarding LoY newbie items. Overall it takes a ton of time on the Wayback Machine researching this stuff.

If you are going full classic you will need to get info about any revamped zones.
Reply With Quote
  #3  
Old 11-23-2015, 04:57 PM
Veltira
Sarnak
 
Join Date: Jan 2015
Posts: 44
Default

Quote:
Originally Posted by provocating View Post
It's not that easy, not just changing one setting. It all has to be done manually, all of it.

Zone lines
Objects (books, stones, LDoN camps)
Spells
NPC's
Character start locations
Out of era items
Augment slots on items

Also the spells of course changed many times. I had to go back and redo all spell statistics. You have to think the magician damage shield never lasted as long as it does. You also will have to remove classes from the spells, or they will show Beastlord and Berserker. I am sure I am missing a few things, we had months of post going back and forth when the players were giving me feedback.

Oh and the LoY starting gear and all associated items, those were removed. Then we went back and removed all of the NPC's regarding LoY newbie items. Overall it takes a ton of time on the Wayback Machine researching this stuff.

If you are going full classic you will need to get info about any revamped zones.
Great response as always, thank you for your time. I guess Im just going to have to commit to getting a developer on my side. I know enought o get things going but you are talking about things I don't even know where to begin with.
Reply With Quote
  #4  
Old 11-23-2015, 04:59 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

It takes a really, really long time. Most of my Mantis tickets are on out of era bugs.
Reply With Quote
  #5  
Old 11-23-2015, 05:05 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

On that note you may want to think about some type of a ticket system, I use Mantis. It allows you to prioritize the tickets, ask for more information, add files and screenshots. When they submit a ticket they have to pick drop-downs so it forces someone to give more information than they may give on a forum post. There are others out there like Bugzilla.
Reply With Quote
  #6  
Old 11-23-2015, 06:32 PM
Veltira
Sarnak
 
Join Date: Jan 2015
Posts: 44
Default

Quote:
Originally Posted by provocating View Post
On that note you may want to think about some type of a ticket system, I use Mantis. It allows you to prioritize the tickets, ask for more information, add files and screenshots. When they submit a ticket they have to pick drop-downs so it forces someone to give more information than they may give on a forum post. There are others out there like Bugzilla.
Great idea but my problem isnt getting to the issues in any particular order, i simply dont know how to hardcode some of these changes.

I just got rid of PoK books i believe. I mostly spend my time searching the forums and reading how others fixed problems. Learning is learning i suppose.
Reply With Quote
  #7  
Old 11-23-2015, 07:23 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Running an sql query for some things make it easy, for example, all the old pok books in
zones are named POKTELE500. One could make an sql "update doors" query script to get
rid of them.
Reply With Quote
  #8  
Old 11-23-2015, 07:30 PM
Veltira
Sarnak
 
Join Date: Jan 2015
Posts: 44
Default

Quote:
Originally Posted by Huppy View Post
Running an sql query for some things make it easy, for example, all the old pok books in
zones are named POKTEL500. One could make an sql "update doors" query script to get
rid of them.
Thats exactly what I did! found that answer in a search on the forums. The community here is so great and im truly thankful for the help!

I'm trying to disable the wayfarer brotherhood yellow text announcement right now. I read that I need to go alter the player.pl file in quests\templates but that folder doesnt exist. Should I just alter each for the starting zones?
Reply With Quote
  #9  
Old 11-23-2015, 07:34 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

That's in quests/global called global_player.lua
Reply With Quote
  #10  
Old 11-23-2015, 07:38 PM
Veltira
Sarnak
 
Join Date: Jan 2015
Posts: 44
Default

Quote:
Originally Posted by Huppy View Post
That's in quests/global called global_player.lua
My players thank you! The Spam was getting out of hand. So realistically If i'm committed and willing to do the research before i ask for help I could do this right? I still cant figure out how to set lavastorm and steamfont tot he correct old zones and I haven't figured out how to implement this code i found for announcing YT kills to the server but with patience and time this is doable?
Reply With Quote
  #11  
Old 11-23-2015, 09:15 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Absolutely doable. Well if you are willing to put in the time it is doable.
Reply With Quote
  #12  
Old 11-23-2015, 09:59 PM
Veltira
Sarnak
 
Join Date: Jan 2015
Posts: 44
Default

As I previously mentioned I have a bit of code I would like to add to my attack.cpp but im so very afraid that I will crash the whole thing. In the example for pvp score announcements found here: http://www.eqemulator.org/forums/showthread.php?t=29689 He references adding in code at line 1377 but my code looks so much different than his example so im afraid to overwrite anything the wrong way. Is this the sort of thing i need to just hire someone to help me fix?
Reply With Quote
  #13  
Old 11-23-2015, 10:04 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Quote:
Originally Posted by Veltira View Post
My players thank you! The Spam was getting out of hand. So realistically If i'm committed and willing to do the research before i ask for help I could do this right? I still cant figure out how to set lavastorm and steamfont tot he correct old zones and I haven't figured out how to implement this code i found for announcing YT kills to the server but with patience and time this is doable?
Its just a matter of changing the destination in the doors table, as long as the
zone exists. When I zoned in to Steamfont by using the GM #zone cmd,
(#zone steamfont), I land in the old zone. But zoning in from lesser, lands you
in the new zone. Just a matte of finding the shortname "steamfont" and setting
the doors to point towards that. That's how I did it anyway. Ive been doing
similar work on mine, it was same for a zone like Misty Thicket.
Reply With Quote
  #14  
Old 11-23-2015, 11:53 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Also make sure you change your spells. Otherwise a druid can port to new Misty and Lavastorm.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:58 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3