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...
Page 11 of 18
«
First
<
7
8
9
10
11
12
13
14
15
>
Last
»
Showing results 251 to 275 of 435
Search took
0.02
seconds; generated 11 minute(s) ago.
Search:
Posts Made By:
wolfwalkereci
Forum:
Development::Tools
11-10-2012, 09:45 PM
Replies:
41
PEQ data base install I need "dummies" help
Views:
48,738
Posted By
wolfwalkereci
In sorvani's defense navi has changed their site...
In sorvani's defense navi has changed their site a few times over the last year. For awhile you could not find a download to a free or trial version of their software. (At least if it was possible I...
Forum:
Support::General Support
11-10-2012, 09:36 PM
Replies:
17
Guide to enabling SoF+ weapon graphics for titanium/getting rid of pearl necklaces
Views:
40,517
Posted By
wolfwalkereci
Only change to the OP I would point out is that...
Only change to the OP I would point out is that dragitemxxx.tga goes up to 114 now. Well last time I dinked around on test I noticed that.
Forum:
Support::Windows Servers
11-04-2012, 09:09 PM
Replies:
3
Best/Correct Guide?
Views:
7,675
Posted By
wolfwalkereci
Generally the huppy guide is a good one to follow...
Generally the huppy guide is a good one to follow but read the post by akkadius for compiling. Combine the two, don't be a complete retard and you'll be fine.
Forum:
Quests::Q&A
10-28-2012, 08:10 AM
Replies:
3
Checking player faction Needing guidance please
Views:
6,972
Posted By
wolfwalkereci
Using a event say this works for me. sub...
Using a event say this works for me.
sub EVENT_SAY {
if($text=~/hail/i) {
if ($faction ==7) {
quest::say("blah blah");
}
}
}
In your example I see you...
Forum:
Development::Server Code Submissions
10-19-2012, 01:52 AM
Replies:
4
#peekinv money
Views:
9,220
Posted By
wolfwalkereci
Ah that sucks man. Hope you get your stuff back...
Ah that sucks man. Hope you get your stuff back up soon.
Forum:
Support::Windows Servers
10-16-2012, 08:26 PM
Replies:
18
I'm attempting to follow the install guides but..
Views:
19,803
Posted By
wolfwalkereci
Ding-ding-ding. Winner. Cant count the number...
Ding-ding-ding. Winner.
Cant count the number of hours I've spent searching these boards looking for things. Majority of the time I can and do find my answer that way.
Another thing is I've had a...
Forum:
Support::Windows Servers
10-16-2012, 05:11 AM
Replies:
18
I'm attempting to follow the install guides but..
Views:
19,803
Posted By
wolfwalkereci
Well part true, 5.12 is packaged with the svn and...
Well part true, 5.12 is packaged with the svn and is setup to compile as is but if you really wanted to you could use 5.10 just not recommended and I doubt people would bother providing support to...
Forum:
Support::Windows Servers
10-15-2012, 06:56 AM
Replies:
18
I'm attempting to follow the install guides but..
Views:
19,803
Posted By
wolfwalkereci
Usually when that happens the install didnt...
Usually when that happens the install didnt actually add perl to the windows path or you used the older version that was not packaged as a msi installer.
Forum:
Quests::Q&A
10-10-2012, 04:59 PM
Replies:
6
Waypoint Spawning
Views:
8,715
Posted By
wolfwalkereci
Did you try using - sub EVENT_WAYPOINT_ARRIVE
Did you try using - sub EVENT_WAYPOINT_ARRIVE
Forum:
Quests::Q&A
10-09-2012, 01:43 PM
Replies:
4
Mob Kill Quests
Views:
8,260
Posted By
wolfwalkereci
Trevius's advice is how I would handle it. Create...
Trevius's advice is how I would handle it. Create a task, you can find examples if you look through the default tasks and if you want to use a perl quest to handle the reward just set the task as...
Forum:
Support::Windows Servers
10-05-2012, 04:33 PM
Replies:
9
Best Server Setup
Views:
10,859
Posted By
wolfwalkereci
For about 500 you could slap together a great...
For about 500 you could slap together a great dedicated server on a home computer. I believe EZ server is on an equivalent line as you and they can sustain a few hundred stable connections.
I think...
Forum:
Misc::Off Topic
10-05-2012, 04:30 PM
Replies:
3
Shards of Dalaya
Views:
10,428
Posted By
wolfwalkereci
Agree with what trevius said. His response is a...
Agree with what trevius said. His response is a lot nicer then mine.
Forum:
Support::Windows Servers
10-01-2012, 06:56 PM
Replies:
4
Mass NPC Edit by zone
Views:
11,847
Posted By
wolfwalkereci
Could run some sql queries if you didn't want to...
Could run some sql queries if you didn't want to use one of the GUI tools and knew what you wanted to do.
Update npc_types set level = x, mindmg = x, maxdmg = x where (id>=8000 and id<=8999);
...
Forum:
Support::Windows Servers
10-01-2012, 12:34 AM
Replies:
7
Removing editing Things / Objects
Views:
8,354
Posted By
wolfwalkereci
Working with objects I prefer to use PEQEditor...
Working with objects I prefer to use PEQEditor and whatever the # command is in game to reload the static data. Cant remember it off top of my head but its one of the dozens I have hotkeyed.
Forum:
Support::Windows Servers
09-25-2012, 12:02 PM
Replies:
17
Compiling
Views:
18,819
Posted By
wolfwalkereci
You can get x64 to compile on Visual Studio C++...
You can get x64 to compile on Visual Studio C++ 2010 Express but it is a pain in the ass.
Then again that is my opinion and I am not a pro. Figuring it out took me 3 hours this morning and required...
Forum:
Quests::Q&A
09-21-2012, 07:43 AM
Replies:
6
Remove level exp?
Views:
9,657
Posted By
wolfwalkereci
Eww might not be able to do that but in theory...
Eww might not be able to do that but in theory you should be able to as the info is stored in the db. I'll poke around as its an interesting question. If I stumble across how its done I'll post again...
Forum:
Support::General Support
09-14-2012, 01:10 AM
Replies:
4
2208_required_aa_updates
Views:
5,586
Posted By
wolfwalkereci
You have 2 create table in there near the bottom....
You have 2 create table in there near the bottom.
Remove one of those and it'll run fine.
Forum:
Support::General Support
09-13-2012, 01:59 AM
Replies:
3
Can't Log in to any servers
Views:
6,518
Posted By
wolfwalkereci
Happens from time to time. I cant connect using...
Happens from time to time. I cant connect using public login to any server atm. Read a book ;)
Forum:
Support::Windows Servers
09-13-2012, 12:48 AM
Replies:
3
Make LDoN Hotzones
Views:
7,563
Posted By
wolfwalkereci
Well I have no idea tbh as I have never played...
Well I have no idea tbh as I have never played around with those zones but you can toggle if the zone is hotzone or not and/or tweak the ZEM.
Hope that helps.
Forum:
Support::Windows Servers
09-12-2012, 01:40 AM
Replies:
3
Make LDoN Hotzones
Views:
7,563
Posted By
wolfwalkereci
zone.zone_exp_multiplier zone.hotzone
zone.zone_exp_multiplier
zone.hotzone
Forum:
Support::Windows Servers
09-12-2012, 01:36 AM
Replies:
42
Windows Binary Compiling Guide
Views:
80,229
Posted By
wolfwalkereci
I was pretty surprised to see the links go dead...
I was pretty surprised to see the links go dead so fast.
I'll be moving my boards pretty soon to a host instead of keeping it local and will post a link for people that might want files. Tho I know...
Forum:
Support::Windows Servers
09-11-2012, 09:34 PM
Replies:
42
Windows Binary Compiling Guide
Views:
80,229
Posted By
wolfwalkereci
Looks like http://www.activestate.com is only...
Looks like http://www.activestate.com is only providing perl 5.16 unless you sign up for their business license.
http://strawberryperl.com/releases.html has older ones you can still get if needed....
Forum:
Quests::Q&A
09-08-2012, 06:32 PM
Replies:
9
10th Ring War
Views:
9,922
Posted By
wolfwalkereci
Posts like that are why I log in to these boards....
Posts like that are why I log in to these boards. :smile:
Forum:
Support::Windows Servers
09-06-2012, 02:36 PM
Replies:
13
Looks like AAs (not just new) may be broken?!?
Views:
11,413
Posted By
wolfwalkereci
Its working for me on my test environment. Now...
Its working for me on my test environment.
Now if you totally wiped your server and did a brand new install it should work as well.
However I think you are saying that you started with rev2142,...
Forum:
Support::Windows Servers
09-05-2012, 07:41 PM
Replies:
42
Windows Binary Compiling Guide
Views:
80,229
Posted By
wolfwalkereci
Ran into it earlier, if you already have perl...
Ran into it earlier, if you already have perl 5.12 installed you can change cop.h until its added to the svn.
#include "mydtrace.h" --> #include "c:/perl/lib/core/mydtrace.h"
I just changed world...
Showing results 251 to 275 of 435
Page 11 of 18
«
First
<
7
8
9
10
11
12
13
14
15
>
Last
»
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
09:17 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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3