Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 476 to 500 of 500
Search took 0.02 seconds; generated 53 minute(s) ago.
Search: Posts Made By: demonstar55
Forum: Support::General Support 07-27-2015, 10:36 AM
Replies: 16
Views: 17,895
Posted By demonstar55
Update. ....

Update.

....
Forum: Development::Bug Reports 07-26-2015, 02:46 AM
Replies: 11
Views: 11,484
Posted By demonstar55
If anyone is wondering, here is some actual...

If anyone is wondering, here is some actual formulas (well parts)

(First one is from a dev post)
Step1 = (DefenseSkill*400) / 225
Step2 = Step1 + 'Agility Bonus'
Step3 = Step2 + 'Item...
Forum: Development::Bug Reports 07-26-2015, 12:48 AM
Replies: 11
Views: 11,484
Posted By demonstar55
I've been doing some research into hit/miss...

I've been doing some research into hit/miss stuff, but ahh it's a lot. Bunch of spell effects I need to figure out how they exactly work.
Forum: Development::Development 07-23-2015, 01:47 PM
Replies: 18
Views: 62,375
Posted By demonstar55
Most likely a "not cast from spell gem...

Most likely a "not cast from spell gem cap"
Forum: Development::Database/World Building 07-22-2015, 06:31 PM
Replies: 20
Views: 17,835
Posted By demonstar55
http://www.eqemulator.org/forums/showpost.php?p=23...

http://www.eqemulator.org/forums/showpost.php?p=235542&postcount=8 Spell ID limits for each client. Last I checked live it was 50000.

Clients that use OP_ItemVerifyRequest it doesn't really matter...
Forum: Development::Development 07-22-2015, 02:28 AM
Replies: 18
Views: 62,375
Posted By demonstar55
Torven asked me to update the post, so it's...

Torven asked me to update the post, so it's updated now.
Forum: Quests::LUA 07-20-2015, 04:53 PM
Replies: 3
Views: 10,397
Posted By demonstar55
e.self:Say(tostring(e.other:CharacterID()) .....

e.self:Say(tostring(e.other:CharacterID()) .. "_rueda_status")

That should work.
Forum: Spell Support 07-18-2015, 12:48 PM
Replies: 7
Views: 12,349
Posted By demonstar55
This is a scripted spell, you would need to set...

This is a scripted spell, you would need to set up a quest to handle everything.
Forum: Development::Development 07-17-2015, 03:12 AM
Replies: 18
Views: 62,375
Posted By demonstar55
I pushed some stuff, mainly related to the values...

I pushed some stuff, mainly related to the values of the spell hate. Still waiting on more info about the various bonuses (sit, melee range, etc) to fix those up too.
Forum: Support::Windows Servers 07-14-2015, 06:56 PM
Replies: 5
Views: 7,216
Posted By demonstar55
SPA 132 (what mana pres focus and SCM use) works...

SPA 132 (what mana pres focus and SCM use) works by saving between base1 and base2 percent of the mana. I think this SPA needs to be looked at again and SCM shouldn't have any GetAA non-sense.

I...
Forum: General::General Discussion 07-10-2015, 01:08 PM
Replies: 22
Views: 17,735
Posted By demonstar55
The launcher isn't necessary.

The launcher isn't necessary.
Forum: General::General Discussion 07-08-2015, 12:32 PM
Replies: 4
Views: 6,670
Posted By demonstar55
Some general guidelines on code: use tabs not...

Some general guidelines on code: use tabs not spaces. Avoid tricky expressions. Code for C++11, target compilers are VS2012+ and GCC 4.6+ so the allowed features must be present with these minimum...
Forum: Support::Linux Servers 07-07-2015, 06:09 PM
Replies: 15
Views: 14,503
Posted By demonstar55
With the "user root" part is that referring to...

With the "user root" part is that referring to the MySQL user or SSH user? It's possible SSH has logging in as root disabled by default.
Forum: General::General Discussion 07-06-2015, 04:15 PM
Replies: 22
Views: 17,735
Posted By demonstar55
I was talking about the client.

I was talking about the client.
Forum: Development::Development 07-06-2015, 02:45 AM
Replies: 13
Views: 61,665
Posted By demonstar55
Triple Attack for clients on live appears to be:...

Triple Attack for clients on live appears to be: rand(1000) <= skill (plus that TA% chance SPA)

Although I only did rather short parses (27m) rand(1000) worked out for all 3 toons (85 mnk, 85 brd,...
Forum: Development::Development 07-03-2015, 03:17 PM
Replies: 13
Views: 61,665
Posted By demonstar55
From the parses it seems mobs skills follow: 5 *...

From the parses it seems mobs skills follow: 5 * level until 51 where it becomes 250. (for DA and DW for all the mobs that Torven parsed)

36+ there is a level bonus added into their checks.

DA...
Forum: General::General Discussion 07-02-2015, 08:46 PM
Replies: 22
Views: 17,735
Posted By demonstar55
If you mean the client, that's because its...

If you mean the client, that's because its illegal to distribute them. (Without express permission from DGC)


If you mean server code, that's on the github.
Forum: Development::Development 06-28-2015, 11:30 PM
Replies: 13
Views: 61,665
Posted By demonstar55
DA chance: rand(500) <= skill DW chance:...

DA chance: rand(500) <= skill
DW chance: rand(375) <= skill

At least until 36. then it changes a bit :(
Forum: Support::Windows Servers 06-28-2015, 11:55 AM
Replies: 5
Views: 6,282
Posted By demonstar55
Check your logs, are you getting any error...

Check your logs, are you getting any error messages?
Forum: Support::General Support 06-27-2015, 02:09 PM
Replies: 21
Views: 17,015
Posted By demonstar55
Pro tip: what does the error message say? ...

Pro tip: what does the error message say?

Your config file isn't in the right location. It needs to be in the same folder as the exes.
Forum: Support::Linux Servers 06-23-2015, 08:21 PM
Replies: 3
Views: 22,933
Posted By demonstar55
You're missing an update to the table. Either...

You're missing an update to the table. Either manually figure it out or run the eqemu_update.pl script.
Forum: Support::Windows Servers 06-23-2015, 07:10 PM
Replies: 7
Views: 6,147
Posted By demonstar55
Plus hopefully we get TDS working at some point

Plus hopefully we get TDS working at some point
Forum: Support::Windows Servers 06-23-2015, 06:39 PM
Replies: 7
Views: 6,147
Posted By demonstar55
We should probably get the stuff added to the...

We should probably get the stuff added to the main source anyways, not like it will hurt anything.
Forum: Support::Windows Servers 06-20-2015, 07:32 PM
Replies: 2
Views: 6,283
Posted By demonstar55
PEQ's DB is only up to GoD, so anything after GoD...

PEQ's DB is only up to GoD, so anything after GoD you have to do yourself. The revamped noobie zones also haven't been developed so combat is disabled in them.
Forum: Development::Development 06-12-2015, 05:42 PM
Replies: 104
Views: 453,675
Posted By demonstar55
Clearly just a bunch of new ornaments, they...

Clearly just a bunch of new ornaments, they didn't add that much content.
Showing results 476 to 500 of 500

 
Forum Jump
   

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