Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

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
Views: 44,612
Posted By ghanja
Obviously.

Obviously.
Forum: Quests::Q&A 03-27-2017, 11:16 AM
Replies: 33
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump
   

All times are GMT -4. The time now is 12:59 PM.


 

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