Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 112
Search took 0.01 seconds.
Search: Posts Made By: Kingmen30264
Forum: Quests::Q&A 08-15-2013, 01:39 PM
Replies: 11
Views: 2,733
Posted By Kingmen30264
Perhaps you can run a check on the player to see...

Perhaps you can run a check on the player to see how their faction stands with the mob and if it isn't within the chosen parameters then instead of "banishing" them, you can maybe teleport them to...
Forum: Quests::Q&A 03-22-2013, 03:55 PM
Replies: 29
Views: 7,879
Posted By Kingmen30264
Almost Working

I have been working on this script on and off for a bit now when I am not doing something else on my server, however, it appears that I cannot get ONE thing to work in the script that I am wanting.
...
Forum: Quests::Q&A 02-24-2013, 05:55 PM
Replies: 29
Views: 7,879
Posted By Kingmen30264
Thanks for the code c0ncrete it works... however,...

Thanks for the code c0ncrete it works... however, there is one thing that it is doing, or rather not doing that I am trying to figure out.

The NPC will delete the items, but they aren't removed....
Forum: Quests::Q&A 02-24-2013, 01:48 AM
Replies: 29
Views: 7,879
Posted By Kingmen30264
I believe that I can use the "charges" to...

I believe that I can use the "charges" to determine the stack size because when I first started messing with the server, I created a few items to which I place on all characters upon creation.
...
Forum: Quests::Q&A 02-24-2013, 01:37 AM
Replies: 29
Views: 7,879
Posted By Kingmen30264
Yeah, I was thinking of adding in $itemcount to...

Yeah, I was thinking of adding in $itemcount to one of the lines to account for that.
Forum: Quests::Q&A 02-24-2013, 01:18 AM
Replies: 29
Views: 7,879
Posted By Kingmen30264
Right, that is what I was saying. I am looking...

Right, that is what I was saying. I am looking for a command that will allow me to automatically search the players inventory and then get that item from them without the use of them manually turning...
Forum: Quests::Q&A 02-24-2013, 12:41 AM
Replies: 29
Views: 7,879
Posted By Kingmen30264
GetItemInInventory

