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 4 of 20
<
1
2
3
4
5
6
7
8
14
>
Last
»
Showing results 76 to 100 of 494
Search took
0.01
seconds; generated 94 minute(s) ago.
Search:
Posts Made By:
ghanja
Forum:
Quests::Q&A
03-13-2017, 07:00 PM
Replies:
8
Account Status
Views:
9,917
Posted By
ghanja
You don't have to do that via status. I either...
You don't have to do that via status. I either didn't know about SetAccountFlag, it didn't work for me or was added after I made the code I exampled above.
sub EVENT_ENTERZONE {
my @flyzones...
Forum:
Quests::Q&A
03-13-2017, 06:00 PM
Replies:
8
Account Status
Views:
9,917
Posted By
ghanja
sub UpdateStatus { ## Usage:...
sub UpdateStatus { ## Usage: UpdateStatus($charid, xx) where xx is new status level
my $dbh = plugin::MySQL_Connect();
$dbh->do("UPDATE `account` SET `status` = '$_[1]' WHERE `id` = '$_[0]' ");...
Forum:
Quests::Q&A
03-01-2017, 11:06 PM
Replies:
6
Few questions...
Views:
8,218
Posted By
ghanja
Yes. Either via source code or LUA/Perl spell...
Yes. Either via source code or LUA/Perl spell script.
Yes. Depends on which method you choose above. But since this is in the Quests Q/A, I'll assume you mean how via the quest script...
Forum:
Quests::Custom
02-11-2017, 11:33 PM
Replies:
6
Trade and Item to NPC
Views:
10,603
Posted By
ghanja
It was nothing against your efforts, rather, the...
It was nothing against your efforts, rather, the expanding or widening of the site forums itself (something Akka did a year or so ago). I really must ask what browser he uses, so that I no longer...
Forum:
Quests::Custom
02-11-2017, 12:07 AM
Replies:
6
Trade and Item to NPC
Views:
10,603
Posted By
ghanja
This post really did a number on my phone (ever...
This post really did a number on my phone (ever since width was changed on the site). Anyway.
Your formatting is tricking you I believe. All those elsif's belong to the original if.
That...
Forum:
Support::General Support
02-08-2017, 11:53 PM
Replies:
4
Trying to Unistall Repack
Views:
5,374
Posted By
ghanja
http://www.eqemulator.org/forums/showpost.php?p=24...
http://www.eqemulator.org/forums/showpost.php?p=242743&postcount=261
Forum:
Support::Windows Servers
01-29-2017, 04:40 PM
Replies:
3
Issues building server
Views:
10,172
Posted By
ghanja
As it's already been mentioned. Unless you know...
As it's already been mentioned. Unless you know for certain you plan to implement source level customization, I would implore you to use Akka's installer.
If you were simply wanting to poke...
Forum:
Quests::Custom
01-25-2017, 12:10 AM
Replies:
2
Help with a return item quest.
Views:
8,754
Posted By
ghanja
The above has syntax errors and doesn't look...
The above has syntax errors and doesn't look complete, sorta like you copy/pasted only what you felt was relevant. Which is ok mind you, however; the below may not do all you wanted it to do as a...
Forum:
Quests::Custom
01-19-2017, 04:50 PM
Replies:
10
Blackjack
Views:
13,517
Posted By
ghanja
############# #Quest Name: Black Jack's...
#############
#Quest Name: Black Jack's Blackjack
#Author: Cisyouc
#################
sub DealCard
{
return quest::ChooseRandom(1,2,3,4,5,6,7,8,9,10,11);
}
Forum:
Support::General Support
12-12-2016, 09:32 PM
Replies:
3
EQ Titanium Issues
Views:
9,126
Posted By
ghanja
http://wiki.eqemulator.org/p?Play_Guide:_Getting_S...
http://wiki.eqemulator.org/p?Play_Guide:_Getting_Started
(for anyone that finds this thread along with the others in a search)
Forum:
Support::Windows Servers
11-30-2016, 03:56 PM
Replies:
6
World.exe failing to start dynamic zones
Views:
8,371
Posted By
ghanja
Are you doing just a general port forwarding of...
Are you doing just a general port forwarding of 3306 (SQL) ? I would advise against that.
Also, the R7000 is an older router (new to you though from reading). I would do one of two things:
1....
Forum:
Support::General Support
11-27-2016, 12:06 PM
Replies:
38
BOT Stopped Attacking
Views:
49,388
Posted By
ghanja
http://wiki.eqemulator.org/p?Complete_Windows-base...
http://wiki.eqemulator.org/p?Complete_Windows-based_Server_Setup_Guide
However, there have been some changes, mostly with the starting of the server (which may or may not be disclosed in that wiki...
Forum:
Support::General Support
11-26-2016, 01:24 PM
Replies:
38
BOT Stopped Attacking
Views:
49,388
Posted By
ghanja
So the Cleric bot is healing and casting buffs?
So the Cleric bot is healing and casting buffs?
Forum:
Support::General Support
11-24-2016, 12:25 AM
Replies:
6
Retain Spells on Death
Views:
10,047
Posted By
ghanja
Well. Damn. There you go. Follow the process...
Well. Damn. There you go. Follow the process in my first reply but instead "rule_name" of Character:UnmemSpellsOnDeath to a "rule_value" of false as Kingly stated.
Never was asked to...
Forum:
Support::General Support
11-24-2016, 12:07 AM
Replies:
6
Retain Spells on Death
Views:
10,047
Posted By
ghanja
This assumes you have DBI Perl installed...
This assumes you have DBI Perl installed (instructions are in the Wiki). And, it's by far untested (even for syntax, sorry away from my home PC for the holidays):
## global_player.pl
sub...
Forum:
Support::General Support
11-23-2016, 11:23 PM
Replies:
6
Retain Spells on Death
Views:
10,047
Posted By
ghanja
Get either Navicat or HeidiSQL, to make database...
Get either Navicat or HeidiSQL, to make database changes. I'm not sure if EOC allows changes to the rule_values table or not, but, if you're going to begin changing things, I'd recommend a DB editor...
Forum:
Support::General Support
11-21-2016, 08:10 PM
Replies:
4
Macros disapear
Views:
7,878
Posted By
ghanja
Disable UAC, Run as Administrator or keep the...
Disable UAC, Run as Administrator or keep the sub-directory of your client "install" out of the "x:\Program Files" or "x:\Windows" root directories.
Forum:
General::Server Discussion
10-31-2016, 07:15 PM
Replies:
16
Onyx'Falls Classic Respin
Views:
22,627
Posted By
ghanja
Let me guess. One of those easily offended...
Let me guess. One of those easily offended liberals? I look forward to reading your contributions. Hypocrisy is that, you can still suck it. Toodles sweet cheeks.
Forum:
General::Server Discussion
10-27-2016, 01:58 PM
Replies:
16
Onyx'Falls Classic Respin
Views:
22,627
Posted By
ghanja
LOL, both you and kokey can suck a grammatical...
LOL, both you and kokey can suck a grammatical dick. It was not pointing out grammar, or lack thereof. It was just, nearly impossible to read without getting lost and I was genuinely interested in...
Forum:
General::Server Discussion
10-20-2016, 07:58 PM
Replies:
16
Onyx'Falls Classic Respin
Views:
22,627
Posted By
ghanja
http://rs246.pbsrc.com/albums/gg117/Timstuff_photo...
http://rs246.pbsrc.com/albums/gg117/Timstuff_photos/wall_of_text.jpg~c200
In all seriousness. More replies may result in proper punctuation and at least one period. I'd like to read that, but,...
Forum:
Misc::Off Topic
10-20-2016, 03:59 PM
Replies:
9
Whats with the gofundme's?
Views:
11,258
Posted By
ghanja
Oh I see it was closed. Suppose that answers...
Oh I see it was closed. Suppose that answers that.
Forum:
Misc::Off Topic
10-20-2016, 03:56 PM
Replies:
9
Whats with the gofundme's?
Views:
11,258
Posted By
ghanja
Whats with the gofundme's?
Just curious.
I do it... I do it for the lulz. No deceit here folks!
https://www.gofundme.com/ghanjas-trip-to-pa-2v8wjd52
<grin>
But seriously? And is Mort's sanctioned or ?
Forum:
Quests::Q&A
10-19-2016, 11:12 PM
Replies:
30
Possible to add augment to loot items?
Views:
37,537
Posted By
ghanja
I'm finalizing packing before heading out of...
I'm finalizing packing before heading out of state. I have NPC::AddLootDrop open now (as a result of revisiting this thread due to your initial post) and, yeah, I see that as well. Actually not...
Forum:
Quests::Q&A
10-19-2016, 11:03 PM
Replies:
30
Possible to add augment to loot items?
Views:
37,537
Posted By
ghanja
Appreciate that bud, I didn't have access to the...
Appreciate that bud, I didn't have access to the source where I was at the time, so that's definitely useful information (because, even though I can view it now, I didn't bother to, my bad).
...
Forum:
Support::Linux Servers
10-19-2016, 07:10 PM
Replies:
1
BUG: World Service (Port 9000) spawns on all public IP's
Views:
8,652
Posted By
ghanja
Curious to your network setup. From cable...
Curious to your network setup. From cable modem/gateway to the bare metal OS/VM (if applicable).
Also, are you accessing the server from an outside source (different WAN)?
Initially, sounds...
Showing results 76 to 100 of 494
Page 4 of 20
<
1
2
3
4
5
6
7
8
14
>
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
12:59 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