Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 132
Search took 0.01 seconds.
Search: Posts Made By: kimura
Forum: General::General Discussion 03-11-2017, 09:02 PM
Replies: 3
Views: 3,061
Posted By kimura
I am sorry it has been down, but you don't have...

I am sorry it has been down, but you don't have any idea what I am going through atm and it's nobody's business. If I bring it back up you can choose to play there or not. Who are you to judge me and...
Forum: Development::Database/World Building 10-10-2016, 06:53 PM
Replies: 6
Views: 4,603
Posted By kimura
It's in the wrong folder, it needs to be in...

It's in the wrong folder, it needs to be in global folder
Forum: Development::Database/World Building 10-10-2016, 12:32 AM
Replies: 6
Views: 4,603
Posted By kimura
This should work if you put it in the...

This should work if you put it in the global_npc.pl file. the 12345 is whatever itemID (Untested of course)...

this also will not allow pets to get the item...


sub EVENT_SPAWN{

if ($mlevel...
Forum: Quests::Q&A 07-19-2016, 10:57 AM
Replies: 7
Views: 5,124
Posted By kimura
make sure the item has the script file ID...

make sure the item has the script file ID assigned to it

here is an example of one of mine

sub EVENT_ITEM_CLICK {
my $named = $client->GetName();
if($itemid == 132496 && $ulevel == 1) {
...
Forum: Quests::Plugins & Mods 07-12-2016, 12:20 PM
Replies: 61
Views: 112,768
Posted By kimura
eh, ok was just a suggestion, thanks for the...

eh, ok was just a suggestion, thanks for the quick response
Forum: Quests::Plugins & Mods 07-12-2016, 11:45 AM
Replies: 61
Views: 112,768
Posted By kimura
Akkadius, this script is awesome :P Would...

Akkadius, this script is awesome :P

Would you consider adding a function to the script where devs could omit items from being selected. Such as custom items that could be disregarded by maybe the...
Forum: General::Server Discussion 06-17-2016, 07:57 PM
Replies: 29
Views: 14,341
Posted By kimura
I have been working on the server from scratch...

I have been working on the server from scratch and I'm gonna open it for a little bit (few days) for some testing...there are no tiers yet or custom zones really, but there are some custom things...
Forum: General::Server Discussion 06-08-2016, 07:08 PM
Replies: 29
Views: 14,341
Posted By kimura
Ok, update...I ordered a new HDD and got a...

Ok, update...I ordered a new HDD and got a replacement OS. I just got the HDD today and I am currently loading the OS. Hopefully I might still have a backup somewhere on my secondary hdd that I had....
Forum: General::Server Discussion 06-02-2016, 06:36 AM
Replies: 29
Views: 14,341
Posted By kimura
I plan on making another server from scratch...

I plan on making another server from scratch (yay), but it's going to take me a little while to rebuild. I'm going to grab a Hdd pretty easily, but it will be a challenge to grab an OS anytime...
Forum: General::Server Discussion 06-01-2016, 06:33 AM
Replies: 29
Views: 14,341
Posted By kimura
This was posted on my forums, but I wanted to...

This was posted on my forums, but I wanted to post it here to inform others why my server is down:

Hey guys, I really appreciate all of your support! Unfortunately, my hard drive is toast. It is...
Forum: General::Server Discussion 05-07-2016, 05:33 PM
Replies: 29
Views: 14,341
Posted By kimura
Ty, I appreciate it

Ty, I appreciate it
Forum: General::Server Discussion 05-07-2016, 02:23 PM
Replies: 29
Views: 14,341
Posted By kimura
Kimura's Project: The Return

Hey everyone,

I just wanted to let you know that after a hiatus due to some family medical issues, my server is back open in a testing phase.

My website is the same and is where you will pick...
Forum: Support::General Support 08-15-2015, 11:05 AM
Replies: 7
Views: 3,397
Posted By kimura
should be as simple as putting this in your...

should be as simple as putting this in your global_player.pl file...(not tested though)


sub EVENT_DEATH {
quest::level(1);
}
Forum: Development::Development 08-08-2015, 08:05 AM
Replies: 9
Views: 5,720
Posted By kimura
size can't be less than 0 veteran AAs work...

size can't be less than 0

veteran AAs work like they are supposed to now, so they have to have the actual playtime required for them to be activated...there is a fix for it for custom servers, but...
Forum: Spell Support 07-29-2015, 08:43 AM
Replies: 8
Views: 4,817
Posted By kimura
Samsonite....I was way off...lol

Samsonite....I was way off...lol
Forum: Spell Support 07-28-2015, 06:59 PM
Replies: 8
Views: 4,817
Posted By kimura
i'm not 100% what you mean, but maybe do a...

i'm not 100% what you mean, but maybe do a proximity and have the player have the AE casted on themselves within the player.pl when they enter the coordinates? I may be misinterpreting what you're...
Forum: Development::Development 07-18-2015, 01:34 PM
Replies: 6
Views: 6,063
Posted By kimura
that would take a server reboot out of the...

that would take a server reboot out of the options you gave.

you can run a shared memory without restarting the server, BUT only if you haven't made new items in the database. Use that in...
Forum: Support::Windows Servers 07-15-2015, 02:00 PM
Replies: 11
Views: 3,337
Posted By kimura
Do you have the latest source? I would say...

Do you have the latest source? I would say probably not because those are old problems that were recently fixed by natedog. That Sql will not help
Forum: Support::General Support 07-07-2015, 03:32 PM
Replies: 7
Views: 3,397
Posted By kimura
You should be able to just add an event death to...

You should be able to just add an event death to the global player.pl for that
Forum: Support::General Support 07-03-2015, 09:41 PM
Replies: 14
Views: 5,676
Posted By kimura
Internet Explorer? oh noes.... :)

Internet Explorer? oh noes.... :)
Forum: Development::Bots 06-15-2015, 12:15 PM
Replies: 28
Views: 12,088
Posted By kimura
the source is from github, which you probably...

the source is from github, which you probably have a recent one if you recently did it
Forum: Development::Bots 06-15-2015, 12:10 PM
Replies: 28
Views: 12,088
Posted By kimura
that is a link to the database

that is a link to the database
Forum: Development::Bots 06-15-2015, 11:57 AM
Replies: 28
Views: 12,088
Posted By kimura
Sounds like you have old source, that has been...

Sounds like you have old source, that has been fixed, pull the latest source
Forum: Development::Bots 06-08-2015, 07:56 PM
Replies: 3
Views: 3,104
Posted By kimura
are you sure you mean by IP? Not per toon? if you...

are you sure you mean by IP? Not per toon? if you mean by IP then they would have to only pick either one toon with two bots or two toons at max with one each and then the rest of their toons would...
Forum: Development::Bots 06-06-2015, 11:04 AM
Replies: 18
Views: 7,014
Posted By kimura
not the sqls, pull the new source code

not the sqls, pull the new source code
Showing results 1 to 25 of 132

 
Forum Jump
   

All times are GMT -4. The time now is 07:19 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