Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Congdar
Forum: Support::General Support 01-29-2022, 11:02 PM
Replies: 3
Views: 6,512
Posted By Congdar
The forums hard disk crashed. Fixed and online...

The forums hard disk crashed. Fixed and online again. The server never went down as it was on a different system.
Forum: Quests::Q&A 12-08-2020, 01:34 PM
Replies: 20
Views: 16,709
Posted By Congdar
Those last two were just missing brackets. A...

Those last two were just missing brackets. A good "Code Beautifier" plugin will help there.
Also, just wanted to mention that quest::setglobal is (String, String, Int, String) even though the...
Forum: Quests::Q&A 12-07-2020, 07:44 PM
Replies: 20
Views: 16,709
Posted By Congdar
if ((defined $qglobals{"Hardmode"} &&...

if ((defined $qglobals{"Hardmode"} && $qglobals{"Hardmode"} == 1) && ($ulevel <= 60)) {



The red parens... around the entire condition statement. You can't have one set of parens (the...
Forum: Quests::Q&A 12-07-2020, 01:11 PM
Replies: 20
Views: 16,709
Posted By Congdar
These also were missing some parenthesis. ...

These also were missing some parenthesis.

Your new post has an extra bracket at the bottom. I haven't run these, only checking syntax... so maybe it's the functions you are calling. Do they exist...
Forum: Quests::Q&A 12-06-2020, 12:19 PM
Replies: 20
Views: 16,709
Posted By Congdar
1st: You have an else in the middle of a bunch...

1st:
You have an else in the middle of a bunch of elsif's

else {
plugin::Whisper("Thank the Gods you have awoke $name! We must be quick, we haven't much " . quest::saylink("time", 1) . "...
Forum: Support::Windows Servers 04-20-2017, 03:27 PM
Replies: 7
Views: 4,852
Posted By Congdar
Unlikely. I just recovered my accounts last week...

Unlikely. I just recovered my accounts last week after not logging in for many years.
Forum: Support::Windows Servers 04-20-2017, 03:13 PM
Replies: 7
Views: 4,852
Posted By Congdar
for Steveo2160: Issue: Forum Account...

for Steveo2160:

Issue: Forum Account Password is lost.
Solution: You can recover a forum account password using the automated process. You will need to know the exact email address you registered...
Forum: Support::Windows Servers 04-20-2017, 01:58 PM
Replies: 7
Views: 4,852
Posted By Congdar
Did you try this thread? ...

Did you try this thread?
http://www.eqemulator.org/forums/showthread.php?t=36730
Forum: Support::Windows Servers 04-20-2017, 11:36 AM
Replies: 7
Views: 4,852
Posted By Congdar
go to http://www.eqemulator.org/account/?ResetLS ...

go to http://www.eqemulator.org/account/?ResetLS
I recommend setting up sms text verification
Forum: Development::Server Code Submissions 02-10-2012, 09:51 AM
Replies: 4
Views: 3,897
Posted By Congdar
When posting code in the forums, it's easier to...

When posting code in the forums, it's easier to read if you surround the code with blocks (code) (/code) except don't use parentheses, use brackets--> []. I used parentheses here because if i use...
Forum: Development::Server Code Submissions 12-06-2011, 04:57 PM
Replies: 1
Views: 3,370
Posted By Congdar
added to svn r2086

added to svn r2086
Forum: General::Server Discussion 11-21-2011, 02:18 PM
Replies: 4
Views: 10,402
Posted By Congdar
go here:...

go here: http://www.eqemulator.org/index.php?pageid=serverlist
and go down the list of servers selecting the [View] of each server
read the descriptions and maybe follow the links if provided
I'm...
Forum: Development::Feature Requests 10-25-2011, 12:11 PM
Replies: 21
Views: 8,828
Posted By Congdar
wiki info on compiling:...

wiki info on compiling: http://www.eqemulator.net/wiki/wikka.php?wakka=VS2008
Forum: Support::Windows Servers 10-25-2011, 12:05 PM
Replies: 23
Views: 9,467
Posted By Congdar
in \world\SoFCharCreateInfo.h remove the...

in \world\SoFCharCreateInfo.h
remove the entries for crescent to remove the choice of crescent reach
Forum: Development::Bots 10-22-2011, 04:14 PM
Replies: 6
Views: 3,903
Posted By Congdar
good to know

good to know
Forum: Development::Bots 10-22-2011, 11:26 AM
Replies: 6
Views: 3,903
Posted By Congdar
there are a lot of str buffs to be had from...

there are a lot of str buffs to be had from multiple classes. if everyone is buffing str, then they will be overwriting each other into a buff war that will leave your bots oom when the battle...
Forum: Support::Windows Servers 10-22-2011, 11:20 AM
Replies: 7
Views: 3,908
Posted By Congdar
concious decision. reming out that line breaks...

concious decision. reming out that line breaks it so that you will never get aggro if you are a client. set your database to use smartaggro:false
then if you manage your aggro, your bot tank...
Forum: Misc::Off Topic 10-22-2011, 12:11 AM
Replies: 6
Views: 4,068
Posted By Congdar
i think the term you are looking for is bitmask ...

i think the term you are looking for is bitmask
http://stu.mp/2004/06/a-quick-bitmask-howto-for-programmers.html
Forum: Support::Windows Servers 10-20-2011, 05:02 PM
Replies: 2
Views: 2,385
Posted By Congdar
they can take nodrop items using #bot giveitem

they can take nodrop items using #bot giveitem
Forum: Support::Windows Servers 10-07-2011, 11:49 PM
Replies: 4
Views: 2,992
Posted By Congdar
that's a different table, unless you changed the...

that's a different table, unless you changed the value in loottable_id
Forum: Support::Windows Servers 10-07-2011, 06:06 PM
Replies: 17
Views: 5,731
Posted By Congdar
if you are following the steps to create a fresh...

if you are following the steps to create a fresh db and still getting errors, my guess is that you don't have a clean download from the database svn. delete that and get a clean download. maybe one...
Forum: Support::Windows Servers 10-07-2011, 11:01 AM
Replies: 17
Views: 5,731
Posted By Congdar
so don't do that.

so don't do that.
Forum: Support::Windows Servers 10-07-2011, 10:25 AM
Replies: 4
Views: 2,992
Posted By Congdar
best bet would be to download the latest db and...

best bet would be to download the latest db and extract peqdb_rev2022.sql from peqdb_rev2022.sql.gz

next edit the sql file and delete everything except the parts about the npc_types table and save...
Forum: Support::Windows Servers 10-06-2011, 06:38 PM
Replies: 17
Views: 5,731
Posted By Congdar
i just followed these steps and everything...

i just followed these steps and everything sourced in without errors. this will get you a fresh install, but you will lose anything you already have.

from the database svn, download everything....
Forum: Quests::Custom 09-30-2011, 07:50 PM
Replies: 6
Views: 6,288
Posted By Congdar
The templates folder would be for a global npc...

The templates folder would be for a global npc that appears in multiple zones. That's ok, but if you only put this npc in one zone then the perl file can just be put in that zones folder instead of...
Showing results 1 to 25 of 500

 
Forum Jump
   

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