Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 80
Search took 0.03 seconds; generated 68 minute(s) ago.
Search: Posts Made By: Trubles
Forum: Support::General Support 06-10-2014, 05:08 AM
Replies: 3
Views: 5,769
Posted By Trubles
Could be Windows Firewall....

Could be Windows Firewall....
Forum: Support::Windows Servers 05-27-2014, 05:25 AM
Replies: 3
Views: 7,393
Posted By Trubles
Did you add the plugins from eq\quests to...

Did you add the plugins from eq\quests to eq\plugins?
Forum: Support::Linux Servers 05-16-2014, 12:57 PM
Replies: 28
Views: 36,521
Posted By Trubles
r u root /ten

r u root
/ten
Forum: Quests::Plugins & Mods 05-14-2014, 01:06 PM
Replies: 63
Views: 371,024
Posted By Trubles
I don't even know, I broke the script lol.

I don't even know, I broke the script lol.
Forum: Quests::Plugins & Mods 05-14-2014, 08:16 AM
Replies: 63
Views: 371,024
Posted By Trubles
Knowom, I've stolen this and modified it to...

Knowom, I've stolen this and modified it to include chance drops, let me know if you'd like me to post.
Forum: Support::Windows Servers 05-13-2014, 03:02 PM
Replies: 3
Views: 7,051
Posted By Trubles
Theres no possible way to differentiate between...

Theres no possible way to differentiate between grouped and ungrouped.
Forum: Quests::Q&A 05-12-2014, 11:58 AM
Replies: 7
Views: 7,783
Posted By Trubles
What does op codes have to do with lua, NoPort?

What does op codes have to do with lua, NoPort?
Forum: Quests::Custom 05-12-2014, 11:55 AM
Replies: 11
Views: 24,040
Posted By Trubles
Adding it as a plugin? Was never fond of...

Adding it as a plugin?

Was never fond of modifying massive loot tables, i like to make everything simple.
Forum: Quests::Custom 05-12-2014, 07:06 AM
Replies: 11
Views: 24,040
Posted By Trubles
Random loot via PERL, non-modified loot tables.

This was made for Tomb of the forsaken, it basically adds a random item to every mob's loot table if the roll is high enough, and mobs 51+ get an extra chance at an additional item.


#sub...
Forum: General::Server Discussion 05-12-2014, 06:33 AM
Replies: 24
Views: 24,338
Posted By Trubles
I seem to be mildly incompetent when it comes to...

I seem to be mildly incompetent when it comes to this server.

Maxed gear, and still get my ass handed to me as a solo....
Forum: Quests::Q&A 05-09-2014, 11:27 AM
Replies: 7
Views: 7,783
Posted By Trubles
Could totally do something like this: sub...

Could totally do something like this:

sub EVENT_CONNECT
{
if( !defined $qglobals{setlevel} == 0)
{
quest::level(50);
}
}
Forum: Support::Windows Servers 05-08-2014, 11:44 AM
Replies: 1
Views: 6,313
Posted By Trubles
Multiple Servers from same IP

Is it possible for multiple servers to run from a single IP?

I figure, this would just be changing port configurations for EQEmu.

I have a seriously under-subscribed ESX 5.5 server and was...
Forum: Support::General Support 05-08-2014, 06:46 AM
Replies: 3
Views: 5,372
Posted By Trubles
Merchants aren't zone specific.

Merchants aren't zone specific.
Forum: General::Server Discussion 05-07-2014, 08:52 PM
Replies: 6
Views: 8,204
Posted By Trubles
All of the above is fixed.

All of the above is fixed.
Forum: Support::Windows Servers 05-07-2014, 02:13 PM
Replies: 4
Views: 6,153
Posted By Trubles
Hey bud. Did you compile RelwithDebinfo? ...

Hey bud.

Did you compile RelwithDebinfo?

If so, do you have the pdb files in your directory?
Forum: General::General Discussion 05-07-2014, 12:28 PM
Replies: 11
Views: 12,508
Posted By Trubles
The command you forgot is #rq or #reloadpl, vsab....

The command you forgot is #rq or #reloadpl, vsab.

Alternatively you can do #reloadworld, repops and refreshes quest.
Forum: General::Server Discussion 05-07-2014, 10:41 AM
Replies: 6
Views: 8,204
Posted By Trubles
Forums have been created. Server is...

Forums have been created.

Server is operational, and can be played efficiently. Please leave any feedback you have on the Feedback board.

http://forsakentomb.proboards.com/
Forum: Support::Windows Servers 05-06-2014, 09:52 PM
Replies: 9
Views: 10,060
Posted By Trubles
[Crash] c:\eq\source\common\database.cpp (1318):...

[Crash] c:\eq\source\common\database.cpp (1318): Database::LoadZoneNames
[Crash] c:\eq\source\world\net.cpp (285): main
[Crash] f:\dd\vctools\crt\crtw32\startup\crt0.c (255): __tmainCRTStartup...
Forum: Support::Windows Servers 05-06-2014, 09:38 PM
Replies: 9
Views: 10,060
Posted By Trubles
Right, will go ahead and re-compile in a bit. ...

Right, will go ahead and re-compile in a bit.

Thanks.
Forum: Support::Windows Servers 05-06-2014, 09:06 PM
Replies: 9
Views: 10,060
Posted By Trubles
It returned..... Different error this...

It returned.....


Different error this time.

---------------------------------------------
[05.06. - 16:44:43] Starting Log: logs/crash_world_4868.log
[05.06. - 16:44:43]...
Forum: Support::Windows Servers 05-06-2014, 07:27 PM
Replies: 12
Views: 10,282
Posted By Trubles
To find the npcid of any npc you can do this...

To find the npcid of any npc you can do this multiple ways:

1. #npcstats with the npc targeted
2. SELECT 'id' FROM 'npc_types' WHERE name = 'npcname';
3. Any sort of editors, EoC, GeorgeS'...
Forum: Support::Windows Servers 05-06-2014, 02:45 PM
Replies: 12
Views: 10,282
Posted By Trubles
Remove the old quest first, then make sure the...

Remove the old quest first, then make sure the extension is actually .pl in the tutorialb folder.

I'd use NPCID personally.
Forum: Support::Windows Servers 05-06-2014, 02:06 PM
Replies: 12
Views: 10,282
Posted By Trubles
which is why i asked if you had sourced in all...

which is why i asked if you had sourced in all the required stuff

slow_mitigation_fix.sql was added recently.
Forum: Support::Windows Servers 05-06-2014, 11:25 AM
Replies: 12
Views: 10,282
Posted By Trubles
Did you source in all the database updates that...

Did you source in all the database updates that comply with your source revision?
Forum: Support::MiniLogin 05-06-2014, 11:24 AM
Replies: 6
Views: 44,875
Posted By Trubles
loginserver roxxsoxx

loginserver roxxsoxx
Showing results 51 to 75 of 80

 
Forum Jump
   

All times are GMT -4. The time now is 07:42 PM.


 

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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3