Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Shin Noir
Forum: Support::Windows Servers 07-19-2024, 11:53 AM
Replies: 2
Views: 7,513
Posted By Shin Noir
I don't know where you got the instructions you...

I don't know where you got the instructions you followed, but in the eqemu docs, you'll see supported clients: https://docs.eqemu.io/#supported-clients

RoF2 is the latest supported client.

You...
Forum: General::Server Discussion 07-19-2024, 11:47 AM
Replies: 2
Views: 5,159
Posted By Shin Noir
You can hop on your database with heidi or a...

You can hop on your database with heidi or a database editor and

Go to your account table, and look up your projecteq account login. Then take note of it's ID.

Then look at the character_data...
Forum: General::General Discussion 07-19-2024, 11:42 AM
Replies: 3
Views: 14,749
Posted By Shin Noir
You need to know how to write the quest api to do...

You need to know how to write the quest api to do it.

There's a lot of edge cases to decide on to make this happen, I'll briefly note them as I break down the steps.

Inside the file...
Forum: Misc::Screenshots 11-19-2023, 09:08 PM
Replies: 1
Views: 44,658
Posted By Shin Noir
This looks really good! Thanks for breaking down...

This looks really good! Thanks for breaking down the process.

Are you planning to do the same treatment to other zones?
Are you on discord? in #project-quail we're doing a number of client side...
Forum: Support::Windows Servers 01-17-2023, 01:05 AM
Replies: 3
Views: 15,856
Posted By Shin Noir
Hardest part about answering this question is not...

Hardest part about answering this question is not knowing anything about the server and configuration.

250 players does indeed have bandwidth concerns, but on normal EQ instances they tend to...
Forum: Support::General Support 01-12-2022, 02:34 AM
Replies: 2
Views: 4,859
Posted By Shin Noir
it's hard coded client side with each race...

it's hard coded client side with each race instantiation, there's a flag system during the race add function, if flag is 1 it is tagged as a "ridable entity". From personal testing, rof2 seems to...
Forum: Support::Linux Servers 10-22-2021, 12:24 AM
Replies: 2
Views: 6,219
Posted By Shin Noir
go to world server accounts:...

go to world server accounts: http://www.eqemulator.org/index.php?pageid=ws_mgmt

create a server entry there, with user/pass accordingly.

put those in your config.
Forum: Support::General Support 10-21-2021, 06:19 PM
Replies: 6
Views: 6,403
Posted By Shin Noir
- small amount of ram = can't compile - You...

- small amount of ram = can't compile
- You could build your binaries off the server and copy them over after. I recommend doing so on the same machine as your VM, e.g. make a docker image with...
Forum: General::Server Discussion 10-12-2021, 11:14 PM
Replies: 3
Views: 14,384
Posted By Shin Noir
If you're just starting off, chances are if you...

If you're just starting off, chances are if you have an extra computer lying around, you can host an eqemu server on it, forward ports with your local ISP, and just use that for a good chunk of time....
Forum: General::General Discussion 09-27-2021, 09:06 PM
Replies: 6
Views: 17,695
Posted By Shin Noir
To suppliment the above mostly, or clear up: ...

To suppliment the above mostly, or clear up:

We used to use CD's to snapshot when we would create a supported client. But, EQ turned to digital form.
ROF2 is a snapshot in the steam repository...
Forum: Development::Tools 07-24-2020, 06:06 PM
Replies: 36
Views: 77,986
Posted By Shin Noir
I'm surprised how often folks use this tool!! ...

I'm surprised how often folks use this tool!!

Once peq-expansions is released, i may take another look at this (or incorporating the features eqcleanup was built to support). Thanks for commenting...
Forum: Development::Development 02-04-2020, 02:53 PM
Replies: 2
Views: 7,404
Posted By Shin Noir
There's countless features and considerations...

There's countless features and considerations needed. Shared tasks is one of the bigger ones.
PEQ-Expansions is another for better TLP-like servers
https://github.com/eqemu/server/issues shows some...
Forum: Support::Linux Servers 02-02-2020, 07:47 PM
Replies: 1
Views: 7,229
Posted By Shin Noir
I think Akka has something put together. I also...

