EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Showing results 1 to 25 of 25
Search took
0.00
seconds.
Search:
Posts Made By:
prestanneth
Forum:
Development::Bots
09-23-2019, 04:51 AM
Replies:
5
Account based Bots creation/sharing
Views:
11,925
Posted By
prestanneth
a few weeks late but just for info, its entirely...
a few weeks late but just for info, its entirely possible with just the issues already mentioned ( gear level mostly). This depends on server and how its' being used.
I.E on my kids playground i...
Forum:
Development::Tools
02-18-2019, 03:58 PM
Replies:
4
Which tools to use in 2019
Views:
24,958
Posted By
prestanneth
Hi, that's correct, Its a php website so needs a...
Hi, that's correct, Its a php website so needs a webserver to run under. Don't be put off by that as its very straight forward to install and get up and running.
It simplify's a lot of what your...
Forum:
General::Server Discussion
02-11-2019, 11:21 PM
Replies:
3
android eq server on your phone
Views:
25,110
Posted By
prestanneth
No. There might be a wineskin available for the...
No. There might be a wineskin available for the iwatch though.
Forum:
Support::General Support
01-31-2019, 04:01 AM
Replies:
17
Question regarding GM status
Views:
12,047
Posted By
prestanneth
GM off could set like hideme in the account table...
GM off could set like hideme in the account table like /hideme or GMHideMe() func
- think that removes from /who, cant remember ever using, maybe useful..
KentaiVZ
Forum:
Support::Linux Servers
01-29-2019, 09:41 PM
Replies:
12
Grey Aggro
Views:
10,138
Posted By
prestanneth
@ULEAT I saw you! The answer is HeroicSCM...
@ULEAT
I saw you!
The answer is HeroicSCM - TRUE you got it, False you don't.
( That's SarCasM not Spell Casting Mastery )
Not many chars have it, you can usually tell via the eyes.Its...
Forum:
Support::Linux Servers
01-29-2019, 08:08 PM
Replies:
12
Grey Aggro
Views:
10,138
Posted By
prestanneth
INT = Intelligence. I see a rule value of...
INT = Intelligence.
I see a rule value of type INT(eger) and I see HeroicCHA tied to aggro in regards to (THREATENLY_ARRGO_CHANCE) but didn't see anything involving INTelligence? unless i missed...
Forum:
Support::Linux Servers
01-29-2019, 07:30 AM
Replies:
12
Grey Aggro
Views:
10,138
Posted By
prestanneth
A lot of the logic can be seen around here as to...
A lot of the logic can be seen around here as to why a mob will attack:
https://github.com/EQEmu/Server/blob/master/zone/aggro.cpp
Alot of this boils down to faction and kamikazee tactics. Orcs...
Forum:
General::General Discussion
01-29-2019, 02:52 AM
Replies:
2
Everquest and the case of the missing wav files
Views:
5,834
Posted By
prestanneth
They are pulled out of the .pfs files which the...
They are pulled out of the .pfs files which the strace is eluding to in a around about way.
In the case above the screenshot here shows snd6.pfs contains some files from above after extraction :
...
Forum:
Development::Tools
01-17-2019, 08:42 PM
Replies:
4
Which tools to use in 2019
Views:
24,958
Posted By
prestanneth
A decade, FQ or axgemu now EQEmu started in 2001...
A decade, FQ or axgemu now EQEmu started in 2001 so nearer 20 years..with some of the beginning tools like Viktors eqinside being available in 99.
In regards to tools, maybe not the answer you're...
Forum:
Support::Windows Servers
01-16-2019, 03:37 AM
Replies:
4
Changing class name?
Views:
5,620
Posted By
prestanneth
You most likely forgot to edit the buttons names...
You most likely forgot to edit the buttons names in EQUI_CharacterCreate.xml to match your updated class name. Works the same in both clients if you update that and eqstr_us.txt.
KentaiVZ
Forum:
Support::Linux Servers
12-16-2018, 09:05 PM
Replies:
1
Installer Error
Views:
5,536
Posted By
prestanneth
try to login to the database and source the...
try to login to the database and source the player_tables.sql, maybe it was missing from the database dump when you installed.
Then use the perl scripts to run any updates to db, in case them are...
Forum:
Spell Support
11-21-2018, 10:51 PM
Replies:
6
creating user defined spells
Views:
8,558
Posted By
prestanneth
Whilst i think what your asking is somewhat...
Whilst i think what your asking is somewhat achievable, it may not be worth the effort it would take to implement correctly.
you could use the quest interface but it sounds dangerous, As your...
Forum:
Support::Windows Servers
11-19-2018, 07:54 PM
Replies:
3
Tallon Zek (PoTactics) Flag
Views:
4,850
Posted By
prestanneth
Quest file probably hadn't been updated since 23...
Quest file probably hadn't been updated since 23 feb commit when pp was added.
...
Forum:
Development::Bots
11-15-2018, 08:47 PM
Replies:
6
Periodic Client XTargeting crash w/bots and large pulls
Views:
7,967
Posted By
prestanneth
More than 20 perchance? You could try adding...
More than 20 perchance?
You could try adding ->AddAutoXTarget(this ,false);
rather than spamming the call but the MaxXTargets might be the problem..
Forum:
Support::Windows Servers
11-15-2018, 08:12 PM
Replies:
5
Is EqEmu 32 or 64 bit?
Views:
5,792
Posted By
prestanneth
Make sure your make file SODIUM_LIBRARIES setting...
Make sure your make file SODIUM_LIBRARIES setting is linked against libsodium.lib and not the dll itself that's usually what causes the corrupt/ cant read errors.
we've been using x64 for years...
Forum:
Support::Windows Servers
11-02-2018, 07:47 PM
Replies:
16
Public server example
Views:
13,289
Posted By
prestanneth
Login.ini [database] host = 10.1.1.176 <-...
Login.ini
[database]
host = 10.1.1.176 <- check here is the local "ip" not world" ip
apart from those two issues looks good setting wise.
Forum:
Support::Windows Servers
11-02-2018, 07:43 PM
Replies:
16
Public server example
Views:
13,289
Posted By
prestanneth
"loginserver2" : { "account" : "", ...
"loginserver2" : {
"account" : "",
"host" : "192.168.0.10",
"password" : "",
"port" : "5998" <-- not 5999? does it matter here?
...
Forum:
Support::Windows Servers
11-02-2018, 06:41 PM
Replies:
16
Public server example
Views:
13,289
Posted By
prestanneth
also should mention, a better method of...
also should mention, a better method of testing/debugging problems is to simplify.
i.e Remove/ not use, the local login server, so your'e only dealing with 1.
i.e
delete loginserver2 section...
Forum:
Support::Windows Servers
11-02-2018, 06:25 PM
Replies:
16
Public server example
Views:
13,289
Posted By
prestanneth
not sure your status based on last comment but...
not sure your status based on last comment but some notes here:
All of your config's ips are local, if you want the server to be also public you need to tell the world where you are.
( primarily...
Forum:
Development::Database/World Building
10-24-2018, 11:40 PM
Replies:
2
Some wrong spawns in an old zone
Views:
7,723
Posted By
prestanneth
Can post fix's for npc spawn issues at PEQ...
Can post fix's for npc spawn issues at PEQ forums:
http://peqtgc.com/forums/index.php?forums/database-bugs.19/
Forum:
Support::Windows Servers
10-24-2018, 06:57 PM
Replies:
10
Strange happenings in Kelethin/GFay
Views:
5,128
Posted By
prestanneth
Ok here's a simpler version were we grab the npc...
Ok here's a simpler version were we grab the npc to port to directly via the id from the database, rather than iterating names.
This is the whole file, make sure to not mess up any braces etc when...
Forum:
Support::Windows Servers
10-23-2018, 10:02 PM
Replies:
10
Strange happenings in Kelethin/GFay
Views:
5,128
Posted By
prestanneth
mmm your affinity should be set to single yes, as...
mmm your affinity should be set to single yes, as to OC modes, mines currently running at 5.19Gz with no issues, i guess keep playing with settings and hopefully find a happy medium that works.
if...
Forum:
Quests::Q&A
10-23-2018, 12:48 AM
Replies:
4
Where to find Command files(rename pets)
Views:
6,274
Posted By
prestanneth
updated references lists are here: ...
updated references lists are here:
https://github.com/EQEmu/Server/wiki
look on right side menu under "Scripts / Quests API" for Perl reference to commands.
Source:...
Forum:
Support::Windows Servers
10-23-2018, 12:03 AM
Replies:
10
Strange happenings in Kelethin/GFay
Views:
5,128
Posted By
prestanneth
<red buff> can try exporting a new...
<red buff>
can try exporting a new spells_us.txt file.
( see server dir for client file exporter, or perl script, to export client files that match the database. Once done, put them from exports...
Forum:
Support::Windows Servers
10-22-2018, 10:01 PM
Replies:
16
Public server example
Views:
13,289
Posted By
prestanneth
Sample below. I've added the public login for a...
Sample below.
I've added the public login for a more complete version as you can use both with no problems.
if only want local just remove the loginserver2 section and rename loginserver1 to...
Showing results 1 to 25 of 25
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
02:07 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3