Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 201 to 225 of 416
Search took 0.02 seconds; generated 64 minute(s) ago.
Search: Posts Made By: Nightrider84
Forum: Support::Windows Servers 10-01-2015, 04:30 PM
Replies: 23
Views: 22,403
Posted By Nightrider84
It doesnt effect it, I thought it did.

It doesnt effect it, I thought it did.
Forum: Support::Windows Servers 10-01-2015, 04:27 PM
Replies: 23
Views: 22,403
Posted By Nightrider84
Just double checked it, it looked like it did but...

Just double checked it, it looked like it did but it didn't. I changed it to 5 this time and the bot did the same thing. and this is just a half elf druid too
Forum: Support::Windows Servers 10-01-2015, 04:22 PM
Replies: 23
Views: 22,403
Posted By Nightrider84
Nope it didn't and for some reason when I set it...

Nope it didn't and for some reason when I set it to 1 it made my bot swing like 8 times in a row. like he quad hit twice. This is on a fresh compile with the stock bot.cpp I pulled from the source
Forum: Support::Windows Servers 10-01-2015, 04:01 PM
Replies: 16
Views: 15,576
Posted By Nightrider84
it's always the bots I swear to god. We should...

it's always the bots I swear to god. We should all just pool 1$ a piece and hire the guy that was working on the bots before to just sift through all the 33,000 lines of code to fix them =P
Forum: Support::Windows Servers 10-01-2015, 03:43 PM
Replies: 23
Views: 22,403
Posted By Nightrider84
im gonna laught it it works =P Edit:...

im gonna laught it it works =P

Edit: Currently recompiling the server with a fresh bot.cpp gonna see if that fixes alot of the bot issues. Ill just hafto leave that section alone if it does.
Forum: Support::Windows Servers 10-01-2015, 03:37 PM
Replies: 23
Views: 22,403
Posted By Nightrider84
maybe there is some kind of issue when I compile...

maybe there is some kind of issue when I compile that server that might be causing these problems? Im still using VS 2012 desktop, but I see the guide recommends doing 2013 desktop version. but im...
Forum: Support::Windows Servers 10-01-2015, 03:27 PM
Replies: 23
Views: 22,403
Posted By Nightrider84
its happening both, my bots regenning almost 20%...

its happening both, my bots regenning almost 20% of his mana per tick. and at 130 mana or so. thats 22 mana regen a tick
Forum: Support::Windows Servers 10-01-2015, 03:14 PM
Replies: 23
Views: 22,403
Posted By Nightrider84
So as a note to all my bot issues im going to...

So as a note to all my bot issues im going to download a fresh bot.cpp and recompile and see if the problems still exist. That should rule out any (I fucked up messing with the bot.cpp file) problems...
Forum: Support::Windows Servers 10-01-2015, 02:58 PM
Replies: 16
Views: 15,576
Posted By Nightrider84
So I made a halfelf druid bot and he is double...

So I made a halfelf druid bot and he is double attacking stuff aswell. Somethings messed up somewhere lol.
Forum: Support::Windows Servers 10-01-2015, 02:52 PM
Replies: 16
Views: 15,576
Posted By Nightrider84
How would I go about looking up the create...

How would I go about looking up the create function?
Forum: Support::Windows Servers 10-01-2015, 02:40 PM
Replies: 23
Views: 22,403
Posted By Nightrider84
yeah I just confirmed that it was commited in my...

yeah I just confirmed that it was commited in my build aswell. I wonder why the bots mana regen at low level is so OP. I even have the bots mana regen set to 4 in the DB so it should be slower than...
Forum: Support::Windows Servers 09-29-2015, 12:17 AM
Replies: 23
Views: 22,403
Posted By Nightrider84
"sigh" bot question

I know this has probobly been covered somewhere. But another issue I run into is the bots seem to lag and rubber band behind the client. Doesn't matter if it's local or through the regular login...
Forum: Support::Windows Servers 09-28-2015, 09:55 PM
Replies: 5
Views: 7,794
Posted By Nightrider84
I've got 50 zones allocated, Tutorial is...

