Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump
   

All times are GMT -4. The time now is 09:17 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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3