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 20
<
1
2
3
4
5
6
7
13
>
Last
»
Showing results 51 to 75 of 494
Search took
0.01
seconds; generated 94 minute(s) ago.
Search:
Posts Made By:
ghanja
Forum:
Quests::Q&A
03-28-2017, 07:01 AM
Replies:
33
Event death
Views:
44,612
Posted By
ghanja
Obviously.
Obviously.
Forum:
Quests::Q&A
03-27-2017, 11:16 AM
Replies:
33
Event death
Views:
44,612
Posted By
ghanja
I mean you are looking to give ldon points for a...
I mean you are looking to give ldon points for a players death right, it's how your OP reads anyway.
Forum:
Quests::Q&A
03-27-2017, 11:14 AM
Replies:
33
Event death
Views:
44,612
Posted By
ghanja
EVENT_KILLED_MERIT I believed was an NPC event,...
EVENT_KILLED_MERIT I believed was an NPC event, where initiators are those individuals, group or raid that received experience from the kill. Id have to confirm with the source to be sure in case of...
Forum:
Support::Windows Servers
03-26-2017, 03:32 PM
Replies:
8
Stat food/drink still not working on titanium?
Views:
9,592
Posted By
ghanja
Decided to revisit this after all, as I was...
Decided to revisit this after all, as I was toying around with things a bit more. And in doing so, unless I'm reading the code incorrectly. It is iterating through the inventory slots, the first...
Forum:
Quests::Q&A
03-25-2017, 06:58 PM
Replies:
33
Event death
Views:
44,612
Posted By
ghanja
Actually, I'd have to test. I'm not even sure...
Actually, I'd have to test. I'm not even sure (yet) if the NPC has a target, thus able to identify the entity that it slayed, in the EVENT_SLAY. I'll have to look, however, going by the wiki, I...
Forum:
Quests::Q&A
03-25-2017, 06:54 PM
Replies:
33
Event death
Views:
44,612
Posted By
ghanja
Well no you dont need to use global_player (it's...
Well no you dont need to use global_player (it's just another angle one could go), if you want to use this on only specific NPC's then, you have two choices. Use the global NPC script...
Forum:
Support::Windows Servers
03-25-2017, 05:34 PM
Replies:
6
Regualar Experience not Advancing with MoB Kills
Views:
8,699
Posted By
ghanja
What is MaxExpLevel set to?
What is MaxExpLevel set to?
Forum:
Support::Windows Servers
03-25-2017, 04:49 PM
Replies:
8
Stat food/drink still not working on titanium?
Views:
9,592
Posted By
ghanja
http://www.eqemulator.org/forums/showthread.php?t=...
http://www.eqemulator.org/forums/showthread.php?t=26840
Forum:
Support::Windows Servers
03-25-2017, 02:11 PM
Replies:
38
WORLD:Expansion Settings (overruled by default))
Views:
40,171
Posted By
ghanja
Rejoyce in the newly re-found knowledge. But,...
Rejoyce in the newly re-found knowledge. But, bringing it to light again helped people, so all is well?
Forum:
Quests::Q&A
03-25-2017, 10:27 AM
Replies:
33
Event death
Views:
44,612
Posted By
ghanja
EVENT_DEATH_COMPLETE's initiator is the one who...
EVENT_DEATH_COMPLETE's initiator is the one who did the killing, I believe. (I'd have to look again). But, I assume you were using that code in the /quests/global/global_player.pl
If so, and it...
Forum:
Quests::Q&A
03-24-2017, 11:41 PM
Replies:
8
Account Status
Views:
9,917
Posted By
ghanja
You must ensure you have the Perl DBI installed. ...
You must ensure you have the Perl DBI installed.
Ensure a filename by name of "MySQL.pl" exists in /plugins/ directory (not! /quests/plugins -- that isnt used)
It should look like:
##...
Forum:
General::General Discussion
03-24-2017, 09:09 PM
Replies:
3
I miss NoPort
Views:
7,093
Posted By
ghanja
sub EVENT_SPAWN { ...
sub EVENT_SPAWN
{
quest::settimer("randomness",120);
}
sub EVENT_TIMER
{
if ($timer eq "randomness")
{
@randomnessarray = ("OP_SendBaseDataChecksum=0x040b","Trouble casting spells?...
Forum:
Development::Feature Requests
03-24-2017, 03:09 PM
Replies:
24
Request/Question - always aggros npc
Views:
75,303
Posted By
ghanja
I experienced a brain fart initially. So the...
I experienced a brain fart initially. So the request is to make it a special attack. Hmm.
Forum:
Quests::Q&A
03-21-2017, 07:10 PM
Replies:
2
LDoN Merchant Not Showing Items
Views:
6,218
Posted By
ghanja
What is it's Class number?
What is it's Class number?
Forum:
Support::General Support
03-20-2017, 08:35 PM
Replies:
26
EOC connection issue
Views:
28,500
Posted By
ghanja
The port (3306) in Windows Firewall were likely...
The port (3306) in Windows Firewall were likely tied to a different .exe location. Either way, it's typically best to just remove the rules and then implement them again. I've noticed for whatever...
Forum:
General::Server Discussion
03-20-2017, 08:24 PM
Replies:
78
EQ2002 Up and Running
Views:
71,036
Posted By
ghanja
Yep, collision detection gone to shit. Would...
Yep, collision detection gone to shit. Would have required too much work on SOE's part, enter the Translocator.
However, there is one or two models where it does work "properly", which ones at...
Forum:
Quests::Q&A
03-20-2017, 12:58 PM
Replies:
8
Altering Temp item
Views:
8,693
Posted By
ghanja
That was code that Secrets did (I believe it was...
That was code that Secrets did (I believe it was him), it was for a specific item (or two?). But, if you do post any code from there that I did, know, variable declarations from hell (with...
Forum:
Quests::Q&A
03-19-2017, 07:12 PM
Replies:
8
Altering Temp item
Views:
8,693
Posted By
ghanja
Ok. It should work. Oddly enough, GetItemIDAt...
Ok. It should work. Oddly enough, GetItemIDAt was not working, it would return a -1 for every iteration of a loop when a variable was passed to it. Hardcoding GetItemIDAt(2) or any other valid...
Forum:
Quests::Q&A
03-19-2017, 03:04 PM
Replies:
8
Altering Temp item
Views:
8,693
Posted By
ghanja
Well. Don't thank me just yet. Decided to give...
Well. Don't thank me just yet. Decided to give this a whirl and perhaps I'm missing something simple but:
$client->GetItemIDAt($_)
Returns -1 for each slot. In fact, it returns -1 if any...
Forum:
Quests::Q&A
03-19-2017, 01:32 PM
Replies:
8
Altering Temp item
Views:
8,693
Posted By
ghanja
Sounds like the hot potato quest I once did,...
Sounds like the hot potato quest I once did, which, I cannot find now. So, this is all untested, but, along the lines of what I did (really wish I could find it, as many little neat quests were in...
Forum:
Support::General Support
03-18-2017, 12:15 PM
Replies:
16
Everquest: Windows - Application Error
Views:
51,776
Posted By
ghanja
The Internet's slowest conversation right here.
The Internet's slowest conversation right here.
Forum:
Quests::Q&A
03-17-2017, 11:33 PM
Replies:
6
Few questions...
Views:
8,218
Posted By
ghanja
Based on your PM but showing here to keep around...
Based on your PM but showing here to keep around in case others are lurking it.
## Slash; Deals 10% of your hp to your target. (spell ID is 400).
## /quests/global/spells/400.pl
sub...
Forum:
Quests::Q&A
03-17-2017, 02:28 PM
Replies:
6
Few questions...
Views:
8,218
Posted By
ghanja
Elaborate for me, in explanation format. I'll...
Elaborate for me, in explanation format. I'll write up whatever you want, is possible and that my knowledge allows.
Forum:
Quests::Q&A
03-15-2017, 12:48 AM
Replies:
8
Account Status
Views:
9,917
Posted By
ghanja
Trying copy/paste usually fails for me, in an...
Trying copy/paste usually fails for me, in an attempt to be quick about things. My apologies.
Usage: UpdateStatus($client->AccountName(), "50"); Where the number in quotes is the new desired...
Forum:
Quests::Custom
03-14-2017, 10:57 PM
Replies:
1
GM Functions in global_player.pl
Views:
8,649
Posted By
ghanja
GM Functions in global_player.pl
Having offloaded a few of the EVENT_SAY functions on a few active servers, seems they come appreciated. I'm certain format/form/code in the below could be optimized, as some things have changed...
Showing results 51 to 75 of 494
Page 3 of 20
<
1
2
3
4
5
6
7
13
>
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:59 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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3