I've got 50 zones allocated, Tutorial is disabled,also I was under level 10 when I died. And its a local server that im accessing it from, so no firewall needed (but yes I have the ports opened for...
Forum: Support::Windows Servers 09-28-2015, 09:51 PM
Replies: 16
Views: 15,576
Posted By Nightrider84
nope I just added it as a class combination that...

nope I just added it as a class combination that is usable. So all im doing is using the #bot create command to make the ogre from scratch no copying what so ever.

Update: I just looked through a...
Forum: Support::Windows Servers 09-28-2015, 12:25 AM
Replies: 16
Views: 15,576
Posted By Nightrider84
This is the code for the bot.cpp case 10:...

This is the code for the bot.cpp

case 10: // Ogre
switch(GetClass()) {
case 1: // Warrior
case 5: // Shadowknight
case 6: // Druid
case 10: // Shaman
case 15: //...
Forum: Support::Windows Servers 09-28-2015, 12:22 AM
Replies: 5
Views: 7,794
Posted By Nightrider84
Kick to login on death

I noticed when I die on my troll warrior it kicks me back to login, sometimes..... I have latest DB and I just recompiled an hour ago (was kicking me before recompile). I also made sure I have the...
Forum: Support::Windows Servers 09-28-2015, 12:10 AM
Replies: 16
Views: 15,576
Posted By Nightrider84
Yeah, probobly right.

Yeah, probobly right.
Forum: Support::Windows Servers 09-27-2015, 09:50 PM
Replies: 16
Views: 15,576
Posted By Nightrider84
Wierd bot problem (possibly)

So I added the ability to have bots be ogre druids. Which works great, But they seem to regen mana alot faster than the can spend it and he tripple and double hits stuff with his weapon. Like he has...
Forum: Support::Windows Servers 09-06-2015, 12:58 AM
Replies: 18
Views: 43,919
Posted By Nightrider84
Could be your start.bat file that's missing ...

Could be your start.bat file that's missing something. Although looking at it I'd say your server isn't connecting to your mysql either. You running Windows 7 ect? Couls also be a bad compile...
Forum: Support::Windows Servers 08-31-2015, 09:45 AM
Replies: 1
Views: 7,020
Posted By Nightrider84
Bot buff casting issue

So simple issue that if someone can point me to the right line of code (out of the 33,000,000,000 of bot code there is) to fix a small glitch.

When using the #bot resist command it brings up the...
Forum: Support::Windows Servers 08-31-2015, 09:41 AM
Replies: 6
Views: 8,974
Posted By Nightrider84
I just took a look and it seems after a recent...

I just took a look and it seems after a recent server compile my bots pets dont keep their buffs now either so we are in the same boat lol. Im 95% sure its server side related and that the table is...
Forum: Support::Windows Servers 08-30-2015, 07:37 PM
Replies: 6
Views: 8,974
Posted By Nightrider84
Your botpetbuffs should have the following tables...

Your botpetbuffs should have the following tables (I MIght be missing tables aswell)

BotPetBuffId
BotPetsId
SpellId
CasterLevel
Duration

and check on your gm when you login to your world it...
Forum: Support::Windows Servers 08-28-2015, 01:24 PM
Replies: 6
Views: 8,974
Posted By Nightrider84
Its a missing table that's the issue. I'm not...

Its a missing table that's the issue. I'm not home atm but when I get home I'll look into it for you.
Forum: Support::Windows Servers 08-15-2015, 08:15 PM
Replies: 3
Views: 6,989
Posted By Nightrider84
This is an old post but Just wondering if anybody...

This is an old post but Just wondering if anybody figured out how to move the physical zone lines or even add a zone line in
Forum: Support::Windows Servers 08-15-2015, 05:44 PM
Replies: 5
Views: 11,153
Posted By Nightrider84
Your probobly changing the zone points for the...

Your probobly changing the zone points for the wrong version of northro make sure it's the version your using either old or new. They both say northro in the dB but one has a different zone id
Showing results 201 to 225 of 416

 
Forum Jump
   

All times are GMT -4. The time now is 06:01 PM.


 

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