Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 19 of 19
Search took 0.01 seconds.
Search: Posts Made By: melkor_41
Forum: Support::Windows Servers 01-10-2011, 04:12 PM
Replies: 1
Views: 2,438
Posted By melkor_41
disreguard, password is the blank field in the...

disreguard, password is the blank field in the account table.
Forum: Support::Windows Servers 01-10-2011, 02:25 PM
Replies: 1
Views: 2,438
Posted By melkor_41
telnet

how do i login to a server running the public login through eqemulator? All the instructions I have found so far only mention the minilogin accounts.
Forum: General::Server Discussion 01-02-2011, 08:59 PM
Replies: 1
Views: 3,271
Posted By melkor_41
The Redemption - Double Drop Week!

To celebrate 90 days of live we are doing a week long event of double loot drops. Come check us out!

www.theredemptionserver.com (http://www.theredemptionserver.com)
Forum: Support::Windows Servers 12-22-2010, 05:25 PM
Replies: 47
Views: 21,344
Posted By melkor_41
add redemption to that, windows server here. ...

add redemption to that, windows server here.

and it wasnt loginserver related, it was DNS related, your dns (eqemulator's) lost the entries or was not resolving for external hosts the entries for...
Forum: Support::Windows Servers 12-08-2010, 11:30 AM
Replies: 6
Views: 3,697
Posted By melkor_41
I am having a similar issue with rogues and pick...

I am having a similar issue with rogues and pick lock. its acting like they dont get that as a class skill.

The skill cap table has entries for class 9 skill 35 all the way up to level 65 where...
Forum: Support::Windows Servers 12-06-2010, 12:09 PM
Replies: 6
Views: 2,823
Posted By melkor_41
for security run 2 servers. For the emu setup 2...

for security run 2 servers. For the emu setup 2 nics an external and an internal.

1 with sql and about 4gb of ram and the other with the emu with all of the rest of the ram.

Do them both 64...
Forum: Support::Windows Servers 12-03-2010, 02:26 PM
Replies: 12
Views: 3,694
Posted By melkor_41
dont forget unless you upgrade to a 64 bit...

dont forget unless you upgrade to a 64 bit operating system adding ram past 4gb will do nothing for you. the OS cant even see the extra ram.
Forum: Support::Windows Servers 12-01-2010, 03:27 PM
Replies: 12
Views: 3,694
Posted By melkor_41
load 2k3 on your app server or if you dont have...

load 2k3 on your app server or if you dont have another license swap them around and use the xp box as mysql and use the 2k3 box as the app server.

xp doesn't handle memory well for process that...
Forum: Support::Windows Servers 11-11-2010, 08:43 AM
Replies: 2
Views: 2,503
Posted By melkor_41
1) defrag defrag defrag 2) some of the changes...

1) defrag defrag defrag
2) some of the changes are structural changes such as renaming fields or adding new fields needed by the emu engine, not just content.
3) I use...
Forum: Support::Windows Servers 10-31-2010, 05:41 PM
Replies: 3
Views: 2,549
Posted By melkor_41
chat logging

What exactly do I need to put in my logs.ini to have ALL chat (ooc auc tell say etc) and UCS chat logged?
Forum: Support::Windows Servers 10-22-2010, 09:48 AM
Replies: 7
Views: 3,296
Posted By melkor_41
Manually set processor affinity so that your...

Manually set processor affinity so that your zone.exe processes are spread out over the cores. Make sure you leave core 0 alone so that it can focus on the OS

There.. now eqemu is (kind of)...
Forum: Support::Windows Servers 10-21-2010, 04:00 PM
Replies: 7
Views: 2,702
Posted By melkor_41
quick quesiton about 1664 to 1708

Are there any database structure changes going from 1664 to 1708 or can i just replace the binaries and rock on?
Forum: Support::Windows Servers 10-21-2010, 03:59 PM
Replies: 5
Views: 3,077
Posted By melkor_41
update npc_type set hp = hp * 0.8 where id => 1; ...

update npc_type set hp = hp * 0.8 where id => 1;



that will reduce all npcs to 80% of their hitpoints, change the 0.8 to another decimal value for different percentages if you want it lower or...
Forum: General::Server Discussion 10-14-2010, 08:26 AM
Replies: 0
Views: 2,952
Posted By melkor_41
The Redemption Double XP Weekend

This weekend (16th,17th) in celebration of the Texas Rangers getting their first ever franchise post season series win we will be having a double xp weekend. This will boost the xp from 1.5x to 3.0x...
Forum: Quests::Q&A 09-10-2010, 12:32 PM
Replies: 6
Views: 2,807
Posted By melkor_41
thanks everyone, we got it working with some...

thanks everyone, we got it working with some help.


here is the complete code for Mater in kaladimb to have both his text AND newbie turn in working.

sub EVENT_SAY
{
if (($text=~/hail/i)...
Forum: Quests::Q&A 09-10-2010, 12:06 PM
Replies: 6
Views: 2,807
Posted By melkor_41
how do i access your quests on peq? this...

how do i access your quests on peq?

this handin is the missing quest code for the newbie tunic turnin so if we get it working, you may want to add it to yours as well.

I am on a quest myself of...
Forum: Quests::Q&A 09-10-2010, 11:38 AM
Replies: 6
Views: 2,807
Posted By melkor_41
looks like the issue isnt in the area i wrote... ...

looks like the issue isnt in the area i wrote...

I tried to fix it up a little better...

sub EVENT_SAY
{
if ($text=~/hail/i) && ($class eq 'Rogue') {
quest::say("Ah, welcome! We could...
Forum: Quests::Q&A 09-10-2010, 11:15 AM
Replies: 6
Views: 2,807
Posted By melkor_41
the npc is Mater, i have verified that he does...

the npc is Mater, i have verified that he does not have # or anything in front of his name

he is npc id 67019 so i did a save as on the file as 67019.pl

he does not respond to hail or anything...
Forum: Quests::Q&A 09-10-2010, 10:24 AM
Replies: 6
Views: 2,807
Posted By melkor_41
need another set of eyes...

What am i missing? im sure its a small typo or something...


sub EVENT_ITEM {



if (plugin::check_handin(\%itemcount, 18767 => 1)) {

quest::say("Very well then, take this and get to...
Showing results 1 to 19 of 19

 
Forum Jump
   

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