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 13 of 13
«
First
<
3
9
10
11
12
13
Showing results 301 to 320 of 320
Search took
0.03
seconds; generated 56 minute(s) ago.
Search:
Posts Made By:
paaco
Forum:
Quests::Q&A
04-26-2006, 05:28 AM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
Just tested with a Beastlord, Warrior, and Necro,...
Just tested with a Beastlord, Warrior, and Necro, give the right item he hands you your wep. Give the wrong item and all you get back is what you gave him with the message telling you it's the wrong...
Forum:
Quests::Q&A
04-25-2006, 04:49 PM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
Final Working version of quest. Works Perfectly (...
Final Working version of quest. Works Perfectly ( Thank you Doodman for all the help )
sub EVENT_SAY
{
if ($text =~ /hail/i)
{
quest::say("Hello $name , I am one of the finest...
Forum:
Quests::Q&A
04-24-2006, 02:42 PM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
This kind of works, but I'm tired of looking at...
This kind of works, but I'm tired of looking at it today, going to go populate my next zone. In this code, the quest works, you get the ding, say, exp, and item, but he also says I cannot use this...
Forum:
Quests::Q&A
04-24-2006, 01:42 PM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
Next time you log on my server Jim try handing...
Next time you log on my server Jim try handing the armor quest NPC a random item, the quest::say and everything works with him. I'm honestly not sure what the issue is hehe. I'll admit I'm pretty...
Forum:
Quests::Q&A
04-24-2006, 01:11 PM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
That command does work, just doesn't for some...
That command does work, just doesn't for some reason in this specific quest, here is another quest I have that works perfect.
sub EVENT_SAY {
if($text=~/Hail/i){
quest::say("Hail...
Forum:
Quests::Q&A
04-24-2006, 01:06 PM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
Nice, thank you Jimbabwe, I'll try this out :)
Nice, thank you Jimbabwe, I'll try this out :)
Forum:
Support::General Support
04-24-2006, 10:35 AM
Replies:
2
/loc of quarum?? and default database?
Views:
7,415
Posted By
paaco
No idea on the loc of Quarm Your default...
No idea on the loc of Quarm
Your default database is emusp3 If your still using the one I helped you with last night.
Forum:
Development::Bug Reports
04-24-2006, 09:23 AM
Replies:
7
Disonnect on death
Views:
7,708
Posted By
paaco
Yeah it's a titanium issue for sure. I have had 2...
Yeah it's a titanium issue for sure. I have had 2 people tell me this on my server, Both had the Titanium client.
Forum:
Quests::Q&A
04-24-2006, 09:20 AM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
ok actually it doesn't work lol. This quest is...
ok actually it doesn't work lol. This quest is starting to get old :( When you hand in the item now this stuff happens:
quest::exp(750);
quest::emote("smiles warmly as he hands you your...
Forum:
Quests::Q&A
04-24-2006, 08:58 AM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
The quest works now, thank all of you guys for...
The quest works now, thank all of you guys for your hard work and patience helping me get it going. Posting the working code, maybe it will help someone else looking to make a class specific quest.
...
Forum:
Quests::Q&A
04-24-2006, 06:18 AM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
After updating my quest to what you guys...
After updating my quest to what you guys suggested It still doesn't want to work. Any more suggestions? Or maybe I overloocked something.
sub EVENT_SAY {
if ($text=~/hail/i) {
...
Forum:
Quests::Q&A
04-24-2006, 05:20 AM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
Thanks a lot guys, With the info you gave I'm...
Thanks a lot guys, With the info you gave I'm sure I can get it working. :)
Forum:
Support::General Support
04-24-2006, 05:16 AM
Replies:
2
Doors
Views:
8,354
Posted By
paaco
I <3 you FNW :) And how did I miss that? lol
I <3 you FNW :) And how did I miss that? lol
Forum:
Support::General Support
04-23-2006, 08:09 PM
Replies:
2
Doors
Views:
8,354
Posted By
paaco
Doors
Can anyone explain a little on how to lock,unlock,set keys, for doors? I am trying to figure it out but having no luck. Looking through the doors table it's pretty confusing. Any help or a point in...
Forum:
Support::General Support
04-23-2006, 03:28 PM
Replies:
15
server connection issue
Views:
16,155
Posted By
paaco
Glad you got it up, have fun :)
Glad you got it up, have fun :)
Forum:
Support::General Support
04-23-2006, 03:24 PM
Replies:
15
server connection issue
Views:
16,155
Posted By
paaco
just tell it to open in Word Pad. AIM Paaco1981,...
just tell it to open in Word Pad. AIM Paaco1981, I'm on now if you need to message me
Forum:
Support::General Support
04-23-2006, 03:18 PM
Replies:
15
server connection issue
Views:
16,155
Posted By
paaco
9080 is the correct port. One thing I would say...
9080 is the correct port. One thing I would say is to try Changing:
<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>...
Forum:
Quests::Q&A
04-23-2006, 01:19 PM
Replies:
27
Class Specific quest
Views:
24,892
Posted By
paaco
Class Specific quest
I am attempting to make a quest in my noobie zone that gives class specific rewards. However when you hail him, he gives you the text, but then when you hand him a mold for your wep he does nothing...
Forum:
Development::Bug Reports
04-23-2006, 06:25 AM
Replies:
5
'Unable to see target'
Views:
9,944
Posted By
paaco
You need to get the maps files.
You need to get the maps files.
Forum:
Support::General Support
04-23-2006, 05:20 AM
Replies:
4
3 Server Q's
Views:
8,963
Posted By
paaco
To flag yourself as a GM. Go to Start->Run and...
To flag yourself as a GM. Go to Start->Run and type in cmd <enter>
now type in cd\mysql\bin <hit enter>
mysql -u root <enter>
Update account set status=250 where name='your account name';
Showing results 301 to 320 of 320
Page 13 of 13
«
First
<
3
9
10
11
12
13
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
01:25 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