Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 26 to 50 of 147
Search took 0.04 seconds; generated 81 minute(s) ago.
Search: Posts Made By: prickle
Forum: Support::Windows Servers 01-19-2013, 10:55 PM
Replies: 42
Views: 47,602
Posted By prickle
looks like it may have popped back up? I have my...

looks like it may have popped back up? I have my rule_values Bots:BotQuest entry set to "false" and I still ended up having to do the quest to get my bots working again :\
Forum: Support::Windows Servers 01-19-2013, 10:52 PM
Replies: 42
Views: 47,602
Posted By prickle
well... I noticed I don't have a bot_spawn_limit...

well... I noticed I don't have a bot_spawn_limit entry in my quest_globals table.

I'm pretty sure i've never had it, but just in case i've started searching the sql files for the one that creates...
Forum: Support::Windows Servers 01-19-2013, 09:53 PM
Replies: 42
Views: 47,602
Posted By prickle
I'm compiling with gcc 64bit ... when I run...

I'm compiling with gcc 64bit ...

when I run 'cmake -i' i also disable the -O2 and -O3 optimizations because the server borks and dumps clients like hot cakes on login if i don't (stringstream...
Forum: Support::Windows Servers 01-19-2013, 08:43 PM
Replies: 42
Views: 47,602
Posted By prickle
No ... the DB has the settings you say I should...

No ... the DB has the settings you say I should have...

mysql> SELECT * FROM `rule_values` WHERE `rule_name` LIKE 'Bot%';...
Forum: Support::Windows Servers 01-19-2013, 04:59 PM
Replies: 42
Views: 47,602
Posted By prickle
Ah! It was the GM flag. Is there a way to...

Ah! It was the GM flag. Is there a way to disable the "#gm on" (that doesn't require changing source code?) requirement before spawning bots?

thanks for the help!
Forum: Support::Windows Servers 01-19-2013, 03:31 PM
Replies: 42
Views: 47,602
Posted By prickle
progress yay! I updated my source and used...

progress yay!

I updated my source and used the new CMake system to compile the latest and i'm now able to get into the game env with both my UF and my RoF clients.

now to get bots working... I...
Forum: Support::Windows Servers 01-19-2013, 05:26 AM
Replies: 42
Views: 47,602
Posted By prickle
well, i'm not sure what the deal is. It's now...

well, i'm not sure what the deal is. It's now showing i have 0 character slots available, and my existing toons aren't allowed to zone in.

i'm tired. i'll give it another go tomorrow.
Forum: Support::Windows Servers 01-19-2013, 03:25 AM
Replies: 42
Views: 47,602
Posted By prickle
That did it. Turns out I have a combination of...

That did it. Turns out I have a combination of issues to sort:

1) Desktop Short-cut was wonkie and was running the eqgame.exe from a UF client folder but looking for resource files in the RoF...
Forum: Support::Windows Servers 01-19-2013, 02:59 AM
Replies: 42
Views: 47,602
Posted By prickle
thanks for the pointers. I'll try connecting to...

thanks for the pointers. I'll try connecting to one of the server's you mentioned to narrow down my issue.
Forum: Support::Windows Servers 01-19-2013, 02:27 AM
Replies: 42
Views: 47,602
Posted By prickle
Are you guys working with an "unmodified" RoF...

Are you guys working with an "unmodified" RoF client from Steam? Or did you have to add files to make it work?

I ask because I have a eqemu server setup on my LAN, and I can get to the Char...
Forum: Development::GeorgeS's Tools 11-21-2012, 03:22 AM
Replies: 28
Views: 33,856
Posted By prickle
I gotta give you some major kudos for these new...