I was going through the possible $client commands located here (http://www.eqemulator.net/wiki/wikka.php?wakka=QuestObjects), and I noticed one that I was really interested in:


$client ->...
Forum: Quests::Q&A 02-22-2013, 08:30 AM
Replies: 29
Views: 7,879
Posted By Kingmen30264
Dang. Alright, well I was hoping that I wouldn't...

Dang. Alright, well I was hoping that I wouldn't have to do that. I suppose that I am going to have to hold off till I get to the part about foreach as I don't want to confuse myself. ~_~

Thanks...
Forum: Quests::Q&A 02-22-2013, 08:20 AM
Replies: 29
Views: 7,879
Posted By Kingmen30264
I have been reading the perl book and I got to...

I have been reading the perl book and I got to the part of Hashes, Arrays, Scalars etc and after reading about it I decided to give it a shot.

I have it working, but I just have one issue with...
Forum: Misc::Off Topic 02-21-2013, 01:09 AM
Replies: 10
Views: 8,354
Posted By Kingmen30264
Very cool browser game. I spent quite a bit of...

Very cool browser game. I spent quite a bit of time on it, and I ran around checking out the various zones. I love what you have in place so far, and would love to see what else you have in store for...
Forum: Development::Tools 02-20-2013, 08:28 PM
Replies: 103
Sticky: AllaClone 2.0
Views: 158,111
Posted By Kingmen30264
I have it up and running just fine. I even solved...

I have it up and running just fine. I even solved the issue of the white background (I had to replace all of http://mysite.com/blahblah to my ip), but when I am trying to figure out how to set the...
Forum: Development::Tools 02-20-2013, 05:34 PM
Replies: 103
Sticky: AllaClone 2.0
Views: 158,111
Posted By Kingmen30264
I got it. What I did was I installed the...

I got it.

What I did was I installed the entire package onto my Ubuntu VM and then just I just changed the config options to reflect my EQ VM and allowed permissions for anyone on my network...
Forum: Development::Tools 02-20-2013, 04:02 AM
Replies: 103
Sticky: AllaClone 2.0
Views: 158,111
Posted By Kingmen30264
Windows 7 Oracle VM VirtualBox Just to be...

Windows 7 Oracle VM VirtualBox

Just to be sure that PHP is running, how would I check that? Through Services?

Apache is running as I can see the monitor program in my tray.

Thanks,
~Kingmen
Forum: Development::Tools 02-20-2013, 03:44 AM
Replies: 103
Sticky: AllaClone 2.0
Views: 158,111
Posted By Kingmen30264
I got a question about this. I wasn't entirely...

I got a question about this. I wasn't entirely sure where this should have been posted, but here is my question.

I have my Apache Server running with PHP as well. However, when I load the page...
Forum: Quests::Q&A 02-16-2013, 07:18 AM
Replies: 29
Views: 7,879
Posted By Kingmen30264
You were right c0ncrete, I wasn't understanding...

You were right c0ncrete, I wasn't understanding what it was that you were referring to when you showed me that script.

Since you have showed me that, I have been reading up on Perl and...
Forum: Quests::Q&A 02-13-2013, 12:23 AM
Replies: 29
Views: 7,879
Posted By Kingmen30264
Post Please forgive my ignorance, or whatever it is...

Please forgive my ignorance, or whatever it is that I seem to be having with this. I followed your comments, and I am still unable to get this working through a few variations.

Here is the...
Forum: Quests::Q&A 02-12-2013, 10:13 PM
Replies: 29
Views: 7,879
Posted By Kingmen30264
I tried to get this to work, but I just can't do...

I tried to get this to work, but I just can't do it. I am not sure if this is meant to be put in the player.pl file, or if it was meant for the trainer.

What I am really wanting to do is make it a...
Forum: Quests::Q&A 02-11-2013, 02:32 AM
Replies: 29
Views: 7,879
Posted By Kingmen30264
Yeah, I was trying to do that from the...

Yeah, I was trying to do that from the beginning.... Unfortunately, I was messing with the NPC_TYPES table, and I just ended up duplicating the npc row that I wanted and I am going to just use the...
Forum: Quests::Q&A 02-11-2013, 01:59 AM
Replies: 29
Views: 7,879
Posted By Kingmen30264
Thanks. I am in the middle of working on...

Thanks.

I am in the middle of working on repopulating a zone (corathus) with some custom mobs/content, but one of the things that I am having issues with is when I create the NPC, and I try to set...
Forum: Quests::Q&A 02-10-2013, 08:00 PM
Replies: 29
Views: 7,879
Posted By Kingmen30264
Post Possibly a few questions.

I am in the middle of working on a quest, but the only thing that I cannot seem to get working are the skills section. Everything else is working just fine. (I tested each piece as I was writing it...
Forum: Development::Tools 02-05-2013, 08:01 PM
Replies: 264
Views: 365,622
Posted By Kingmen30264
I did that, and all I keep seeing is the what is...

I did that, and all I keep seeing is the what is written in the php file in the browser. When I do /localhost/index.html.en it loads and shows me a page from apache that says "This page is here...
Forum: Development::Tools 02-05-2013, 06:27 PM
Replies: 264
Views: 365,622
Posted By Kingmen30264
Alright, I got that done, and now that I...

Alright, I got that done, and now that I understand that, I am wondering one thing. Am I supposed to only put the index.php file into c:\Program Files\Apache Group\Apache2\htdocs alone, or am I...
Forum: Development::Tools 02-05-2013, 04:51 PM
Replies: 264
Views: 365,622
Posted By Kingmen30264
I followed the instructions and installed Apache...

I followed the instructions and installed Apache (httpd-2.0.64-win32-x86-openssl.0.9.8.o.msi ) and PHP ( php-5.3.21-nts-Win32-VC9-x86.msi ).

It told me to edit my php.ini file to allow...
Forum: Development::Tools 02-05-2013, 09:05 AM
Replies: 264
Views: 365,622
Posted By Kingmen30264
I am interested in using this, but every time I...

I am interested in using this, but every time I go to load index.php in Firefox, Chrome, or whichever browser, it asks me if I want to download the file that I am opening.

Any help? I followed the...
Forum: Support::Windows Servers 02-03-2013, 06:59 PM
Replies: 4
Views: 2,062
Posted By Kingmen30264
Thanks, I got it working now. I just can't seem...

Thanks, I got it working now. I just can't seem to get it onto the Server Select list on the public section.
Showing results 1 to 25 of 112

 
Forum Jump
   

All times are GMT -4. The time now is 02:01 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3