Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump
   

All times are GMT -4. The time now is 12:42 AM.


 

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