Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 26 to 50 of 132
Search took 0.01 seconds; generated 47 minute(s) ago.
Search: Posts Made By: kimura
Forum: Development::Database/World Building 06-03-2015, 10:52 PM
Replies: 7
Views: 10,692
Posted By kimura
There is a grids table in the db, look in there...

There is a grids table in the db, look in there and see how they are identified, I can't remember exactly as I don't have a db in front of me atm. If nobody else answers or you don't figure it out,...
Forum: Development::Database/World Building 06-03-2015, 10:21 PM
Replies: 7
Views: 10,692
Posted By kimura
You can look up the their grids in the database...

You can look up the their grids in the database and delete them if you want them to stop forever, just delete their specific rows for the specific mobs you want to stop. But it's final unless you...
Forum: Development::Bots 06-03-2015, 10:15 PM
Replies: 3
Views: 7,520
Posted By kimura
Just set the #bot command status to higher than...

Just set the #bot command status to higher than your player's statuses in the commands table
Forum: Support::Windows Servers 06-02-2015, 12:31 AM
Replies: 2
Views: 6,862
Posted By kimura
awesome, i hadn't checked the repository...

awesome, i hadn't checked the repository today...thanks man
Forum: Support::Windows Servers 06-01-2015, 10:05 AM
Replies: 2
Views: 6,862
Posted By kimura
Recent crashing

Hey guys, after a source pull on 05-30-15, I am getting these crash logs quite a bit. Maybe someone can point me in the right direction, thank you...

[05-29-2015 :: 01:35:14] [Crash]...
Forum: Support::Linux Servers 05-29-2015, 10:30 AM
Replies: 9
Views: 10,292
Posted By kimura
yeah, i'm getting similar crashes recently with...

yeah, i'm getting similar crashes recently with following crash log

[05-29-2015 :: 01:35:14] [Crash] c:\eqnew\source\common\spdat.cpp (477): IsBlankSpellEffect
[05-29-2015 :: 01:35:14] [Crash]...
Forum: Development::Bots 05-28-2015, 11:17 PM
Replies: 12
Views: 13,376
Posted By kimura
^ in agreement

^ in agreement
Forum: Development::Bots 05-28-2015, 04:58 PM
Replies: 12
Views: 13,376
Posted By kimura
Natedog...

is a beast, just sayin...

Thanks for the bot fixes bro! You da man!

Not only did he fix and commit the bots crashing and HP/Stats issues, bots now benefit from item's focus effects AND Heroic...
Forum: General::Server Discussion 05-23-2015, 01:55 PM
Replies: 15
Views: 20,888
Posted By kimura
i thought the same exact thing when i first saw...

i thought the same exact thing when i first saw this...
Forum: Support::Windows Servers 05-19-2015, 11:16 AM
Replies: 10
Views: 10,934
Posted By kimura
well, natedog posted at the same time as me and...

well, natedog posted at the same time as me and he knows a lot more than me so...go with him :P
Forum: Support::Windows Servers 05-19-2015, 11:15 AM
Replies: 10
Views: 10,934
Posted By kimura
I am sure there is an easier way but I simply use...

I am sure there is an easier way but I simply use the ID number range for the zone... kael's mobs are 113000..113552

so..

Update npc_types Set hp=hp*.75 where id between 113000 and 113552;
...
Forum: General::Server Discussion 04-27-2015, 07:42 AM
Replies: 8
Views: 10,809
Posted By kimura
that hasn't applied for over a week..i no longer...

that hasn't applied for over a week..i no longer use spell damage and heal amount
Forum: General::News 04-26-2015, 02:46 PM
Replies: 5
Views: 31,954
Posted By kimura
ooh nice! Thanks Akkadius :)

ooh nice! Thanks Akkadius :)
Forum: General::Server Discussion 04-25-2015, 12:03 PM
Replies: 8
Views: 10,809
Posted By kimura
Thank you, glad you like it :P

Thank you, glad you like it :P
Forum: General::Server Discussion 04-10-2015, 07:13 PM
Replies: 8
Views: 10,809
Posted By kimura
Kimura's Project

Well folks, I am bringing back a server again after GMing a bit on a couple other servers again after a long break. I love developing and GMing when I can find the time and I knew eventually I would...
Forum: EQEmu Operations Center 12-11-2014, 12:18 PM
Replies: 212
Views: 661,138
Posted By kimura
hey Akk, Just got this trying to generate a...

hey Akk,

Just got this trying to generate a spell file, not sure if the issue is mine or yours :P

http://i.imgur.com/in2xrx6.png

Thanks,

Kimura
Forum: General::News 11-08-2014, 11:12 AM
Replies: 307
Views: 1,568,686
Posted By kimura
nice convenient setup, but no source folder? how...

nice convenient setup, but no source folder? how to we make custom source changes? is this able to be updated to new source as well? Thanks Akk
Forum: Quests::Q&A 02-25-2014, 02:55 PM
Replies: 5
Views: 9,274
Posted By kimura
thanks, I actually already had that one in the...

thanks, I actually already had that one in the script...just used it wrong lol
Forum: Quests::Q&A 02-25-2014, 02:19 PM
Replies: 5
Views: 9,274
Posted By kimura
Check for buff?

cant seem to find an if check for a certain buff. is there a variable or function to check if a client has a specific buff?

thanks

Kimura
Forum: Support::Windows Servers 02-19-2014, 05:21 PM
Replies: 12
Views: 10,177
Posted By kimura
Thanks...I tried that..waiting to see next...

Thanks...I tried that..waiting to see next crash...

also, I think I'm having issues here with the crashing...

bool EntityList::IsMobInZone(Mob *who)
{
auto it = mob_list.find(who->GetID());...
Forum: Support::Windows Servers 02-19-2014, 01:11 PM
Replies: 12
Views: 10,177
Posted By kimura
Anybody know if this change would be related to...

Anybody know if this change would be related to my error below? I'm frantically trying to figure out this crashing issue. It was around this date that I started having issues...Maybe I need an...
Forum: Support::Windows Servers 02-19-2014, 08:54 AM
Replies: 12
Views: 10,177
Posted By kimura
it may be bard AA related..seems bards are broken...

it may be bard AA related..seems bards are broken on my server now...I watched a bard fight my training dummy and then it crashed with the same error log above...

anyone else having issues with...
Forum: Support::Windows Servers 02-17-2014, 07:51 PM
Replies: 12
Views: 10,177
Posted By kimura
i am still getting multiple crashes randomly and...

i am still getting multiple crashes randomly and this is the crash log error...

anybody can help me fix it? I have ran that query several times kayen, not sure what is up....

[02.17. -...
Forum: Support::Windows Servers 02-11-2014, 09:58 PM
Replies: 12
Views: 10,177
Posted By kimura
new source causing crashes??

I updated and compiled new source from 02-10-14 and now I am getting random crashes on my server.

here are some of the logs if anybody can help?

[02.11. - 20:25:12] ERROR: SymGetLineFromAddr64,...
Forum: Support::Windows Servers 01-28-2014, 03:53 AM
Replies: 3
Views: 7,027
Posted By kimura
Updated Source 01-28-14

so I updated my source today and now the world.exe window doesn't show this kind of info anymore

---------------------------------------------
[11.29. - 21:25:54] [WORLD__INIT] Loading server...
Showing results 26 to 50 of 132

 
Forum Jump
   

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