Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 251 to 275 of 500
Search took 0.04 seconds; generated 78 minute(s) ago.
Search: Posts Made By: Kingly_Krab
Forum: Quests::Custom 08-13-2017, 03:42 AM
Replies: 5
Views: 16,506
Posted By Kingly_Krab
:cool: /10char

:cool:

/10char
Forum: Support::Windows Servers 08-12-2017, 04:32 AM
Replies: 25
Views: 21,595
Posted By Kingly_Krab
This isn't the best, but it'll do what you want...

This isn't the best, but it'll do what you want it to do I believe. When the player zones in the script checks if NPC ID # is spawned. If it is a timer for 30 seconds is set on the player. When the...
Forum: Support::General Support 08-12-2017, 04:23 AM
Replies: 4
Views: 5,995
Posted By Kingly_Krab
Try this maybe? sub EVENT_ITEM_CLICK { if...

Try this maybe?
sub EVENT_ITEM_CLICK {
if ($itemid == #) {
$client->SetHP(($client->GetHP() + int($client->GetMaxHP() * .1)));
$client->SetMana(($client->GetMana() +...
Forum: Quests::Custom 07-26-2017, 07:57 PM
Replies: 1
Views: 9,325
Posted By Kingly_Krab
Custom Zone Teleporter

This script is basically one of many scripts in what I call my "Cluster Fuck" folder. The idea behind this script is to allow you to establish a chain of progression using a teleporter. I wrote some...
Forum: Support::Windows Servers 07-14-2017, 05:25 PM
Replies: 7
Views: 10,590
Posted By Kingly_Krab
If you run that query in that order, you'll just...

If you run that query in that order, you'll just add 2 augment slots to any item with 1 augment slot. You need to run them in reverse.
Forum: Quests::Q&A 06-21-2017, 11:34 PM
Replies: 3
Views: 7,964
Posted By Kingly_Krab
You're welcome.

You're welcome.
Forum: Development::Development 06-21-2017, 10:44 PM
Replies: 11
Views: 17,710
Posted By Kingly_Krab
Check the 'char_create_point_allocations' table.

Check the 'char_create_point_allocations' table.
Forum: Quests::Q&A 06-21-2017, 06:19 PM
Replies: 3
Views: 7,964
Posted By Kingly_Krab
Here's an example using a Cloth Cap turn-in. ...

Here's an example using a Cloth Cap turn-in.
sub EVENT_ITEM {
if (plugin::check_handin(\%itemcount, 1001 => 1)) {
my $platinum = quest::ChooseRandom(1..10);
quest::givecash(0,...
Forum: General::General Discussion 06-19-2017, 09:29 PM
Replies: 2
Views: 6,554
Posted By Kingly_Krab
Holy hell, would you look at that, they do have a...

Holy hell, would you look at that, they do have a forum for stuff like this, right here (https://www.agnarreq.com/forum).
Forum: Support::Windows Servers 06-19-2017, 07:40 PM
Replies: 13
Views: 14,645
Posted By Kingly_Krab
Post your player.pl and I will revise it for you....

Post your player.pl and I will revise it for you. Doesn't seem like English is your first language, am I correct?
Forum: Support::Windows Servers 06-19-2017, 06:10 PM
Replies: 13
Views: 14,645
Posted By Kingly_Krab
Like I said, look in your player.pl in...

Like I said, look in your player.pl in quests/guildlobby. You can remove the redirect.
Forum: Quests::Custom 06-18-2017, 09:46 PM
Replies: 0
Views: 8,005
Posted By Kingly_Krab
Custom Item Check Plugins

Included below are the following plugins:


check_hasitem(client, item_id)

Used to check if a client has a specific item.

check_hasitem_array(client, item_id_array)

Used to check if a...
Forum: General::General Discussion 06-18-2017, 09:38 PM
Replies: 6
Views: 8,952
Posted By Kingly_Krab
https://www.ssls.com/ ...

https://www.ssls.com/
https://www.godaddy.com/web-security/ssl-certificate
https://www.rapidssl.com/buy-ssl/
Forum: Support::Windows Servers 06-18-2017, 09:36 PM
Replies: 13
Views: 14,645
Posted By Kingly_Krab
Check your player.pl code in quests/guildlobby.

Check your player.pl code in quests/guildlobby.
Forum: General::Server Discussion 06-18-2017, 09:32 PM
Replies: 48
Views: 50,804
Posted By Kingly_Krab
1. The Tutorial (Mines of Gloomingdeep) had the...

1. The Tutorial (Mines of Gloomingdeep) had the NPCs removed because the quests are unnecessary with the armor and stuff you can acquire from drops.
Spells auto-scribe, so you don't need spell...
Forum: Quests::Custom 06-16-2017, 06:56 PM
Replies: 6
Views: 12,102
Posted By Kingly_Krab
You're welcome. Glad you're enjoying my mob armor...

You're welcome. Glad you're enjoying my mob armor color plugin. You don't have to make it random every time they spawn by the way.
Forum: Quests::Custom 06-15-2017, 10:42 PM
Replies: 6
Views: 12,102
Posted By Kingly_Krab
As provocating stated, you had an extra bracket....

As provocating stated, you had an extra bracket. You also have a bareword in quest::zone().

sub EVENT_SAY {
if($text=~/hail/i) {
plugin::Whisper("Hello, would you like to visit the ...
Forum: General::Server Discussion 06-15-2017, 10:01 PM
Replies: 48
Views: 50,804
Posted By Kingly_Krab
No it didn't.

No it didn't.
Forum: Support::Windows Servers 06-15-2017, 06:41 PM
Replies: 8
Views: 9,097
Posted By Kingly_Krab
I'm glad you got it resolved.

I'm glad you got it resolved.
Forum: Support::Windows Servers 06-15-2017, 06:34 PM
Replies: 7
Views: 8,623
Posted By Kingly_Krab
This should be pretty well translated. sub...

This should be pretty well translated.

sub EVENT_ENTERZONE {
if ($ulevel >= 15 && !defined $qglobals{"Wayfarer"}) {
if ($client->GetStartZone() != $zoneid && ($zoneid ~~ [1..3,...
Forum: Support::Windows Servers 06-14-2017, 10:25 PM
Replies: 8
Views: 9,097
Posted By Kingly_Krab
Which client are you using?

Which client are you using?
Forum: Support::Windows Servers 06-14-2017, 10:24 PM
Replies: 7
Views: 8,623
Posted By Kingly_Krab
Either way is fine, I don't have the default...

Either way is fine, I don't have the default global_player.pl, but if you post your global_player.lua I should be able to translate the code.
Forum: Support::Windows Servers 06-14-2017, 10:01 PM
Replies: 1
Views: 7,474
Posted By Kingly_Krab
Thread locked. Refer to this...

Thread locked. Refer to this (http://www.eqemulator.org/forums/showpost.php?p=254934&postcount=2).
(http://www.eqemulator.org/forums/showpost.php?p=254934&postcount=2)
Forum: Support::Windows Servers 06-14-2017, 10:00 PM
Replies: 1
Views: 6,250
Posted By Kingly_Krab
This community is for the EQEmulator source code....

This community is for the EQEmulator source code. As far as I'm aware, AXClassic branched away from EQEmulator. Meaning, you'll likely have better luck on their website (http://www.axclassic.com/).
Forum: General::Server Discussion 06-14-2017, 09:58 PM
Replies: 2
Views: 7,297
Posted By Kingly_Krab
This is a known issue and randomly occurs....

This is a known issue and randomly occurs. There's no known fix or cause. Simply wait and try again later.
Showing results 251 to 275 of 500

 
Forum Jump
   

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