I gotta give you some major kudos for these new tools GerogeS. I just used the zone parser tool to populate loot in Stone Hive, Goru`Kar Mesa, and Blackfeather Roost tonight. This was after I hand...
Forum: Support::Linux Servers 11-05-2012, 06:49 PM
Replies: 24
Views: 28,743
Posted By prickle
you could do it on desktop. I run EQEmu on my...

you could do it on desktop. I run EQEmu on my Ubuntu 12.04 desktop just fine. The only problem i have is compiling EQEmuLoginServer. I've found that I can run MiniLogin.exe with Wine to get a...
Forum: General::General Discussion 10-28-2012, 03:55 PM
Replies: 95
Views: 161,454
Posted By prickle
The changes seem ok to me. However, the only...

The changes seem ok to me. However, the only problem i have with it is the PEQEdit interface wasn't updated to account for the changes. So, when i though i was setting a 5% chance to get one of 30...
Forum: Support::Linux Servers 01-30-2010, 07:52 PM
Replies: 12
Views: 14,154
Posted By prickle
When I first setup my server, this is the section...

When I first setup my server, this is the section of the eqemu_config.xml file that prevented me from connecting to the server:
<!-- Only specify these two if you really think you need to. (read:...
Forum: Support::Linux Servers 01-30-2010, 06:37 PM
Replies: 12
Views: 14,154
Posted By prickle
If you're going to run your own log in server you...

If you're going to run your own log in server you need to use the "full" eqemu_config.xml file.

The following is my "ful" eqemu_config.xml file <?xml version="1.0">
<server>
<world>...
Forum: Development::Bots 01-30-2010, 06:07 PM
Replies: 17
Views: 20,106
Posted By prickle
Good work so far! Have you started on the...

Good work so far!

Have you started on the Enchanter crowd control logic yet? Mainly asking because I want to know if I should be expecting my enchanters to mez automatically..

thanks
Forum: Development::Bots 01-30-2010, 06:04 PM
Replies: 20
Views: 22,972
Posted By prickle
I'm not entirely sure why this would make a...

I'm not entirely sure why this would make a difference, but I added ' #include "spdat.h" ' to my bot.h file and recompiled and my druids are no longer healing the target that we're killing.

To the...
Forum: Development::Bots 01-30-2010, 05:48 PM
Replies: 20
Views: 22,972
Posted By prickle
yup, just confirmed my Ranger bots are casting...

yup, just confirmed my Ranger bots are casting Sylvan Light on the targets I'm killing... I just yanked that spell out of my Ranger bot spell list...

gonna test a bit more... i ~think~ i've fixed...
Forum: Development::Bots 01-30-2010, 12:39 PM
Replies: 20
Views: 22,972
Posted By prickle
Yeah, when I first started noticing the healing...

Yeah, when I first started noticing the healing was going on, it was against a raid boss that I should have been able to easily smack down. Instead, with all the healing the raid boss was receiving,...
Forum: Development::Bots 01-30-2010, 03:15 AM
Replies: 20
Views: 22,972
Posted By prickle
hmmm... my druids for sure are healing mobs...

hmmm... my druids for sure are healing mobs (stopped spawning my ranger+druid group during raids because of it)... haven't played with just my ranger bots out... don't have any beastlord bots, or...
Forum: Development::Bots 01-29-2010, 10:41 PM
Replies: 20
Views: 22,972
Posted By prickle
Well, I added my cleric nukes back into their...

Well, I added my cleric nukes back into their spell list, and they've stopped healing mobs.

However, it seems my druids or my shamans are still healing mobs, and they're still using their default...
Forum: Development::Bots 01-29-2010, 01:59 PM
Replies: 20
Views: 22,972
Posted By prickle
just proved my thoughts incorrect. I compared my...

just proved my thoughts incorrect. I compared my 701 spells tables, so using the "id" column is definitely not what causes my healers to heal the mob we're killing...
Forum: Development::Bots 01-29-2010, 01:10 PM
Replies: 20
Views: 22,972
Posted By prickle
a light bulb just came on while preparing to add...

a light bulb just came on while preparing to add my Cleric bot nukes back into the 701 spell list. The npc_spells_entries table indexes the id column (in addition to the npc_spells_id and spellid...
Forum: Development::Bots 01-29-2010, 12:28 PM
Replies: 18
Views: 17,045
Posted By prickle
the bots will run through walls too. just do the...

the bots will run through walls too. just do the PoN Hedge maze event and you'll see it clear as day...

Though, I did notice a while back that my bots generally had no troubles keeping up with me...
Forum: Development::Bots 01-27-2010, 03:25 PM
Replies: 18
Views: 17,045
Posted By prickle
Yup, I've seen the pets running back and forth. ...

Yup, I've seen the pets running back and forth. I thought it was just a quirk with bot pets. The only "pet classes" I have in my bots are enchanters, shamans, and 1 Shadow Knight. ~Most~ of the...
Showing results 26 to 50 of 147

 
Forum Jump
   

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