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 3 of 9
<
1
2
3
4
5
6
7
>
Last
»
Showing results 51 to 75 of 219
Search took
0.03
seconds; generated 69 minute(s) ago.
Search:
Posts Made By:
rencro
Forum:
Quests::Q&A
11-14-2014, 09:03 PM
Replies:
21
Time Based Spell Bonuses
Views:
27,113
Posted By
rencro
I tested in tutorialb on player.pl in...
I tested in tutorialb on player.pl in EVENT_ENTERZONE just fine, but my code is forked off of June 2014, though doubt that would make a difference ( i guess it could, but that would be bad if so)
...
Forum:
Quests::Q&A
11-14-2014, 05:23 PM
Replies:
21
Time Based Spell Bonuses
Views:
27,113
Posted By
rencro
Something like: if ($zonetime > 599 &&...
Something like:
if ($zonetime > 599 && $zonetime < 1900) {
$client->Message(12, "The time is right");
quest::selfcast(11);
}
else {
$client->Message(13, "Be...
Forum:
Quests::Q&A
11-14-2014, 03:30 PM
Replies:
21
Time Based Spell Bonuses
Views:
27,113
Posted By
rencro
[quote] sub EVENT_ENTERZONE{ if...
[quote]
sub EVENT_ENTERZONE{
if ($zonetime > 599 || $zonetime < 1900) {
quest::selfcast(11);
}
}
Your if statement will always be true regardless of the time.
Forum:
General::Server Discussion
10-30-2014, 08:55 PM
Replies:
43
Original Zebuxoruk DB and server build
Views:
28,106
Posted By
rencro
http://www.eqemulator.org/forums/showthread.php?t=...
http://www.eqemulator.org/forums/showthread.php?t=25950&highlight=Zebuxoruk
from this thread:
Layout:
The server is centered on the City of Cabilis. This is where players will start, prepare,...
Forum:
General::Server Discussion
10-19-2014, 11:20 PM
Replies:
13
Server Looking For A Dev or 2
Views:
12,844
Posted By
rencro
OP, I think that last video was for you, you see...
OP, I think that last video was for you, you see the devs here don't take too kindly too people recruiting devs here and they let you know it.....
Forum:
General::Server Discussion
10-19-2014, 02:43 PM
Replies:
13
Server Looking For A Dev or 2
Views:
12,844
Posted By
rencro
You guys crack me up, you remind me of those...
You guys crack me up, you remind me of those religious kooks that stand outside an adult book store and when I walk out they start in with the "you are going to hell, you must seek salvation, here...
Forum:
General::Server Discussion
10-18-2014, 12:56 PM
Replies:
13
Server Looking For A Dev or 2
Views:
12,844
Posted By
rencro
In before the self righteousness starts...
In before the self righteousness starts...
Forum:
Support::Windows Servers
09-17-2014, 07:24 PM
Replies:
4
2014 Server guide?
Views:
9,369
Posted By
rencro
POSTED ON FRONTPAGE!! At 5PM CST I will need...
POSTED ON FRONTPAGE!!
At 5PM CST I will need to bring all nodes down that I host in order to do some much needed maintenance.
This will affect at least the following servers/services:
Storm...
Forum:
Quests::Q&A
09-14-2014, 01:51 PM
Replies:
10
Timer issue
Views:
18,177
Posted By
rencro
Looks like the ghoul_executioner is activating on...
Looks like the ghoul_executioner is activating on death an already running spawn2 condition, perhaps this is gumming up the works.
Possible solution is to make a copy of the a_ghoul_executioner...
Forum:
Support::Windows Servers
09-12-2014, 11:14 PM
Replies:
13
How can I disable tutorial zones and force a start location
Views:
21,018
Posted By
rencro
Nice going, you got that working even though I...
Nice going, you got that working even though I cant spell knowledge correctly :)
Now that I am at home I have checked with my titanium client and the only difference is that the "tutorial" has to...
Forum:
Support::Windows Servers
09-12-2014, 04:30 PM
Replies:
13
How can I disable tutorial zones and force a start location
Views:
21,018
Posted By
rencro
Here is what I see with UF client: If I have...
Here is what I see with UF client:
If I have World:SoFStartZoneID as -1 and I use this sql:
INSERT INTO `variables` (`varname`,`value`,`information`) VALUES ...
Forum:
Support::Windows Servers
09-08-2014, 07:08 PM
Replies:
10
Sql statement for tradeskill edit?
Views:
10,949
Posted By
rencro
There are 86 jewelry recipes not using item...
There are 86 jewelry recipes not using item 17187. As long as you dont have any custom made ones this query should make the rest use that container. This goes with the proviso that you should have...
Forum:
Support::Windows Servers
09-08-2014, 05:35 PM
Replies:
10
Sql statement for tradeskill edit?
Views:
10,949
Posted By
rencro
No, unfortunately that wouldn't work. Also, the...
No, unfortunately that wouldn't work. Also, the info i listed above is incorrect. Each recipe_id has multiple occurrences in the tradeskill_recipe_entries table so isolating one item was not the...
Forum:
Support::Windows Servers
09-08-2014, 01:13 PM
Replies:
10
Sql statement for tradeskill edit?
Views:
10,949
Posted By
rencro
To get the list of which recipes are not using...
To get the list of which recipes are not using that container just add:
AND iscontainer=1 AND item_id != 17187;
to the end of that query removing the previous ; (ninja edit about the semi...
Forum:
Development::Bug Reports
09-05-2014, 01:10 AM
Replies:
6
Merc Crash
Views:
19,691
Posted By
rencro
Yes, that works perfectly. Thanks to you...
Yes, that works perfectly.
Thanks to you both!!!!
Forum:
Development::Bug Reports
09-04-2014, 05:38 PM
Replies:
6
Merc Crash
Views:
19,691
Posted By
rencro
zone.exe!__report_gsfailure() Line 147 C ...
zone.exe!__report_gsfailure() Line 147 C
> zone.exe!Zone::LoadMercTemplates() Line 608 C++
00000007() Unknown
[Frames below may be incorrect and/or missing]
zone.exe!free(void * pBlock)...
Forum:
Development::Bug Reports
09-04-2014, 04:51 PM
Replies:
6
Merc Crash
Views:
19,691
Posted By
rencro
Merc Crash
Compiled source from 9-3-2014, enabling mercs causing instant zone.exe crash on win8. Traced to zone/zone.cpp
void Zone::LoadMercTemplates(){
.
.
Replaced this with void...
Forum:
Support::Windows Servers
08-20-2014, 09:32 PM
Replies:
14
Shared Memory
Views:
16,019
Posted By
rencro
Well, that's inconvenient.
Well, that's inconvenient.
Forum:
Support::Windows Servers
08-20-2014, 07:20 PM
Replies:
14
Shared Memory
Views:
16,019
Posted By
rencro
Both that guide and the linux one on the wiki...
Both that guide and the linux one on the wiki make references to database versioning that no longer exists, and is adding confusion.
That is the problem, the db is not 2501, it is now date...
Forum:
General::Server Discussion
06-06-2014, 10:20 AM
Replies:
4
Auto Reboot?
Views:
6,511
Posted By
rencro
The AXClassic project has many of these. Here is...
The AXClassic project has many of these. Here is a link to their linux scripts.
https://code.google.com/p/axclassic-repack/source/browse/#svn%2Ftrunk%2Flinux_scripts
Forum:
Support::Windows Servers
05-25-2014, 12:12 PM
Replies:
11
Kurns Tower bug
Views:
12,077
Posted By
rencro
Try using a gm flagged character and type #bestz...
Try using a gm flagged character and type #bestz so we can at least get beyond whether MAPS are installed server side or not.
Forum:
Support::Windows Servers
12-08-2013, 05:09 PM
Replies:
34
How do I stop players from spawning in Crescent Reach?
Views:
47,908
Posted By
rencro
Some "people" dont appreciate being referred to...
Some "people" dont appreciate being referred to as "people" when said "person" is trying to help, instead they get this rude note,
and then none of the instructions given were followed,...
Forum:
Support::Windows Servers
12-08-2013, 03:14 PM
Replies:
34
How do I stop players from spawning in Crescent Reach?
Views:
47,908
Posted By
rencro
FFS read what IIIIIIIII IIII TYPE.... Im...
FFS read what IIIIIIIII IIII TYPE....
Im done with you
Forum:
Support::Windows Servers
12-08-2013, 03:06 PM
Replies:
34
How do I stop players from spawning in Crescent Reach?
Views:
47,908
Posted By
rencro
By chance is the "tutorial" button enabled when...
By chance is the "tutorial" button enabled when the character is created, I assume you may have reassigned the tutorial zone to 0 and its trying to send your characters to tutorial, but when it cant...
Forum:
Support::Windows Servers
12-08-2013, 01:03 AM
Replies:
40
New Server Issues
Views:
51,328
Posted By
rencro
Actually Underfoot came after SoD, and is what I...
Actually Underfoot came after SoD, and is what I use, as I prefer it..RoF, after underfoot, works if you had acquired the last Steam version from Dec 2012...Things may change in the future..
Showing results 51 to 75 of 219
Page 3 of 9
<
1
2
3
4
5
6
7
>
Last
»
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:00 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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3