EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 20 of 20
«
First
<
10
16
17
18
19
20
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
Bard Swap problem
Views:
17,895
Posted By
demonstar55
Update. ....
Update.
....
Forum:
Development::Bug Reports
07-26-2015, 02:46 AM
Replies:
11
Level 1 NPCs may be overpowered after all
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
Level 1 NPCs may be overpowered after all
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
EQLive Hate List Logic and Spell Hate Values
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
Clicky spell not showing on item
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
EQLive Hate List Logic and Spell Hate Values
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
Simple Lua Concatenation
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
Summon Defiant Armor
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
EQLive Hate List Logic and Spell Hate Values
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
Spell Casting Mastery
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
I cant find the EQ Emu download at all
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
Beginners Guide to Contributing
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
Debian 8.x SSH issue
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
I cant find the EQ Emu download at all
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
NPC Double Attack and Dual Wield Chance Parses
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
NPC Double Attack and Dual Wield Chance Parses
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
I cant find the EQ Emu download at all
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
NPC Double Attack and Dual Wield Chance Parses
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
AA Problems
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
EQemu config file issue.
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
Buffs Strip When Zoning
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
Woodelf bsty
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
Woodelf bsty
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
Server NPC Issues
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
Sticky:
Steam RoF2 Development Tracking
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
Page 20 of 20
«
First
<
10
16
17
18
19
20
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
12:36 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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