Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 126 to 150 of 494
Search took 0.01 seconds; generated 84 minute(s) ago.
Search: Posts Made By: ghanja
Forum: Quests::Q&A 08-21-2016, 05:14 PM
Replies: 8
Views: 10,703
Posted By ghanja
Well I mean, its doable, it just wasn't the best...

Well I mean, its doable, it just wasn't the best way, assuming you were running stock. I don't know all the intricacies of your server to suggest the best method.

You just wish to define a...
Forum: Quests::Q&A 08-21-2016, 04:55 PM
Replies: 8
Views: 10,703
Posted By ghanja
NPC + Factions would be the less convoluted...

NPC + Factions would be the less convoluted method.

Handling this through Perl, while possible, is not without involvement, to do what you wish AND ensure it's not exploited till kingdom come.
Forum: Support::Windows Servers 08-18-2016, 01:45 PM
Replies: 1
Views: 6,329
Posted By ghanja
UPDATE items SET loregroup = 0 WHERE loregroup <>...

UPDATE items SET loregroup = 0 WHERE loregroup <> 0;
Forum: General::General Discussion 08-14-2016, 07:00 PM
Replies: 4
Views: 9,520
Posted By ghanja
Therein lies your problem. ...

Therein lies your problem.

http://wiki.eqemulator.org/p?eqhost_txt
Forum: Development::Bots 08-11-2016, 02:23 AM
Replies: 27
Views: 31,973
Posted By ghanja
Search popped up these: ...

Search popped up these:

http://www.eqemulator.org/forums/showthread.php?t=28608

and in the news subforum:



I suspect (I dont use/toy around with bots personally), that #bot has been...
Forum: Support::Windows Servers 08-06-2016, 04:26 PM
Replies: 7
Views: 10,720
Posted By ghanja
Are these stock NPC's? In say butcherblock? ...

Are these stock NPC's? In say butcherblock?

Either or..

Now, the use of EVENT_DEATH assumes you will handle the actual depopping of the NPC.

Otherwise, use EVENT_DEATH_COMPLETE.
Forum: Support::Windows Servers 08-03-2016, 05:22 PM
Replies: 3
Views: 8,959
Posted By ghanja
Just a few mobs or any within the zone? How many...

Just a few mobs or any within the zone? How many items per mob? Is this the only zone/place the mobs (npctype) can be found? You want a world wide (all zones) one time drop of each of the items?
Forum: Support::Windows Servers 08-03-2016, 01:12 PM
Replies: 5
Views: 9,049
Posted By ghanja
world.exe flag <account_name> 255

world.exe flag <account_name> 255
Forum: Quests::Q&A 07-22-2016, 12:59 AM
Replies: 13
Views: 15,705
Posted By ghanja
All those messages are "normal" considering there...

