Thread: Porters
View Single Post
  #1  
Old 04-18-2015, 02:03 AM
markusdabrave's Avatar
markusdabrave
Sarnak
 
Join Date: Jan 2012
Location: Plano, TX
Posts: 70
Default

I think the answer is yes. Sort of. I'm running on linux but I get what you're asking.

My server install is ~/server and there's a symbolic link for plugins there that goes to ~/quests/plugins. So ~/server/plugins points to ~/quests/plugins

So they're one and the same. Or they should be. At any rate, players.pl is there.

Code:
eqadmin@eqemu:~/server/plugins$ ls
anim.pl              gm_event_say.pl                 quest_handin.pl
ArcheryAttack.pl     group_utility.pl                random_message.pl
check_handin.pl      guildmasters.pl                 random_range.pl
check_hasitem.pl     illusion_tools.pl               random_utils.pl
client_functions.pl  Instances.pl                    soulbinders.pl
client_messages.pl   kingley_krab_zonetranslator.pl  spawn_tools.pl
constants.pl         mob_utils.pl                    spawn_utils.pl
default-actions.pl   MP3.pl                          Task_Utils.pl
default.pl           Multiple_QGlobals.pl            text_formatting.pl
DiaWind.pl           MySQL.pl                        time_tools.pl
directional.pl       npc_tools.pl                    utility.pl
Doors_Manip.pl       path_tools.pl                   voicetell.pl
Expeditions.pl       players.pl                      weapon_tools.pl
formation_tools.pl   popup_window_utils.pl           zone_tools.pl
GetSpawn2IDs.pl      Quest_Credit2.pl
globals.pl           Quest_Credit.pl
eqadmin@eqemu:~/server/plugins$
Code:
eqadmin@eqemu:~/server/quests/plugins$ ls
anim.pl              gm_event_say.pl                 quest_handin.pl
ArcheryAttack.pl     group_utility.pl                random_message.pl
check_handin.pl      guildmasters.pl                 random_range.pl
check_hasitem.pl     illusion_tools.pl               random_utils.pl
client_functions.pl  Instances.pl                    soulbinders.pl
client_messages.pl   kingley_krab_zonetranslator.pl  spawn_tools.pl
constants.pl         mob_utils.pl                    spawn_utils.pl
default-actions.pl   MP3.pl                          Task_Utils.pl
default.pl           Multiple_QGlobals.pl            text_formatting.pl
DiaWind.pl           MySQL.pl                        time_tools.pl
directional.pl       npc_tools.pl                    utility.pl
Doors_Manip.pl       path_tools.pl                   voicetell.pl
Expeditions.pl       players.pl                      weapon_tools.pl
formation_tools.pl   popup_window_utils.pl           zone_tools.pl
GetSpawn2IDs.pl      Quest_Credit2.pl
globals.pl           Quest_Credit.pl
eqadmin@eqemu:~/server/quests/plugins$
Reply With Quote