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 12 of 20
«
First
<
2
8
9
10
11
12
13
14
15
16
>
Last
»
Showing results 276 to 300 of 494
Search took
0.01
seconds; generated 84 minute(s) ago.
Search:
Posts Made By:
ghanja
Forum:
Quests::Q&A
02-22-2015, 12:15 PM
Replies:
3
Checking if a zone is an instance
Views:
12,609
Posted By
ghanja
Destroy the instance when they leave the...
Destroy the instance when they leave the instanced zone. Or is that not an option?
You may need to also utilize a means (qglobal, etc.) of tracking HOW they entered the zone in combination with...
Forum:
Quests::Q&A
02-19-2015, 11:36 PM
Replies:
5
More efficient way to do this routine?
Views:
10,880
Posted By
ghanja
Meh, it all works the same is what I say, so.....
Meh, it all works the same is what I say, so.. heh
Greyhelm, I see you were looking into timers.
The reason there is a lack of conditional, i.e.:
if ($timer eq "setprox") {
}
Forum:
Quests::Q&A
02-19-2015, 10:48 PM
Replies:
5
More efficient way to do this routine?
Views:
10,880
Posted By
ghanja
sub EVENT_SPAWN { plugin::SetProx(40,40); ...
sub EVENT_SPAWN {
plugin::SetProx(40,40);
quest::settimer("setprox", 2);
}
sub EVENT_TIMER {
quest::clear_proximity();
plugin::SetProx(40,40);
}
Forum:
Support::Linux Servers
02-16-2015, 02:50 AM
Replies:
4
PHPEditor out of sync with PEQ
Views:
10,929
Posted By
ghanja
PEQ Editor Rev. 460+ I believe is what you're...
PEQ Editor Rev. 460+ I believe is what you're after. Just where to download PEQ anymore, I haven't a clue. I just use the one that is bundled with EoC.
Forum:
Quests::Q&A
02-15-2015, 01:39 PM
Replies:
5
Betabuff Script?
Views:
33,184
Posted By
ghanja
#race #level then run either of the...
#race
#level
then run either of the scripts above, populated by yourself.
In a quick Google search I came across this:
http://wiki.project1999.com/Players:Kunark_Gear
Though, familiar...
Forum:
Quests::Q&A
02-14-2015, 02:28 AM
Replies:
5
Betabuff Script?
Views:
33,184
Posted By
ghanja
I've been optimized. I did state I would...
I've been optimized.
I did state I would have used a hash, however, simpler to whom? Not sure if the layman's approach is a hash. But hey, options are good.
Forum:
Quests::Q&A
02-13-2015, 11:12 PM
Replies:
5
Betabuff Script?
Views:
33,184
Posted By
ghanja
I have no idea what P99 has, I don't play there. ...
I have no idea what P99 has, I don't play there. And this is not a "buff" bot by a long shot.. just something tossed together really quick and crude like. It's up to you to figure out what items...
Forum:
Quests::Submissions
02-10-2015, 10:17 PM
Replies:
5
Oracle_Jaarl
Views:
32,650
Posted By
ghanja
The one after turn in? Upon turning in the...
The one after turn in? Upon turning in the conditional should be true, thus passing onto the if block.
Or are you asking if elsif is needed? elsif isn't needed, though, there is no reason for...
Forum:
Quests::Submissions
02-10-2015, 10:06 PM
Replies:
5
Oracle_Jaarl
Views:
32,650
Posted By
ghanja
Syntax corrected a little and using item hash. ...
Syntax corrected a little and using item hash. Do the hand in's have to be in specific hand-in/trade slots? If so, then ignore the below:
######################
# Quest: Paying Oracle Jarl...
Forum:
EQEmu Operations Center
02-10-2015, 06:04 PM
Replies:
38
EoC: NPC Editor (BETA)
Views:
45,678
Posted By
ghanja
Simply Rocking. (now that I've found the scheme)
Simply Rocking. (now that I've found the scheme)
Forum:
Quests::Q&A
02-10-2015, 03:48 PM
Replies:
20
Help with quest turn in code.
Views:
30,648
Posted By
ghanja
You could also make the turn in item the key,...
You could also make the turn in item the key, then if you kept the array elements aligned (as he said you should anyway), you could use the class id (1-16) to choose the applicable element. If item...
Forum:
Quests::Q&A
02-10-2015, 03:45 PM
Replies:
20
Help with quest turn in code.
Views:
30,648
Posted By
ghanja
[code] ...
[code]
Class Chest Legs Head Shoulders Arms Gloves Boots Bracers
Magician 2278 2298 2370 2372 2376 2377 2378 2379
Necromancer 2381 2382 2383 2385 2380 2393 2415 2421...
Forum:
Quests::Q&A
02-10-2015, 03:02 PM
Replies:
20
Help with quest turn in code.
Views:
30,648
Posted By
ghanja
You're in need of a multidimensional hash. ...
You're in need of a multidimensional hash.
For any of us to begin working on this to produce the results you want, you need to provide all item id numbers, though in such a manner.
Magician...
Forum:
Quests::Submissions
02-09-2015, 05:50 PM
Replies:
5
Ebon Strongbear Missing Recruitment Flyer Turnin
Views:
29,918
Posted By
ghanja
[ code ] and [ / code ] without...
[ code ]
and
[ / code ]
without any spaces in between the brackets
Forum:
Support::General Support
02-09-2015, 02:29 AM
Replies:
3
Increase number of dynamic zones.
Views:
34,714
Posted By
ghanja
Assuming you're running Windows, have you looked...
Assuming you're running Windows, have you looked at your taskmgr for memory consumption?
I mean, with a 20-40MB per zone consumption, assuming the entire 8GB was available that would be roughly...
Forum:
Support::Windows Servers
02-08-2015, 05:55 AM
Replies:
36
Long #repop and zone times after source upgrade
Views:
62,559
Posted By
ghanja
If only it were a smidgen faster. o.O :p
If only it were a smidgen faster. o.O :p
Forum:
General::General Discussion
02-04-2015, 03:06 PM
Replies:
6
Solo Offline Play
Views:
15,469
Posted By
ghanja
You can run the server and play on the same...
You can run the server and play on the same machine.
Forum:
Support::Windows Servers
02-04-2015, 02:47 PM
Replies:
7
Server Not Listed
Views:
18,574
Posted By
ghanja
First. Stop running the batch file, is what I...
First. Stop running the batch file, is what I would recommend. (the stock batch file doesn't check for errorlevels and even if it did, without having the source in front of me atm, I dont know what...
Forum:
General::General Discussion
02-04-2015, 02:31 PM
Replies:
6
Solo Offline Play
Views:
15,469
Posted By
ghanja
Assuming you have a Windows machine available. I...
Assuming you have a Windows machine available. I would just grab Akka's repack and call it a day.
You'll have to make adjustments before running it, if you truly wish to restrict the server to...
Forum:
Quests::Q&A
02-02-2015, 10:32 PM
Replies:
7
NPC and shout timer
Views:
10,855
Posted By
ghanja
sub EVENT_SPAWN { quest::settimer...
sub EVENT_SPAWN {
quest::settimer ("shouting",1);
}
sub EVENT_TIMER {
if ($timer eq "shouting") {
quest::stoptimer ("shouting");
quest::we(258,"Shout shout shouting something to the entire...
Forum:
Quests::LUA
02-01-2015, 04:35 PM
Replies:
3
Changing corpses loot
Views:
16,189
Posted By
ghanja
PMed you back bud. And will stick to that for...
PMed you back bud. And will stick to that for now, as I don't know if you want the conditions to be announced here.
Forum:
Quests::LUA
02-01-2015, 04:16 PM
Replies:
3
Changing corpses loot
Views:
16,189
Posted By
ghanja
Not quite sure what is is you're after. Are you...
Not quite sure what is is you're after. Are you concealing information, so that it remains secret? (Wouldn't blame you for doing so, just want to know if it's that or a comprehension issue on my...
Forum:
Quests::Q&A
01-30-2015, 04:11 PM
Replies:
5
Just not seeing it...
Views:
8,530
Posted By
ghanja
It's ok bud. I found the issue. Seems...
It's ok bud. I found the issue.
Seems spawn2 expects a -heading-, as crazy as that is. <grin> I suppose my mind was simply warped around that time of night.
Problem resolved.
Forum:
Quests::Q&A
01-30-2015, 03:33 PM
Replies:
5
Just not seeing it...
Views:
8,530
Posted By
ghanja
sub SEV{ $ent = $_[0]; $var_n = $_[1]; ...
sub SEV{
$ent = $_[0];
$var_n = $_[1];
$var_v = $_[2];
$ent->SetEntityVariable($var_n, $var_v);
}
Is the code for my utility.pl, not quite sure what an entirely different server has to...
Forum:
Quests::Q&A
01-30-2015, 12:46 AM
Replies:
5
Just not seeing it...
Views:
8,530
Posted By
ghanja
Just not seeing it...
sub EVENT_ENTERZONE {
if (plugin::check_hasitem($client,36492)) {
plugin::SEV($client, "timehere", "2");
}
else {
plugin::SEV($client, "timehere", "1");...
Showing results 276 to 300 of 494
Page 12 of 20
«
First
<
2
8
9
10
11
12
13
14
15
16
>
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
02:45 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