All those messages are "normal" considering there are duplicate sub-routines in:
spawn_utils.pl and spawn_tools.pl and client_messages.pl and vtell.pl, you can delete vtell.pl (if I remember...
Forum: Quests::Q&A 07-19-2016, 11:16 PM
Replies: 13
Views: 15,705
Posted By ghanja
Give an example of your code using the...

Give an example of your code using the subroutine. Are the X, Y and Z valid for the NPC? You mention you just copied an existing script to another zone/npc, which is why I ask.
Forum: General::General Discussion 07-19-2016, 04:18 PM
Replies: 8
Views: 10,789
Posted By ghanja
Yes, it does, however, it does overwrite the ones...

Yes, it does, however, it does overwrite the ones that EQEMU uses. Semantics. <grin>
Forum: General::General Discussion 07-19-2016, 02:25 PM
Replies: 8
Views: 10,789
Posted By ghanja
eqemu_update.pl replace sub quest_files_fetch...

eqemu_update.pl
replace sub quest_files_fetch subroutine with the following:

sub quest_files_fetch{
if (!-e "updates_staged/Quests-Plugins-master/quests/") {
print "\n --- Fetching Latest...
Forum: General::General Discussion 07-19-2016, 01:14 AM
Replies: 3
Views: 10,308
Posted By ghanja
Compile the server, then run the eqemu_update.pl...

Compile the server, then run the eqemu_update.pl from within the server root. Then choose to update maps/quests from it.

If you want a direct URL for the maps:...
Forum: Quests::Q&A 07-18-2016, 11:00 PM
Replies: 7
Views: 13,478
Posted By ghanja
Yeah it's /quests/global/spells and...

Yeah it's /quests/global/spells and /quests/global/items, I misspoke, though awaiting answers to other questions in hope to help out.
Forum: Quests::Q&A 07-18-2016, 08:01 PM
Replies: 7
Views: 13,478
Posted By ghanja
Well no, don't jump the gun, those were just...

Well no, don't jump the gun, those were just questions, not rhetoric.

You said:


script_13674.pl is for the gauntlets/hammer of infusion, which has a NukeItem, and its an...
Forum: Quests::Q&A 07-18-2016, 02:19 PM
Replies: 7
Views: 13,478
Posted By ghanja
What type of item? Food/drink? (Sounds like it...

What type of item? Food/drink? (Sounds like it may be, since there is nothing in your code nuking an item). Is the code you submitted the complete code? What is the scripts filename (is it in your...
Forum: General::Server Discussion 07-04-2016, 08:01 PM
Replies: 7
Views: 8,578
Posted By ghanja
It's still in operation, that was a "bump" in the...

It's still in operation, that was a "bump" in the road. Copying/pasting this seems a little counter-productive (at this moment in time - no longer develop over there so not sure what's up at the...
Forum: General::Server Discussion 07-04-2016, 07:37 PM
Replies: 7
Views: 8,578
Posted By ghanja
That was the shortname for "Blood and Rank", I'm...

That was the shortname for "Blood and Rank", I'm not certain if it has changed or not, either way, that was the server you were on.
Forum: Support::Windows Servers 06-30-2016, 03:31 PM
Replies: 22
Views: 21,899
Posted By ghanja
THF runs a "double dipping" setup, or at least...

THF runs a "double dipping" setup, or at least used to. Maybe that is why people are attempting to emulate that behavior. Just a guess.
Forum: Support::General Support 06-26-2016, 03:02 PM
Replies: 12
Views: 10,242
Posted By ghanja
EQEMU Required: Optional but...

EQEMU Required:



Optional but recommended:



Optional (possible security risk unless you have like pfSense, etc. and even then):
Forum: Quests::Q&A 06-22-2016, 09:41 PM
Replies: 10
Views: 14,087
Posted By ghanja
Hadn't even caught that fat comma, damnit. Good...

Hadn't even caught that fat comma, damnit. Good catch thank you Joli.
Forum: Quests::Q&A 06-22-2016, 11:09 AM
Replies: 10
Views: 14,087
Posted By ghanja
I copy pasted mostly from a portion of code I...

I copy pasted mostly from a portion of code I already had written (however it was just a subroutine in a player.pl), added the $statuslevel and gave it a plugin filename. Sorry for not placing the...
Forum: Quests::Q&A 06-21-2016, 09:13 PM
Replies: 10
Views: 14,087
Posted By ghanja
This assumes you have Perl DBI installed. ...

This assumes you have Perl DBI installed.


/plugins/statusupdate.pl

sub UpdateStatus {
my $idargument = $_[0];
my $statuslevel = $_[1];
my $dbh = plugin::MySQL_Connect();
my $query =...
Forum: Support::Windows Servers 06-16-2016, 09:37 PM
Replies: 2
Views: 7,079
Posted By ghanja
http://wiki.eqemulator.org/p?Play_Guide:_Getting_S...

http://wiki.eqemulator.org/p?Play_Guide:_Getting_Started
Forum: Quests::Q&A 06-14-2016, 09:43 AM
Replies: 9
Views: 12,867
Posted By ghanja
Would be curious to see the hash itself as it...

Would be curious to see the hash itself as it looks like a hash of arrays of arrays, however, at a very quick glance as I'm just perusing with limited time atm:


for $x (0...6) {


You have an...
Showing results 126 to 150 of 494

 
Forum Jump
   

All times are GMT -4. The time now is 02:45 AM.


 

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