I think Akka has something put together.
I also tossed this around: https://hub.docker.com/r/eqemu/server but still needs the binaries built elsewhere
split the binary builder into...
Forum: General::General Discussion 03-20-2019, 05:14 PM
Replies: 14
Views: 8,787
Posted By Shin Noir
since eqemu's server listing on forums, among...

since eqemu's server listing on forums, among other eqemu-specific stuff like account management tends to not get touched much, maybe look at using a https://github.com/eqemu/server/wiki page and...
Forum: General::General Discussion 02-10-2019, 10:13 PM
Replies: 8
Views: 17,511
Posted By Shin Noir
Cool, you maybe want to post this in the tools...

Cool, you maybe want to post this in the tools section. :)
I commented on your github with details about feedback/issues i've had.

did you master animations as well? For both luclin and classic...
Forum: Development::Tools 01-31-2019, 10:41 AM
Replies: 16
Views: 32,065
Posted By Shin Noir
I pushed up a new version that should resolve...

I pushed up a new version that should resolve your above challenge. I'm also talking to you via discord to see about helping out.


Note that eqemupatcher is a relatively advanced tool to get...
Forum: General::Server Discussion 01-30-2019, 01:22 PM
Replies: 6
Views: 6,259
Posted By Shin Noir
Rebuild is in closed beta, small community, but...

Rebuild is in closed beta, small community, but hits everything except your botting/boxing clause. Vanilla trilogy with quality of life improvements and little customizations here or there to...
Forum: Support::Linux Servers 01-30-2019, 01:19 PM
Replies: 12
Views: 8,024
Posted By Shin Noir
Rule_Str = not a string, but tied to strength! ...

Rule_Str = not a string, but tied to strength!
Rule_Int = not an integer, but tied to intelligence!

/sarcasm

If you peruse the source code,...
Forum: Quests::Plugins & Mods 01-23-2019, 04:08 PM
Replies: 2
Views: 14,243
Posted By Shin Noir
plugins are essentially shared snippets that...

plugins are essentially shared snippets that extend functionality of quests.
https://github.com/ProjectEQ/projecteqquests/tree/master/plugins

I would recommend installing via Akka's installer, it...
Forum: Development::Tools 01-22-2019, 06:37 PM
Replies: 36
Views: 77,986
Posted By Shin Noir
Indeed. There are many projects who have had the...

Indeed. There are many projects who have had the same efforts you described done, many of which have contributed their efforts in one way or another, hopefully they can help bootstrap the time...
Forum: Development::Tools 01-22-2019, 07:53 AM
Replies: 36
Views: 77,986
Posted By Shin Noir
Good news for new server makers.. I've been...

Good news for new server makers.. I've been chatting with eqemu/peq dev staff and we'll be working on #project-peq-expansions.

This project is hoping to make the process of turning PEQ into a...
Forum: Spell Support 01-22-2019, 07:49 AM
Replies: 5
Views: 6,125
Posted By Shin Noir
I peeked at source and noticed there's no way via...

I peeked at source and noticed there's no way via a #gmcommand. I have this on my rebuildeq server though.

I'll write a pull request for #spelleffect.
I also have #playsound, may as well PR that...
Forum: Development::Tools 01-19-2019, 06:18 PM
Replies: 36
Views: 77,986
Posted By Shin Noir
This tool seems to be getting quite a bit of...

This tool seems to be getting quite a bit of traction/attention/interest, so I'm going to resume work on it.

Today I started working on a 1.0 version.
Forum: Support::General Support 01-19-2019, 07:33 AM
Replies: 16
Views: 12,371
Posted By Shin Noir
if you are using a version of eqemupatcher...

if you are using a version of eqemupatcher (lonpatcher, rebuildeq, etc) and want it to run in wine, and get a mysterious exit immediately, you may need to run the dotnet45 winetricks fix, just fyi
Forum: General::Server Discussion 01-12-2019, 08:00 PM
Replies: 3
Views: 6,561
Posted By Shin Noir
Unfortunately p99 decided to go entirely closed...

Unfortunately p99 decided to go entirely closed source, (meaning all the server software, quests, database changes are not available). it spent a year+ working on establishing the most meticulous...
Showing results 1 to 25 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 09:59 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