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 2 of 8
<
1
2
3
4
5
6
>
Last
»
Showing results 26 to 50 of 195
Search took
0.04
seconds; generated 45 minute(s) ago.
Search:
Posts Made By:
Fridgecritter
Forum:
Support::Windows Servers
09-16-2017, 03:25 PM
Replies:
36
Hyper food consumption issue
Views:
34,529
Posted By
Fridgecritter
I guess I should have posted here after I fixed...
I guess I should have posted here after I fixed mine. Well, that is to say, I did a work around for it. The kobold skull charm you get from tutorial, I just added a focus effect to it that gets rid...
Forum:
Quests::Custom
08-23-2017, 02:28 PM
Replies:
20
Augment Creation Quest
Views:
76,196
Posted By
Fridgecritter
What you just posted has nothing to do with the...
What you just posted has nothing to do with the topic.
Forum:
Quests::Custom
08-14-2017, 06:56 PM
Replies:
4
AFK Credits - Yay!
Views:
11,978
Posted By
Fridgecritter
How would I modify this if I want to use this in...
How would I modify this if I want to use this in the bazaar for traders? Just change the "IsSitting" part? and make it "IsStanding"? Like this?
$AFKINCREMENTSNEEDED = 180;
sub EVENT_TIMER {...
Forum:
Support::Windows Servers
08-12-2017, 10:24 AM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
That code looks simple and amazing. Thanks a ton.
That code looks simple and amazing. Thanks a ton.
Forum:
Support::Windows Servers
08-12-2017, 10:24 AM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
Yeah it's more of a fun thing than preventing any...
Yeah it's more of a fun thing than preventing any kind of cheat. I just want them to kill that dragon first as sort of a right of passage.
Forum:
Support::Windows Servers
08-12-2017, 12:18 AM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
After I get the server migrated to the new...
After I get the server migrated to the new machine I can do a lot more with it. That sounds cool.
Forum:
Support::Windows Servers
08-11-2017, 11:31 PM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
Ahh ok, well then I need a check to see if the...
Ahh ok, well then I need a check to see if the NPC is up, for the summon part. If the NPC isn't up then it doesn't need to move them. So a group of players can kill the guardian for the server for a...
Forum:
Support::Windows Servers
08-11-2017, 10:37 PM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
OK so I changed the script name to player.pl and...
OK so I changed the script name to player.pl and it works. But it won't work as an NPC script. Super weird.
Forum:
Support::Windows Servers
08-11-2017, 10:20 PM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
This mob will kill most 70s unless they are super...
This mob will kill most 70s unless they are super geared, let alone anyone else. Once there's aggro you can either kill the mob or you can't. It happens super fast if you can't
Forum:
Support::Windows Servers
08-11-2017, 10:20 PM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
Didn't work. Had a level 70 player zone in and it...
Didn't work. Had a level 70 player zone in and it didn't move him. I logged on a regular account and zoned in with a level 69 character and it didn't boot me.
Forum:
Support::Windows Servers
08-11-2017, 06:48 PM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
I don't even need the quest flag part. I just...
I don't even need the quest flag part. I just wanna get the level check < 70 = boot to POK and =>70 = move to right in front of him so he'll aggro.
Forum:
Support::Windows Servers
08-11-2017, 06:30 PM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
I'm hitting a brick wall. I know it's as simple...
I'm hitting a brick wall. I know it's as simple as a } in the wrong place or something.
Forum:
Support::Windows Servers
08-11-2017, 05:41 PM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
Thanks! Was looking for something I could rape...
Thanks! Was looking for something I could rape and pillage from, err I mean use as an example.
Forum:
Support::Windows Servers
08-11-2017, 04:58 PM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
This is what I've got right now, just so you know...
This is what I've got right now, just so you know I'm not just leeching. I'm trying.
sub EVENT_ENTERZONE {
if (($ulevel < 70) && ($status < 80)) {
quest::ze(0,"You are not worthy!");
...
Forum:
Support::Windows Servers
08-11-2017, 03:43 PM
Replies:
25
If mob is up... Have to fight it
Views:
23,155
Posted By
Fridgecritter
If mob is up... Have to fight it
I'm trying to make it so when a player enters the sleeper zone, if a certain mob is up, and they do a #zone x y z to get passed the mob, they get summoned to the npc. Like when you enter the zone...
Forum:
Support::Windows Servers
08-07-2017, 09:03 PM
Replies:
6
Expansions beyond Gates PEQ
Views:
8,218
Posted By
Fridgecritter
I'm also a woodworker, and value the time it...
I'm also a woodworker, and value the time it takes to do anything. I'm hoping someone wants to help with an sql dump or two to avoid the months of work.
Forum:
Support::Windows Servers
08-07-2017, 10:28 AM
Replies:
6
Expansions beyond Gates PEQ
Views:
8,218
Posted By
Fridgecritter
Yeah I guess I should have clarified. There are a...
Yeah I guess I should have clarified. There are a few NPCs, with stats, some even attached to loot tables, but they have 4000 hp and drop like a fly. I've been on plenty of servers where they've done...
Forum:
Support::Windows Servers
08-06-2017, 12:50 PM
Replies:
6
Expansions beyond Gates PEQ
Views:
8,218
Posted By
Fridgecritter
Expansions beyond Gates PEQ
I've been searching the forums to see if anyone is sharing their work before I go about plugging in stats for each mob in Stillmoona, etc...
I know the answer a lot of people get when they ask...
Forum:
Spell Support
08-03-2017, 10:53 AM
Replies:
7
Summon Defiant Armor
Views:
14,753
Posted By
Fridgecritter
Perfect. I'll play with this today.
Perfect. I'll play with this today.
Forum:
Quests::Custom
08-03-2017, 10:41 AM
Replies:
20
Augment Creation Quest
Views:
76,196
Posted By
Fridgecritter
Huh? Can you elaborate?
Huh? Can you elaborate?
Forum:
Spell Support
08-03-2017, 10:35 AM
Replies:
7
Summon Defiant Armor
Views:
14,753
Posted By
Fridgecritter
Everything made sense until you said script file...
Everything made sense until you said script file ID. Where in the database is that? This looks amazing.
Forum:
Spell Support
08-02-2017, 03:54 PM
Replies:
7
Summon Defiant Armor
Views:
14,753
Posted By
Fridgecritter
Necroing this post to see if there has been any...
Necroing this post to see if there has been any toying with this as far as casting a spell using an item, and having it trigger a quest. How would you accomplish that? I was thinking you would just...
Forum:
Support::Windows Servers
08-02-2017, 12:03 PM
Replies:
2
[Help] Query to replace just one character...
Views:
6,959
Posted By
Fridgecritter
SOLVED I was using ' ' instead of quotation...
SOLVED
I was using ' ' instead of quotation marks to designate the character to replace (" "). Here is the query I ran on the database to replace all of the apostrophes with acute accents:
...
Forum:
Support::Windows Servers
08-02-2017, 11:36 AM
Replies:
2
[Help] Query to replace just one character...
Views:
6,959
Posted By
Fridgecritter
Tried UPDATE items SET name =...
Tried UPDATE items SET name = REPLACE(name,''','`');
Didn't work either.
Forum:
Support::Windows Servers
08-02-2017, 11:25 AM
Replies:
2
[Help] Query to replace just one character...
Views:
6,959
Posted By
Fridgecritter
[Help] Query to replace just one character...
I've been in the mysql docs online and asked a few people, but can't seem to get this right running it on my sample database. But I know one of you is a wiz at this and knows the answer off the top...
Showing results 26 to 50 of 195
Page 2 of 8
<
1
2
3
4
5
6
>
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
09:11 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