Deleting spells altogether?
Does anyone know how to do this? Fear is currently really buggy and can be used to easily exploit on the PEQ db. I am hoping someone knows how to completely remove all the fear spells from the db.
|
Is fear a scroll that you can get or an inherit skill? If it is just a scroll you can just remove the scroll from the item db and then no one can ever get it.
|
Quote:
... please tell me your joking. |
Disable fear pathing in features.h and re-compile the code.
|
I haven't played EQ in a long time. Even then I played a wizard or a bard. So my answer was based on that. Wouldn't it be easier to just remove the scrolls from the db then to modify code? If fear is something like a spell then it would be the simpler of the solutions.
While code would probably take care of it some people are just uncomfortable with changing code. Especially on software that is a bit unstable in most parts of it to begin with. |
Removing the scroll altogether will work, but you'll also have to make sure players don't have access to #scribespells as that will put it in their book.
The problem though with removing fear is it cripples Necros, and I'm not a fan of purposely unbalancing classes. While it is true it can be used to exploit, there are abilities for EVERY class that I know can be used to exploit. |
ah ok i was hoping that i could remove it from #scribespells to.. is there a way to disable fear in pvp?
|
Find the Fear spell in your spells sql table (use MySQL-Front or something) and look for a bunch of repeating "255" columns far to the right. A few of them should be 4, or 12, or 16, etc... These are the levels at which certain classes get the spell. Change them to 255 (now they don't get the spell). If you want, change the spells_us.txt file accordingly, but then you have to distribute it to your players.
Edit: Don't forget to nab the Bard fear song too. |
Editing the spells table won't work, in fact you don't even need the spells table at all to run a server. It is only used by third party programs like Muss' EQ Browser.
The only way to properly do it would be to remove any fear entries from the spell files, but then you would need to distribute those edited files to anybody on your server like Elysius mentioned. |
Quote:
Quote:
|
Never thought of that, you are probably right on.
|
Thanks for all the help :)
|
All times are GMT -4. The time now is 01:20 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.