EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 11 of 20
«
First
<
7
8
9
10
11
12
13
14
15
>
Last
»
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
Simple Instance Zone Script
Views:
16,506
Posted By
Kingly_Krab
:cool: /10char
:cool:
/10char
Forum:
Support::Windows Servers
08-12-2017, 04:32 AM
Replies:
25
If mob is up... Have to fight it
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
Need help with potion script.
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
Custom Zone Teleporter
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
Adding an augment slot to armor pieces
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
Random Plat
Views:
7,964
Posted By
Kingly_Krab
You're welcome.
You're welcome.
Forum:
Development::Development
06-21-2017, 10:44 PM
Replies:
11
Permitted race/class/deity/city combos
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
Random Plat
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
looking for players
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
Guildlobby redirect Issue
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
Guildlobby redirect Issue
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
Custom Item Check Plugins
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
Not HTTPS
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
Guildlobby redirect Issue
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
DreamQuest: Rise of Norrath
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
Transporter
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
Transporter
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
DreamQuest: Rise of Norrath
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
expansion issue
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
Missing global_player.pl / dbstr?
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
expansion issue
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
Missing global_player.pl / dbstr?
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
[axclassic repack]
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
[AXCLASSIC Repack] Can't login to my server?
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
login servers down?
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
Page 11 of 20
«
First
<
7
8
9
10
11
12
13
14
15
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
06:58 PM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
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