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 6
<
1
2
3
4
5
6
>
Showing results 76 to 100 of 134
Search took
0.00
seconds; generated 62 minute(s) ago.
Search:
Posts Made By:
nightsta69
Forum:
Quests::Q&A
09-23-2009, 12:55 PM
Replies:
2
guild teleporter
Views:
6,433
Posted By
nightsta69
ha figures, I knew it was somethin stupid. thanks
ha figures, I knew it was somethin stupid. thanks
Forum:
Quests::Q&A
09-23-2009, 12:34 PM
Replies:
2
guild teleporter
Views:
6,433
Posted By
nightsta69
guild teleporter
zeflmin_werlinkanin.pl
sub EVENT_SAY {
if ($text=~ /Hail/i) {
quest::say("Zeflmin Werlikanin says 'Hello $name. Come to take a look at the crystal geode? The geode has some very strong magic...
Forum:
General::Server Discussion
09-22-2009, 05:04 PM
Replies:
33
Has anyone else noticed...
Views:
32,194
Posted By
nightsta69
everything you have mentioned above, I plan on...
everything you have mentioned above, I plan on avoiding. I am adding my own views, custom content, and such. but I honestly don't want to degrade the game to the point of first one to level x wins...
Forum:
Quests::Q&A
09-22-2009, 01:57 PM
Replies:
2
new titles
Views:
6,583
Posted By
nightsta69
ah ok, ty. that makes things alot simpler then...
ah ok, ty. that makes things alot simpler then what I was goin to do lol. :D
Forum:
Development::Feature Requests
09-22-2009, 01:17 PM
Replies:
3
NPC default pl
Views:
8,633
Posted By
nightsta69
NPC default pl
again was looking around to see if thier was a default npc.pl, kinda like player.pl in templates, and didn't really see anything of the sort. and was wondering if there was a way to add to the source...
Forum:
Quests::Q&A
09-22-2009, 01:06 PM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
sub EVENT_LEVEL_UP { my $maxlvl = 75; my...
sub EVENT_LEVEL_UP {
my $maxlvl = 75;
my @classlist = ("Warrior", "Cleric", "Paladin", "Ranger", "ShadowKnight", "Druid", "Monk", "Bard", "Rogue", "Shaman", "Necromancer", "Wizard", "Magician",...
Forum:
Quests::Q&A
09-22-2009, 01:03 PM
Replies:
2
new titles
Views:
6,583
Posted By
nightsta69
new titles
hi its me again. I was looking through the wiki, trying to find out more about the titles table, and didn't find anything really. I mainly wanted to know, there is a column marked as item_id. does...
Forum:
Quests::Q&A
09-22-2009, 11:44 AM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
ah there we go, thats what i've been lookin for,...
ah there we go, thats what i've been lookin for, thanx alot.
Forum:
Quests::Q&A
09-21-2009, 09:56 AM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
its still using the zone based files, IE for...
its still using the zone based files, IE for doors, creating instances, etc etc. only problem is if BOTH the zone, AND the template player.pl has the same event.(IE if both had sub EVENT_LEVEL_UP)...
Forum:
Quests::Q&A
09-21-2009, 09:07 AM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
k tried using both sub EVENT_LEVEL_UP and it does...
k tried using both sub EVENT_LEVEL_UP and it does the level up from the templates, but NOT from the zone file. so i'm assuming you can't have 2 of the same events, or the one from templates will...
Forum:
Quests::Q&A
09-21-2009, 08:30 AM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
ok I know that this might seem kinda stupid. but...
ok I know that this might seem kinda stupid. but I took this code
if(!isloaded(packagename.c_str()))
{
filename = "quests/";
filename += QUEST_TEMPLATES_DIRECTORY;
filename +=...
Forum:
Quests::Q&A
09-21-2009, 03:16 AM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
anyone have a solution for this that doesn't...
anyone have a solution for this that doesn't involve copying and pasting into the 20 somethin odd player.pl's in the quest folder? and i'm still wondering what would happen if the source was changed...
Forum:
Quests::Q&A
09-20-2009, 07:07 AM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
curiousity question, if I were to just take this...
curiousity question, if I were to just take this code, and make it so it loads both player.pl, what would be wrong with that?
Forum:
Quests::Q&A
09-20-2009, 01:14 AM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
so basically what your saying is, for this to...
so basically what your saying is, for this to work, I have to go through every zone and place my level up script in each player.pl? that'll completely defeat the purpose of what i'm tryin to do. i'm...
Forum:
Quests::Q&A
09-20-2009, 12:55 AM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
does $client->Message() broadcast worldwide, or...
does $client->Message() broadcast worldwide, or just to the client that triggered the event?
Forum:
Quests::Q&A
09-19-2009, 11:56 PM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
did as suggested, tried it with the guild lobby,...
did as suggested, tried it with the guild lobby, cut/paste the player.pl and #reloadpl, and worked. cut/paste back into templates folder, #reloadpl, doesn't work. now what I don't understand is there...
Forum:
Quests::Custom
09-19-2009, 11:22 PM
Replies:
1
guild hall spawns
Views:
7,689
Posted By
nightsta69
updated to 981 and guild hall is spawning now.
updated to 981 and guild hall is spawning now.
Forum:
Quests::Q&A
09-19-2009, 10:57 PM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
I put this in to quests/template/player.pl....
I put this in to quests/template/player.pl. restarted server, and still nothing, makes me feel like i'm not putting this in the correct spot, or that #level 50 isn't triggering the sub...
Forum:
Quests::Q&A
09-19-2009, 10:23 PM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
just curious, sorry if this seems ignorant, but...
just curious, sorry if this seems ignorant, but why do I need one more }? accordin to notepad++ the sub is closed, and every if statement is closed as well.
Forum:
Quests::Q&A
09-19-2009, 08:04 PM
Replies:
27
server first announcements thru quest system
Views:
26,979
Posted By
nightsta69
server first announcements thru quest system
i'm trying to set up so that when a player hits max level on your server, and they are the first to do so, it does a server wide announcement of it.
heres what i've got so far. i have it placed in...
Forum:
Quests::Custom
09-18-2009, 02:36 PM
Replies:
1
guild hall spawns
Views:
7,689
Posted By
nightsta69
guild hall spawns
using the guild instancing in this thread http://eqemulator.net/forums/showthread.php?p=178639#post178639 I created the guild hall instance, version 0. I have the spawns in spawn2 set for the...
Forum:
Development::GeorgeS's Tools
09-17-2009, 08:04 PM
Replies:
7
run time error -2147217865
Views:
7,949
Posted By
nightsta69
go to navicat.com you can get the free navicat...
go to navicat.com you can get the free navicat viewer, just set it up for your connection, connect, open your eqemu database, right click on the database, and click execute batch file, navigate to...
Forum:
Support::Windows Servers
09-17-2009, 07:56 PM
Replies:
40
cant create guilds
Views:
47,446
Posted By
nightsta69
glad I could help :D
glad I could help :D
Forum:
Support::Windows Servers
09-17-2009, 04:32 PM
Replies:
40
cant create guilds
Views:
47,446
Posted By
nightsta69
I found those errors in the zones log file. and I...
I found those errors in the zones log file. and I really don't know why its not working, I use navicat to source most of my stuff as its easier to understand hehe.
Forum:
Support::Windows Servers
09-17-2009, 04:06 PM
Replies:
40
cant create guilds
Views:
47,446
Posted By
nightsta69
hmm, thats weird. again my mysql isn't all that...
hmm, thats weird. again my mysql isn't all that great. here is my guild_members.sql that i used to make it work. maybe there is somethin extra in it that made it work.
guild_members.rar...
Showing results 76 to 100 of 134
Page 4 of 6
<
1
2
3
4
5
6
>
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
11:23 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