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 19 of 20
«
First
<
9
15
16
17
18
19
20
>
Showing results 451 to 475 of 500
Search took
0.02
seconds; generated 67 minute(s) ago.
Search:
Posts Made By:
c0ncrete
Forum:
Support::Linux Servers
01-05-2013, 02:07 AM
Replies:
24
EQemu in a box? Two hours or less - Yet Another Tutorial
Views:
30,283
Posted By
c0ncrete
if you got the same messages you quoted in your...
if you got the same messages you quoted in your response, then you got errors
you can either move/copy the binaries where they need to go or create links to them as lerxst2112 suggested.
Forum:
Quests::Q&A
01-05-2013, 12:39 AM
Replies:
17
npc-addloot not working
Views:
18,638
Posted By
c0ncrete
indent your scripts and post them inside of CODE...
indent your scripts and post them inside of CODE tags (it's the # symbol) in the message toolbar.
Forum:
Quests::Q&A
01-05-2013, 12:37 AM
Replies:
17
npc-addloot not working
Views:
18,638
Posted By
c0ncrete
sorry, it is quite possible that's because i...
sorry, it is quite possible that's because i changed when the events are run in my source. previously, they were fired off after the corpse was created and the npc in question was removed from the...
Forum:
Development::Bots
01-04-2013, 07:22 PM
Replies:
8
Making weapons bot >ONLY<
Views:
10,885
Posted By
c0ncrete
i'm sure there are probably several ways you...
i'm sure there are probably several ways you could do it. all of which likely require a level of determination and know-how.
maybe
1) add a custom field to items.
2) check custom data in...
Forum:
Quests::Q&A
01-04-2013, 07:12 PM
Replies:
4
Quest Globals Question.
Views:
7,804
Posted By
c0ncrete
almost. you're not concatenating your string...
almost. you're not concatenating your string correctly in your first example.
you want something like this for the varname field of the qglobal:
#interpolation
my $aName =...
Forum:
Quests::Q&A
01-03-2013, 07:25 PM
Replies:
6
Qglobal Not Working
Views:
8,847
Posted By
c0ncrete
can you give an overview of how the qglobal in...
can you give an overview of how the qglobal in question is supposed to work?
is the value you're looking for changed or added by the same npc that doesn't see it?
does the npc always exist in the...
Forum:
Quests::Submissions
01-03-2013, 07:00 AM
Replies:
0
sro/Dible_Hedledrap.pl
Views:
25,994
Posted By
c0ncrete
sro/Dible_Hedledrap.pl
changes:
less than half original size (from 63.6 to 16.7 KB).
fewer conditionals (~8 vs 234).
call to plugin::return_items() unconditional.
max text width ~80 columns.
handins grouped by ldon...
Forum:
Support::General Support
01-01-2013, 04:24 PM
Replies:
2
Eqhost
Views:
6,557
Posted By
c0ncrete
http://www.eqemulator.org/forums/showthread.php?t=...
http://www.eqemulator.org/forums/showthread.php?t=34033
Forum:
Development::Tools
01-01-2013, 12:15 AM
Replies:
4
Auto Restarts of Server
Views:
15,688
Posted By
c0ncrete
i just can't help myself... added...
i just can't help myself...
added functionality that makes certain you don't end up running multiple instances of the same script accidentally (very bad things would have happened).
runemu.vbs...
Forum:
Development::Tools
12-31-2012, 10:08 PM
Replies:
4
Auto Restarts of Server
Views:
15,688
Posted By
c0ncrete
you could also put this in your EQEmu server...
you could also put this in your EQEmu server directory and run it for free
runserver.vbs
set Shell = CreateObject("WScript.Shell")
' list of executables
procList = array("EQEmuLoginServer",...
Forum:
Development::Development
12-31-2012, 03:30 AM
Replies:
1
perlxs and hash refs
Views:
6,630
Posted By
c0ncrete
perlxs and hash refs
this seems to work (i get a hashref with the correct data), but since i'm having a hard time making sense of the perlxs documentation and there doesn't seem to be any code in the server source that...
Forum:
Support::Windows Servers
12-30-2012, 11:42 PM
Replies:
12
New server not appearing in server list
Views:
12,061
Posted By
c0ncrete
haha. many thanks. i was just thinking i'd like...
haha. many thanks. i was just thinking i'd like to know how to configure multiple login servers.
Forum:
Support::Windows Servers
12-30-2012, 11:35 PM
Replies:
12
New server not appearing in server list
Views:
12,061
Posted By
c0ncrete
scratch that. i see what you caught. :)
scratch that. i see what you caught. :)
Forum:
Support::General Support
12-30-2012, 11:28 PM
Replies:
12
Underfoot Login Issue
Views:
13,989
Posted By
c0ncrete
it's a stand-alone login server and doesn't...
it's a stand-alone login server and doesn't connect to the public login server at all. for others to connect, they will have to have your ip address in their host file.
Forum:
Support::Windows Servers
12-30-2012, 11:04 PM
Replies:
12
New server not appearing in server list
Views:
12,061
Posted By
c0ncrete
post your world logs.
post your world logs.
Forum:
General::General Discussion
12-30-2012, 07:42 PM
Replies:
1
Mouse click looting
Views:
8,327
Posted By
c0ncrete
not without a 3rd-party utility.
not without a 3rd-party utility.
Forum:
Quests::Q&A
12-30-2012, 03:18 PM
Replies:
7
I'm stumped - can't seem to get $target or $npc with player event say
Views:
7,596
Posted By
c0ncrete
i think $entity_list->GetMobID() and...
i think $entity_list->GetMobID() and $entity_list->GetMobByID() do the same thing, but i haven't looked into it enough to find out for sure yet.
Forum:
Quests::Q&A
12-30-2012, 02:52 PM
Replies:
7
I'm stumped - can't seem to get $target or $npc with player event say
Views:
7,596
Posted By
c0ncrete
i think i know what the problem is. GetMobID()...
i think i know what the problem is. GetMobID() isn't what you want. you should be using GetID(). GetMobID() returns a Mob object (don't ask me why, because it doesn't make any sense to me either) and...
Forum:
Quests::Q&A
12-30-2012, 02:39 PM
Replies:
7
I'm stumped - can't seem to get $target or $npc with player event say
Views:
7,596
Posted By
c0ncrete
i'd start by testing the return value of...
i'd start by testing the return value of GetTarget(). this should evaluate to true if you've got anything targeted:
ref($client->GetTarget()) =~ /Mob/iif it's false, then GetTarget() isn't...
Forum:
Quests::Q&A
12-30-2012, 01:10 PM
Replies:
7
I'm stumped - can't seem to get $target or $npc with player event say
Views:
7,596
Posted By
c0ncrete
i don't think $npc will be passed because it's an...
i don't think $npc will be passed because it's an event that exists in a player quest and i believe that object only exists on npc quests. as far as $target is concerned, does $client->GetTarget()...
Forum:
Quests::Q&A
12-29-2012, 01:01 AM
Replies:
4
Quest turn in not working
Views:
6,215
Posted By
c0ncrete
it depends on which item summon item command you...
it depends on which item summon item command you are using. the quest::summonitem() command should all be in lower case, but the $client->SummonItem() is not.
Forum:
Support::Windows Servers
12-28-2012, 05:59 PM
Replies:
5
Logging Stopping?
Views:
13,459
Posted By
c0ncrete
agreed. and if you're going to write complex...
agreed.
and if you're going to write complex scripts on a regular basis, i'd recommend learning to write subroutines and classes which behave as the interfaces found embedded in the server do. the...
Forum:
Support::Windows Servers
12-28-2012, 04:05 AM
Replies:
6
Windows 8
Views:
8,483
Posted By
c0ncrete
are you referring to installing IO-stringy and...
are you referring to installing IO-stringy and whatever the other module was from cpan?
Forum:
Support::General Support
12-27-2012, 12:49 AM
Replies:
2
Where to Download EqEmu Launcher
Views:
10,487
Posted By
c0ncrete
that's the only place to download it from....
that's the only place to download it from. additionally, if the web site is down, the launcher doesn't work, which seems to be happening with increased frequency as of late.
regardless, it's not a...
Forum:
Support::General Support
12-24-2012, 09:43 PM
Replies:
12
New
Views:
9,715
Posted By
c0ncrete
http://www.eqemulator.org/wiki/wikka.php?wakka=Pla...
http://www.eqemulator.org/wiki/wikka.php?wakka=PlayGuide
Showing results 451 to 475 of 500
Page 19 of 20
«
First
<
9
15
16
17
18
19
20
>
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:42 AM
.
-- 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