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...
Showing results 1 to 20 of 20
Search took
0.00
seconds.
Search:
Posts Made By:
Adrianne
Forum:
Quests::Q&A
06-25-2006, 08:41 PM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
sigh.. dont kno what to do.. think Im gonna...
sigh.. dont kno what to do.. think Im gonna rewrite everything.
Forum:
Quests::Q&A
06-22-2006, 08:05 AM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
sub EVENT_SAY { if ($text=~/hail/i &&...
sub EVENT_SAY
{
if ($text=~/hail/i && $zavious == 1)
{
$zavious = undef;
quest::say("Have you retrieved the four books that the Ambassador requested
from Crushbone?");
}
...
Forum:
Quests::Q&A
06-21-2006, 01:23 AM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
Any clue? Im still totally boggled with this, and...
Any clue? Im still totally boggled with this, and this is the main thing holding me back atm. Any help would be appreciated.
Forum:
Quests::Q&A
06-09-2006, 04:37 PM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
wouldnt that be correct? I only want it to say: ...
wouldnt that be correct? I only want it to say:
Hello $name. I have been expecting you. Ambassador Dumont told
me you would be arriving shortly. Do you have the four books that the
...
Forum:
Quests::Q&A
06-09-2006, 08:16 AM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
now when var is at first 0 like it starts with,...
now when var is at first 0 like it starts with, you can hail fine, you hail a second time it says
Have you retrieved the four books that the Ambassador requested
from Crushbone?
Hello...
Forum:
Quests::Q&A
06-08-2006, 10:04 PM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
Yea... that sucks.. Ive tried every possibility I...
Yea... that sucks.. Ive tried every possibility I could with $zavious = undef;.. nothing would update... tried quest::setglobal ($zavious = undef); Ive tried undef zavious, undef $zavious,...
Forum:
Quests::Q&A
06-08-2006, 04:07 AM
Replies:
4
Title Reward
Views:
5,336
Posted By
Adrianne
sweet! too bad Im using 6.6:P
sweet! too bad Im using 6.6:P
Forum:
Quests::Q&A
06-08-2006, 03:51 AM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
yes.. Ive read that tutorial several times,...
yes.. Ive read that tutorial several times, however what Im saying is the
quest::setglobal([varname],[value],[options],[duration]);
command, after used once, doesnt want to modify the value...
Forum:
Quests::Q&A
06-07-2006, 09:26 AM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
is there any problems with qglobal? Im trying to...
is there any problems with qglobal? Im trying to update the variable, and it doesnt work. heres example.
quest::setglobal("zavious",1,0,"M2");
that will create the variable zavious, and...
Forum:
Quests::Q&A
06-06-2006, 09:35 PM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
you rock! thanks alot it works perfectly.
you rock! thanks alot it works perfectly.
Forum:
Quests::Q&A
06-06-2006, 12:24 PM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
ok went through and havin some problems with...
ok went through and havin some problems with this. it works for the most part, however when I hail, the both the "Ahh, hello young $race, what brings you to the Orders Library? You wouldnt happen to...
Forum:
Quests::Q&A
06-06-2006, 08:57 AM
Replies:
4
Title Reward
Views:
5,336
Posted By
Adrianne
hmm.. I assume this is a difficult task? I cant...
hmm.. I assume this is a difficult task? I cant find any documentation that details anything about eqstr_us.txt
Forum:
Quests::Q&A
06-05-2006, 10:35 PM
Replies:
4
Title Reward
Views:
5,336
Posted By
Adrianne
Title Reward
I was wondering if there are any quest commands that would give a title such as Private soandso, kinda like #title does. If not, is this even possible?
Searched everywhere, and couldnt find anything...
Forum:
Support::General Support
06-02-2006, 08:13 AM
Replies:
28
eqgame.exe problem
Views:
12,358
Posted By
Adrianne
Thought Id post my solution. I log in after using...
Thought Id post my solution. I log in after using his solution.. well, actually deleting the file, then when I go to hit enter after entering my password, I just hit enter like 5 times really fast,...
Forum:
Development::Database/World Building
06-01-2006, 08:01 AM
Replies:
14
Spawn Placement Question
Views:
6,217
Posted By
Adrianne
Anyone else not able to get this to work? The...
Anyone else not able to get this to work? The db.ini says read readme.txt, however, there is no readme.txt.
I keep getting "Runtime error '339': Component 'a.ocx' or one of its dependencies is...
Forum:
Support::General Support
05-31-2006, 03:53 PM
Replies:
28
eqgame.exe problem
Views:
12,358
Posted By
Adrianne
Unfortunatly none of these solutions seem to help...
Unfortunatly none of these solutions seem to help at this point.. They might work very rarely, but tahts about it:(
Forum:
Quests::Q&A
05-31-2006, 10:02 AM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
Thanks. I appreciate the feedback. Much...
Thanks. I appreciate the feedback. Much appreciated.
Forum:
Quests::Q&A
05-30-2006, 01:16 PM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
thats the thing.. I cant find any good examples...
thats the thing.. I cant find any good examples there that were working.. all I saw were works in progress.. and the examples that were there were vague.. my npc is in the database.. he spawns when...
Forum:
Quests::Q&A
05-28-2006, 02:38 PM
Replies:
25
Qglobal problem
Views:
12,628
Posted By
Adrianne
Qglobal problem
Ok. Im creating an npc named Ambassador Dumont. I have him created and all, and I had the script working perfectly, however, I would like to add a feature to where he gives 20 pp to beginning players...
Forum:
Support::General Support
05-28-2006, 12:01 AM
Replies:
28
eqgame.exe problem
Views:
12,358
Posted By
Adrianne
Im not overclocking and Im getting this problem....
Im not overclocking and Im getting this problem. I think my comp is too fast or something:P As soon as the server list pops up, mouse freezes, then get a message like you guys are getting, saying has...
Showing results 1 to 20 of 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
04:17 PM
.
-- 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